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

Latest commit

 

History

History
24 lines (20 loc) · 1.31 KB

PatchedPasswordPolicyRequest.md

File metadata and controls

24 lines (20 loc) · 1.31 KB

PatchedPasswordPolicyRequest

Properties

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]

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