Complexity (Section)#
Path: /processing/credential-policies/credential-policy{id}/complexity
Enable password complexity rules. If a password doesn’t meet the configured requirements, any password update will be denied.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| min-length | uint16 | optional | The minimum length that a password must have. | |
| min-lower-case-characters | uint16 | optional | The minimum number of lower case characters that a password must contain. | |
| min-upper-case-characters | uint16 | optional | The minimum number of upper case characters that a password must contain. | |
| min-digits | uint16 | optional | The minimum number of digit characters that a password must contain. | |
| min-special-characters | uint16 | optional | The minimum number of special characters that a password must contain. | |
| min-unique-characters | uint16 | optional | The minimum number of unique characters that a password must contain. | |
| max-sequence | uint16 | optional | The maximum number of sequential characters that a password may contain. The considered character sequences are: english alphabet, numerical, and letters of the QWERTY keyboard layout. Validation is case-insensitive and considers reverse order. |