Credential-policy (List)#
Path: /processing/credential-policies/credential-policy
Parameters#
| Name | Type | Required | Default | Description |
|---|
| id | string | required | | |
Subsections#
| Name | Type | Description |
|---|
| complexity | Section | Enable password complexity rules. If a password doesn’t meet the configured requirements, any password update will be denied. |
| temporary-lockout | Section | Enable temporary lockout after a number of failed attempts. |
| aging | Section | Enable maximum password age. When a password is older than allowed, any access attempt is denied and a new password must be set. |
| history | Section | Enable password history when setting new passwords. |
| force-reset | Section | Allow Admin users to force other users to change their passwords. In such cases, any access attempt is denied and a new password must be set. |
| dictionary | Section | Enable password dictionary check. If a password matches a word in the dictionary, any password update will be denied. |