[][src]Struct graph_rs_types::entitytypes::MacOSGeneralDeviceConfiguration

pub struct MacOSGeneralDeviceConfiguration {
    pub compliant_apps_list: Vec<AppListItem>,
    pub compliant_app_list_type: AppListType,
    pub email_in_domain_suffixes: Vec<String>,
    pub password_block_simple: bool,
    pub password_expiration_days: i32,
    pub password_minimum_character_set_count: i32,
    pub password_minimum_length: i32,
    pub password_minutes_of_inactivity_before_lock: i32,
    pub password_minutes_of_inactivity_before_screen_timeout: i32,
    pub password_previous_password_block_count: i32,
    pub password_required_type: RequiredPasswordType,
    pub password_required: bool,
}

Fields

compliant_apps_list: Vec<AppListItem>compliant_app_list_type: AppListTypeemail_in_domain_suffixes: Vec<String>password_block_simple: boolpassword_expiration_days: i32password_minimum_character_set_count: i32password_minimum_length: i32password_minutes_of_inactivity_before_lock: i32password_minutes_of_inactivity_before_screen_timeout: i32password_previous_password_block_count: i32password_required_type: RequiredPasswordTypepassword_required: bool

Trait Implementations

impl Clone for MacOSGeneralDeviceConfiguration[src]

impl Eq for MacOSGeneralDeviceConfiguration[src]

impl PartialEq<MacOSGeneralDeviceConfiguration> for MacOSGeneralDeviceConfiguration[src]

impl Debug for MacOSGeneralDeviceConfiguration[src]

impl Serialize for MacOSGeneralDeviceConfiguration[src]

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

Auto Trait Implementations

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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]