Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.66 KB

MeetingOrWebinarSecurityAccountSettingsMeetingSecurityMeetingPasswordRequirement.md

File metadata and controls

16 lines (13 loc) · 1.66 KB

# MeetingOrWebinarSecurityAccountSettingsMeetingSecurityMeetingPasswordRequirement

Properties

Name Type Description Notes
consecutive_characters_length int The maximum length of consecutive characters (for example, `abcdef`) allowed in a password: * `4` through `8` — The maximum consecutive characters length. The length is `n` minus `1`, where `n` is the value. For example, if the value is `4`, there can only be a maximum of `3` consecutive characters in a password (for example, `abc1x@8fdh`). * `0` — No consecutive character restriction. [optional]
have_letter bool Whether passwords must contain at least one letter character. [optional]
have_number bool Whether passwords must contain at least one numeric character. [optional]
have_special_character bool Whether passwords must contain at least one special character. For example, `!`, `@`, and/or `#` characters. [optional]
have_upper_and_lower_characters bool Whether passwords must include uppercase and lowercase characters. [optional]
length int The minimum password length. [optional]
only_allow_numeric bool Whether passwords must contain only numeric characters. [optional]
weak_enhance_detection bool Whether users are informed when the provided password is weak. [optional]

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