The Local Password Configuration increases system security by specifying age, length and complexity requirements for the passwords of local administrator, auditor, and provisioner users. Content-Type: application/vnd.plcm.plcm-local-password-config+xml All attributes are used in ETag calculation except for entity-tag and atom-link.
| Name | Type | Description | Attributes |
|---|---|---|---|
| atomLinkList | Array of Link | See Definition of Link | |
| maxPasswordAge | int | The maximum number of days before a password must be changed (30-180 days). To disable the configuration either remove the field from request or set the value to 0. | |
| minPasswordAge | int | The minimum number of days before a password can be changed (1-30 days). To disable the configuration either remove the field from request or set the value to 0. | |
| minPasswordLength | int | Specify the number of characters a password must contain (1-30). | Mandatory |
| minChangedCharacters | int | Specify the number of characters that must be different from the previous password (1-4). To disable the configuration either remove the field from request or set the value to 0. | |
| passwordHistory | int | Specify how many of the user’s previous passwords the system remembers and won’t permit to be reused (8-30). To disable the configuration either remove the field from request or set the value to 0. | |
| userNameAllowed | boolean | Allow the inclusion of user name (or its reverse form) in password. Default value for this field is 'true'. | |
| minLowercaseLetters | int | Specify the number of lowercase letters (a-z) that a password must contain (1-2). To disable the configuration either remove the field from request or set the value to 0. | |
| minUppercaseLetters | int | Specify the number of uppercase letters (A-Z) that a password must contain (1-2). To disable the configuration either remove the field from request or set the value to 0. | |
| minDigitCharacters | int | Specify the number of digit characters (0-9) that a password must contain (1-2). To disable the configuration either remove the field from request or set the value to 0. | |
| minSpecialCharacters | int | Specify the number of non-alphanumeric keyboard characters that a password must contain (1-2). To disable the configuration either remove the field from request or set the value to 0. | |
| maxRepeatingCharacters | int | Specify how many sequential characters may be the same (1-4). To disable the configuration either remove the field from request or set the value to 0. | |
| passwordWarningIntervalDays | unsignedShort | the plcm password warning interval days | |
| expireSystemPasswordAge | unsignedShort | the password system expire-age | |
| entityTag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. |
| Name | Type | Restrictions |
|---|---|---|
| EntityTag | string | Length of value must be >=1 Length of value must be <=64 |