Struct zoom_api::types::PasswordRequirement [−][src]
pub struct PasswordRequirement {
pub consecutive_characters_length: i64,
pub have_special_character: bool,
pub minimum_password_length: i64,
pub weak_enhance_detection: bool,
}Expand description
This object refers to the enhanced password rules that allows Zoom account admins and owners to apply extra requiremets to the users’ Zoom login password.
Fields
consecutive_characters_length: i64This object refers to the enhanced password rules that allows Zoom account admins and owners to apply extra requiremets to the users’ Zoom login password.
have_special_character: boolThis object refers to the enhanced password rules that allows Zoom account admins and owners to apply extra requiremets to the users’ Zoom login password.
minimum_password_length: i64This object refers to the enhanced password rules that allows Zoom account admins and owners to apply extra requiremets to the users’ Zoom login password.
weak_enhance_detection: boolThis object refers to the enhanced password rules that allows Zoom account admins and owners to apply extra requiremets to the users’ Zoom login password.
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
impl RefUnwindSafe for PasswordRequirement
impl Send for PasswordRequirement
impl Sync for PasswordRequirement
impl Unpin for PasswordRequirement
impl UnwindSafe for PasswordRequirement
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more