system password-policy¶
Configure Password Complexity, Passsword Aging, Password history under password policy
password-policy Specification¶
Parameter Value Type Configuration Resource Element Name password-policy Element URI /axapi/v3/system/password-policy Element Attributes password-policy_attributes Partition Visibility shared Schema password-policy schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/system/password-policy | ||
Get Object | GET | /axapi/v3/system/password-policy | ||
Modify Object | POST | /axapi/v3/system/password-policy | ||
Replace Object | PUT | /axapi/v3/system/password-policy | ||
Delete Object | DELETE | /axapi/v3/system/password-policy |
password-policy attributes¶
aging
Description ‘Strict’: Strict: Max Age-60 Days; ‘Medium’: Medium: Max Age- 90 Days; ‘Simple’: Simple: Max Age-120 Days;
Type: string
Supported Values: Strict, Medium, Simple
complexity
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; ‘Simple’: Simple: Min length:4, Min Lower Case:1, Min Upper Case:1, Min Numbers:1, Min Special Character:0, CHANGE Min 4 Characters;
Type: string
Supported Values: Strict, Medium, Simple
history
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;
Type: string
Supported Values: Strict, Medium, Simple
min-pswd-len
Description Configure custom password length
Type: number
Range: 8-63
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters