Credential-policy (List)#

Path: /processing/credential-policies/credential-policy

Parameters#

NameTypeRequiredDefaultDescription
idstringrequired

Subsections#

NameTypeDescription
complexity SectionEnable password complexity rules. If a password doesn’t meet the configured requirements, any password update will be denied.
temporary-lockout SectionEnable temporary lockout after a number of failed attempts.
aging SectionEnable maximum password age. When a password is older than allowed, any access attempt is denied and a new password must be set.
history SectionEnable password history when setting new passwords.
force-reset SectionAllow 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 SectionEnable password dictionary check. If a password matches a word in the dictionary, any password update will be denied.

Was this helpful?