Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 898 Bytes

AccountSettingsRecordingRecordingPasswordRequirement.md

File metadata and controls

13 lines (10 loc) · 898 Bytes

# AccountSettingsRecordingRecordingPasswordRequirement

Properties

Name Type Description Notes
have_letter bool Indicates whether or not password must contain at least one alphabetical letter (a, b, c..). [optional]
have_number bool Indicates whether or not password must contain at least one number(1, 2, 3..). [optional]
have_special_character bool Indicates whether or not password must contain at least one special character(!, @, #..). [optional]
length int Minimum required length for the password. [optional]
only_allow_numeric bool Indicates whether or not password must contain only numeric characters. [optional]

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