.. _system_password_policy: 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** :download:`password-policy schema ` ===================================== =============================================================== **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/system/password-policy .. raw:: html :ref:`3341_password-policy_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/system/password-policy .. raw:: html :ref:`3341_password-policy_attributes` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/system/password-policy .. raw:: html :ref:`3341_password-policy_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/system/password-policy .. raw:: html :ref:`3341_password-policy_attributes` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/system/password-policy .. raw:: html :ref:`3341_password-policy_attributes` .. raw:: html
.. _3341_password-policy_attributes: 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