{ "id":"/axapi/v3/system/password-policy", "type":"object", "node-type":"scalar", "title":"password-policy", "partition-visibility":"shared", "description":"Configure Password Complexity, Passsword Aging, Password history under password policy", "properties":{ "complexity":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'Strict': Strict: Min length:8, Min Lower Case:2, Min Upper Case:2, Min Numbers:2, Min Special Character:1, CHANGE Min 8 Characters; 'Medium': Medium: Min length:6, Min Lower Case:2, Min Upper Case:2, Min Numbers:1, Min Special Character:1, CHANGE Min 6 Characters; 'Default': Default: Min length:9, Min Lower Case:1, Min Upper Case:1, Min Numbers:1, Min Special Character:1, CHANGE Min 1 Characters; 'Simple': Simple: Min length:4, Min Lower Case:1, Min Upper Case:1, Min Numbers:1, Min Special Character:0, CHANGE Min 4 Characters; ", "enum":[ "Strict", "Medium", "Default", "Simple" ], "optional":true }, "aging":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'Strict': Strict: Max Age-60 Days; 'Medium': Medium: Max Age- 90 Days; 'Simple': Simple: Max Age-120 Days; ", "enum":[ "Strict", "Medium", "Simple" ], "optional":true }, "history":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'Strict': Strict: Does not allow upto 5 old passwords; 'Medium': Medium: Does not allow upto 4 old passwords; 'Simple': Simple: Does not allow upto 3 old passwords; ", "enum":[ "Strict", "Medium", "Simple" ], "optional":true }, "min-pswd-len":{ "type":"number", "format":"number", "minimum":8, "maximum":63, "partition-visibility":"shared", "description":"Configure custom password length", "optional":true }, "username-check":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Prohibition to set password contains user account, case sensitive; 'disable': Will not check if the password contains user account; ", "enum":[ "enable", "disable" ], "optional":true }, "repeat-character-check":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Prohibition of consecutive repeated input of the same letter/number, case sensitive; 'disable': Will not check if the password contains repeat characters; ", "enum":[ "enable", "disable" ], "optional":true }, "forbid-consecutive-character":{ "type":"string", "format":"enum", "default":"0", "partition-visibility":"shared", "description":"'0': Will disable the check; '3': Three consecutive characters on keyboard will not be allowed.; '4': Four consecutive characters on keyboard will not be allowed.; '5': Five consecutive characters on keyboard will not be allowed.; ", "enum":[ "0", "3", "4", "5" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }