{ "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; 'Medium': Medium: Min length:6, Min Lower Case:2, Min Upper Case:2, Min Numbers:1, Min Special Character:1; 'Simple': Simple: Min length:4, Min Lower Case:1, Min Upper Case:1, Min Numbers:1, Min Special Character:0; ", "enum":[ "Strict", "Medium", "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 }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }