Skip to main content

UserPasswordValidationResponse

UserPasswordValidationResponse

Properties

NameTypeDescriptionNotes
ad_complexityboolTrue if password meets the active directory complexity requirements.[optional]
aliasboolTrue if password meets the userId requirements. Password must not contain user alias.[optional]
alpha_numericboolTrue if password meets the alpha numeric requirements.[optional]
blacklistedboolTrue if password does not contain a blacklisted password.[optional]
directory_typestrType of the directory the user is associated with, ON_PREM, AZURE or AD Connector.[optional]
full_nameboolTrue if password meets the full name requirements. Full Name must not be in the password.[optional]
lengthboolTrue if password meets the length requirements.[optional]
lower_caseboolTrue if password meets the lower case requirements.[optional]
nondeterministic_validationsList[str]List of validations that cannot be determined mostly due to user is AD managed.[optional]
numericboolTrue if password meets the numeric requirements.[optional]
password_historyboolTrue if password does not match the history if enabled.[optional]
repeated_charactersboolTrue if password meets the repeated characters requirements.[optional]
strengthboolTrue if password meets the minimum strength requirements.[optional]
upper_caseboolTrue if password meets the upper case requirements.[optional]
user_idboolTrue if password meets the userId requirements. Password must not contain userId.[optional]
user_password_strengthUserPasswordStrength[optional]

Example