[][src]Struct graph_rs_types::entitytypes::IosCompliancePolicy

pub struct IosCompliancePolicy {
    pub passcode_block_simple: bool,
    pub passcode_expiration_days: i32,
    pub passcode_minimum_length: i32,
    pub passcode_minutes_of_inactivity_before_lock: i32,
    pub passcode_previous_passcode_block_count: i32,
    pub passcode_minimum_character_set_count: i32,
    pub passcode_required_type: RequiredPasswordType,
    pub passcode_required: bool,
    pub os_minimum_version: String,
    pub os_maximum_version: String,
    pub security_block_jailbroken_devices: bool,
    pub device_threat_protection_enabled: bool,
    pub device_threat_protection_required_security_level: DeviceThreatProtectionLevel,
    pub managed_email_profile_required: bool,
}

Fields

passcode_block_simple: boolpasscode_expiration_days: i32passcode_minimum_length: i32passcode_minutes_of_inactivity_before_lock: i32passcode_previous_passcode_block_count: i32passcode_minimum_character_set_count: i32passcode_required_type: RequiredPasswordTypepasscode_required: boolos_minimum_version: Stringos_maximum_version: Stringsecurity_block_jailbroken_devices: booldevice_threat_protection_enabled: booldevice_threat_protection_required_security_level: DeviceThreatProtectionLevelmanaged_email_profile_required: bool

Trait Implementations

impl Eq for IosCompliancePolicy[src]

impl Clone for IosCompliancePolicy[src]

impl PartialEq<IosCompliancePolicy> for IosCompliancePolicy[src]

impl Debug for IosCompliancePolicy[src]

impl Serialize for IosCompliancePolicy[src]

impl<'de> Deserialize<'de> for IosCompliancePolicy[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]