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#

NameTypeRequiredDefaultDescription
min-lengthuint16optionalThe minimum length that a password must have.
min-lower-case-charactersuint16optionalThe minimum number of lower case characters that a password must contain.
min-upper-case-charactersuint16optionalThe minimum number of upper case characters that a password must contain.
min-digitsuint16optionalThe minimum number of digit characters that a password must contain.
min-special-charactersuint16optionalThe minimum number of special characters that a password must contain.
min-unique-charactersuint16optionalThe minimum number of unique characters that a password must contain.
max-sequenceuint16optionalThe 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.

Was this helpful?