.. _system_password_policy: system password-policy ====================== Configure Password Complexity, Passsword Aging, Password history under password policy password-policy Specification ----------------------------- ===================================== =============================================================== ===================================== =============================================================== **Type** *Configuration Resource* **Element Name** password-policy **Element URI** /axapi/v3/system/password-policy **Element Attributes** password-policy_attributes **Schema** :download:`password-policy schema ` ===================================== =============================================================== **Operations Allowed:** .. 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:`2095_password-policy_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/system/password-policy .. raw:: html :ref:`2095_password-policy_attributes` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/system/password-policy .. raw:: html :ref:`2095_password-policy_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/system/password-policy .. raw:: html :ref:`2095_password-policy_attributes` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/system/password-policy .. raw:: html :ref:`2095_password-policy_attributes` .. raw:: html
.. _2095_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; '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; **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