[][src]Struct graph_rs_types::entitytypes::WindowsPhone81GeneralConfiguration

pub struct WindowsPhone81GeneralConfiguration {
    pub apply_only_to_windows_phone81: bool,
    pub apps_block_copy_paste: bool,
    pub bluetooth_blocked: bool,
    pub camera_blocked: bool,
    pub cellular_block_wifi_tethering: bool,
    pub compliant_apps_list: Vec<AppListItem>,
    pub compliant_app_list_type: AppListType,
    pub diagnostic_data_block_submission: bool,
    pub email_block_adding_accounts: bool,
    pub location_services_blocked: bool,
    pub microsoft_account_blocked: bool,
    pub nfc_blocked: bool,
    pub password_block_simple: bool,
    pub password_expiration_days: i32,
    pub password_minimum_length: i32,
    pub password_minutes_of_inactivity_before_screen_timeout: i32,
    pub password_minimum_character_set_count: i32,
    pub password_previous_password_block_count: i32,
    pub password_sign_in_failure_count_before_factory_reset: i32,
    pub password_required_type: RequiredPasswordType,
    pub password_required: bool,
    pub screen_capture_blocked: bool,
    pub storage_block_removable_storage: bool,
    pub storage_require_encryption: bool,
    pub web_browser_blocked: bool,
    pub wifi_blocked: bool,
    pub wifi_block_automatic_connect_hotspots: bool,
    pub wifi_block_hotspot_reporting: bool,
    pub windows_store_blocked: bool,
}

Fields

apply_only_to_windows_phone81: boolapps_block_copy_paste: boolbluetooth_blocked: boolcamera_blocked: boolcellular_block_wifi_tethering: boolcompliant_apps_list: Vec<AppListItem>compliant_app_list_type: AppListTypediagnostic_data_block_submission: boolemail_block_adding_accounts: boollocation_services_blocked: boolmicrosoft_account_blocked: boolnfc_blocked: boolpassword_block_simple: boolpassword_expiration_days: i32password_minimum_length: i32password_minutes_of_inactivity_before_screen_timeout: i32password_minimum_character_set_count: i32password_previous_password_block_count: i32password_sign_in_failure_count_before_factory_reset: i32password_required_type: RequiredPasswordTypepassword_required: boolscreen_capture_blocked: boolstorage_block_removable_storage: boolstorage_require_encryption: boolweb_browser_blocked: boolwifi_blocked: boolwifi_block_automatic_connect_hotspots: boolwifi_block_hotspot_reporting: boolwindows_store_blocked: bool

Trait Implementations

impl Clone for WindowsPhone81GeneralConfiguration[src]

impl Eq for WindowsPhone81GeneralConfiguration[src]

impl PartialEq<WindowsPhone81GeneralConfiguration> for WindowsPhone81GeneralConfiguration[src]

impl Debug for WindowsPhone81GeneralConfiguration[src]

impl Serialize for WindowsPhone81GeneralConfiguration[src]

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