Struct zoom_api::types::PasswordRequirement
source · 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
sourceimpl Clone for PasswordRequirement
impl Clone for PasswordRequirement
sourcefn clone(&self) -> PasswordRequirement
fn clone(&self) -> PasswordRequirement
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresourceimpl Debug for PasswordRequirement
impl Debug for PasswordRequirement
sourceimpl<'de> Deserialize<'de> for PasswordRequirement
impl<'de> Deserialize<'de> for PasswordRequirement
sourcefn 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>,
sourceimpl JsonSchema for PasswordRequirement
impl JsonSchema for PasswordRequirement
sourcefn schema_name() -> String
fn schema_name() -> String
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref keyword. Read more