[][src]Struct graph_rs_types::entitytypes::Windows81GeneralConfiguration

pub struct Windows81GeneralConfiguration {
    pub accounts_block_adding_non_microsoft_account_email: bool,
    pub apply_only_to_windows81: bool,
    pub browser_block_autofill: bool,
    pub browser_block_automatic_detection_of_intranet_sites: bool,
    pub browser_block_enterprise_mode_access: bool,
    pub browser_block_java_script: bool,
    pub browser_block_plugins: bool,
    pub browser_block_popups: bool,
    pub browser_block_sending_do_not_track_header: bool,
    pub browser_block_single_word_entry_on_intranet_sites: bool,
    pub browser_require_smart_screen: bool,
    pub browser_enterprise_mode_site_list_location: String,
    pub browser_internet_security_level: InternetSiteSecurityLevel,
    pub browser_intranet_security_level: SiteSecurityLevel,
    pub browser_logging_report_location: String,
    pub browser_require_high_security_for_restricted_sites: bool,
    pub browser_require_firewall: bool,
    pub browser_require_fraud_warning: bool,
    pub browser_trusted_sites_security_level: SiteSecurityLevel,
    pub cellular_block_data_roaming: bool,
    pub diagnostics_block_data_submission: bool,
    pub password_block_picture_password_and_pin: 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_required_type: RequiredPasswordType,
    pub password_sign_in_failure_count_before_factory_reset: i32,
    pub storage_require_device_encryption: bool,
    pub updates_require_automatic_updates: bool,
    pub user_account_control_settings: WindowsUserAccountControlSettings,
    pub work_folders_url: String,
}

Fields

accounts_block_adding_non_microsoft_account_email: boolapply_only_to_windows81: boolbrowser_block_autofill: boolbrowser_block_automatic_detection_of_intranet_sites: boolbrowser_block_enterprise_mode_access: boolbrowser_block_java_script: boolbrowser_block_plugins: boolbrowser_block_popups: boolbrowser_block_sending_do_not_track_header: boolbrowser_block_single_word_entry_on_intranet_sites: boolbrowser_require_smart_screen: boolbrowser_enterprise_mode_site_list_location: Stringbrowser_internet_security_level: InternetSiteSecurityLevelbrowser_intranet_security_level: SiteSecurityLevelbrowser_logging_report_location: Stringbrowser_require_high_security_for_restricted_sites: boolbrowser_require_firewall: boolbrowser_require_fraud_warning: boolbrowser_trusted_sites_security_level: SiteSecurityLevelcellular_block_data_roaming: booldiagnostics_block_data_submission: boolpassword_block_picture_password_and_pin: boolpassword_expiration_days: i32password_minimum_length: i32password_minutes_of_inactivity_before_screen_timeout: i32password_minimum_character_set_count: i32password_previous_password_block_count: i32password_required_type: RequiredPasswordTypepassword_sign_in_failure_count_before_factory_reset: i32storage_require_device_encryption: boolupdates_require_automatic_updates: booluser_account_control_settings: WindowsUserAccountControlSettingswork_folders_url: String

Trait Implementations

impl Eq for Windows81GeneralConfiguration[src]

impl Clone for Windows81GeneralConfiguration[src]

impl PartialEq<Windows81GeneralConfiguration> for Windows81GeneralConfiguration[src]

impl Debug for Windows81GeneralConfiguration[src]

impl Serialize for Windows81GeneralConfiguration[src]

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