Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 672 Bytes

PasswordConfig.md

File metadata and controls

executable file
·
12 lines (9 loc) · 672 Bytes

LookerApi31Reference.PasswordConfig

Properties

Name Type Description Notes
minLength Number Minimum number of characters required for a new password. Must be between 7 and 100 [optional]
requireNumeric Boolean Require at least one numeric character [optional]
requireUpperlower Boolean Require at least one uppercase and one lowercase letter [optional]
requireSpecial Boolean Require at least one special character [optional]
can {String: Boolean} Operations the current user is able to perform on this object [optional]