Name | Type | Description | Notes |
---|---|---|---|
name | String | [optional] | |
executionLogging | Bool | When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. | [optional] |
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] |
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.