Struct zoom_api::types::MeetingSecuritySettingsPasswordRequirement [−][src]
pub struct MeetingSecuritySettingsPasswordRequirement {
pub consecutive_characters_length: i64,
pub have_letter: bool,
pub have_number: bool,
pub have_special_character: bool,
pub have_upper_and_lower_characters: bool,
pub length: i64,
pub only_allow_numeric: bool,
pub weak_enhance_detection: bool,
}Expand description
Meeting/webinar passcode requirements.
Fields
consecutive_characters_length: i64Meeting/webinar passcode requirements.
have_letter: boolMeeting/webinar passcode requirements.
have_number: boolMeeting/webinar passcode requirements.
have_special_character: boolMeeting/webinar passcode requirements.
have_upper_and_lower_characters: boolMeeting/webinar passcode requirements.
length: i64Meeting/webinar passcode requirements.
only_allow_numeric: boolMeeting/webinar passcode requirements.
weak_enhance_detection: boolMeeting/webinar passcode requirements.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more