Skip to main content

UserPasswordValidationResponse

UserPasswordValidationResponse

Properties

NameTypeDescriptionNotes
adComplexityBooleanTrue if password meets the active directory complexity requirements.[optional]
aliasBooleanTrue if password meets the userId requirements. Password must not contain user alias.[optional]
alphaNumericBooleanTrue if password meets the alpha numeric requirements.[optional]
blacklistedBooleanTrue if password does not contain a blacklisted password.[optional]
directoryTypeDirectoryTypeEnumType of the directory the user is associated with, ON_PREM, AZURE or AD Connector.[optional]
fullNameBooleanTrue if password meets the full name requirements. Full Name must not be in the password.[optional]
lengthBooleanTrue if password meets the length requirements.[optional]
lowerCaseBooleanTrue if password meets the lower case requirements.[optional]
nondeterministicValidationsList<String>List of validations that cannot be determined mostly due to user is AD managed.[optional]
numericBooleanTrue if password meets the numeric requirements.[optional]
passwordHistoryBooleanTrue if password does not match the history if enabled.[optional]
repeatedCharactersBooleanTrue if password meets the repeated characters requirements.[optional]
strengthBooleanTrue if password meets the minimum strength requirements.[optional]
upperCaseBooleanTrue if password meets the upper case requirements.[optional]
userIDBooleanTrue if password meets the userId requirements. Password must not contain userId.[optional]
userPasswordStrengthUserPasswordStrength[optional]

DirectoryTypeEnum

NameValue
ON_PREM"ON_PREM"
AZURE"AZURE"
AD_CONNECTOR"AD_CONNECTOR"