Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (26 loc) · 1.72 KB

PasswordPolicy.md

File metadata and controls

30 lines (26 loc) · 1.72 KB

PasswordPolicy

Properties

Name Type Description Notes
pk UUID [readonly]
name String
executionLogging Bool When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. [optional]
component String Get object component so that we know how to edit the object [readonly]
verboseName String Return object's verbose_name [readonly]
verboseNamePlural String Return object's plural verbose_name [readonly]
metaModelName String Return internal model name [readonly]
boundTo Int Return objects policy is bound to [readonly]
passwordField String Field key to check, field keys defined in Prompt stages are available. [optional]
amountDigits Int [optional]
amountUppercase Int [optional]
amountLowercase Int [optional]
amountSymbols Int [optional]
lengthMin Int [optional]
symbolCharset String [optional]
errorMessage String [optional]
checkStaticRules Bool [optional]
checkHaveIBeenPwned Bool [optional]
checkZxcvbn Bool [optional]
hibpAllowedCount Int How many times the password hash is allowed to be on haveibeenpwned [optional]
zxcvbnScoreThreshold Int If the zxcvbn score is equal or less than this value, the policy will fail. [optional]

[Back to Model list] [Back to API list] [Back to README]