Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.29 KB

MeetingSecuritySettingsMeetingSecurityMeetingPasswordRequirement.md

File metadata and controls

16 lines (13 loc) · 1.29 KB

# MeetingSecuritySettingsMeetingSecurityMeetingPasswordRequirement

Properties

Name Type Description Notes
consecutive_characters_length int [optional]
have_letter bool If set to `true`, the passcode must contain at least 1 letter (such as a,b,c...). [optional]
have_number bool If set to `true`, the passcode must contain at least 1 number (such as 1,2,3...). [optional]
have_special_character bool If set to `true`, the passcode must have at least 1 special character (!,@,#...). [optional]
have_upper_and_lower_characters bool If set to `true`, the passcode must include both uppercase and lowercase characters. [optional]
length int The minimum length that the meeting/webinar passcode needs to have. [optional]
only_allow_numeric bool If set to `true`, the passcode must only contain numbers and no other characters. [optional]
weak_enhance_detection bool If set to `true`, users will be informed if the provided passcode is weak. [optional]

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