[][src]Struct graph_rs_types::entitytypes::SharedPCConfiguration

pub struct SharedPCConfiguration {
    pub account_manager_policy: SharedPCAccountManagerPolicy,
    pub allowed_accounts: SharedPCAllowedAccountType,
    pub allow_local_storage: bool,
    pub disable_account_manager: bool,
    pub disable_edu_policies: bool,
    pub disable_power_policies: bool,
    pub disable_sign_in_on_resume: bool,
    pub enabled: bool,
    pub idle_time_before_sleep_in_seconds: i32,
    pub kiosk_app_display_name: String,
    pub kiosk_app_user_model_id: String,
    pub maintenance_start_time: String,
}

Fields

account_manager_policy: SharedPCAccountManagerPolicyallowed_accounts: SharedPCAllowedAccountTypeallow_local_storage: booldisable_account_manager: booldisable_edu_policies: booldisable_power_policies: booldisable_sign_in_on_resume: boolenabled: boolidle_time_before_sleep_in_seconds: i32kiosk_app_display_name: Stringkiosk_app_user_model_id: Stringmaintenance_start_time: String

Trait Implementations

impl Eq for SharedPCConfiguration[src]

impl Clone for SharedPCConfiguration[src]

impl PartialEq<SharedPCConfiguration> for SharedPCConfiguration[src]

impl Debug for SharedPCConfiguration[src]

impl Serialize for SharedPCConfiguration[src]

impl<'de> Deserialize<'de> for SharedPCConfiguration[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]