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; ‘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;
Type: string
Supported Values: Strict, Medium, Default, Simple
forbid-consecutive-character
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.;
Type: string
Supported Values: 0, 3, 4, 5
Default: 0
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
repeat-character-check
Description ‘enable’: Prohibition of consecutive repeated input of the same letter/number, case sensitive; ‘disable’: Will not check if the password contains repeat characters;
Type: string
Supported Values: enable, disable
Default: disable
username-check
Description ‘enable’: Prohibition to set password contains user account, case sensitive; ‘disable’: Will not check if the password contains user account;
Type: string
Supported Values: enable, disable
Default: disable
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters