[][src]Struct graph_rs_types::entitytypes::Windows10EndpointProtectionConfiguration

pub struct Windows10EndpointProtectionConfiguration {
    pub firewall_block_stateful_f_t_p: bool,
    pub firewall_idle_timeout_for_security_association_in_seconds: i32,
    pub firewall_pre_shared_key_encoding_method: FirewallPreSharedKeyEncodingMethodType,
    pub firewall_i_p_sec_exemptions_allow_neighbor_discovery: bool,
    pub firewall_i_p_sec_exemptions_allow_i_c_m_p: bool,
    pub firewall_i_p_sec_exemptions_allow_router_discovery: bool,
    pub firewall_i_p_sec_exemptions_allow_d_h_c_p: bool,
    pub firewall_certificate_revocation_list_check_method: FirewallCertificateRevocationListCheckMethodType,
    pub firewall_merge_keying_module_settings: bool,
    pub firewall_packet_queueing_method: FirewallPacketQueueingMethodType,
    pub firewall_profile_domain: WindowsFirewallNetworkProfile,
    pub firewall_profile_public: WindowsFirewallNetworkProfile,
    pub firewall_profile_private: WindowsFirewallNetworkProfile,
    pub defender_attack_surface_reduction_excluded_paths: Vec<String>,
    pub defender_guarded_folders_allowed_app_paths: Vec<String>,
    pub defender_additional_guarded_folders: Vec<String>,
    pub defender_exploit_protection_xml: Vec<u8>,
    pub defender_exploit_protection_xml_file_name: String,
    pub defender_security_center_block_exploit_protection_override: bool,
    pub app_locker_application_control: AppLockerApplicationControlType,
    pub smart_screen_enable_in_shell: bool,
    pub smart_screen_block_override_for_files: bool,
    pub application_guard_enabled: bool,
    pub application_guard_block_file_transfer: ApplicationGuardBlockFileTransferType,
    pub application_guard_block_non_enterprise_content: bool,
    pub application_guard_allow_persistence: bool,
    pub application_guard_force_auditing: bool,
    pub application_guard_block_clipboard_sharing: ApplicationGuardBlockClipboardSharingType,
    pub application_guard_allow_print_to_p_d_f: bool,
    pub application_guard_allow_print_to_x_p_s: bool,
    pub application_guard_allow_print_to_local_printers: bool,
    pub application_guard_allow_print_to_network_printers: bool,
    pub bit_locker_disable_warning_for_other_disk_encryption: bool,
    pub bit_locker_enable_storage_card_encryption_on_mobile: bool,
    pub bit_locker_encrypt_device: bool,
    pub bit_locker_removable_drive_policy: BitLockerRemovableDrivePolicy,
}

Fields

firewall_block_stateful_f_t_p: boolfirewall_idle_timeout_for_security_association_in_seconds: i32firewall_pre_shared_key_encoding_method: FirewallPreSharedKeyEncodingMethodTypefirewall_i_p_sec_exemptions_allow_neighbor_discovery: boolfirewall_i_p_sec_exemptions_allow_i_c_m_p: boolfirewall_i_p_sec_exemptions_allow_router_discovery: boolfirewall_i_p_sec_exemptions_allow_d_h_c_p: boolfirewall_certificate_revocation_list_check_method: FirewallCertificateRevocationListCheckMethodTypefirewall_merge_keying_module_settings: boolfirewall_packet_queueing_method: FirewallPacketQueueingMethodTypefirewall_profile_domain: WindowsFirewallNetworkProfilefirewall_profile_public: WindowsFirewallNetworkProfilefirewall_profile_private: WindowsFirewallNetworkProfiledefender_attack_surface_reduction_excluded_paths: Vec<String>defender_guarded_folders_allowed_app_paths: Vec<String>defender_additional_guarded_folders: Vec<String>defender_exploit_protection_xml: Vec<u8>defender_exploit_protection_xml_file_name: Stringdefender_security_center_block_exploit_protection_override: boolapp_locker_application_control: AppLockerApplicationControlTypesmart_screen_enable_in_shell: boolsmart_screen_block_override_for_files: boolapplication_guard_enabled: boolapplication_guard_block_file_transfer: ApplicationGuardBlockFileTransferTypeapplication_guard_block_non_enterprise_content: boolapplication_guard_allow_persistence: boolapplication_guard_force_auditing: boolapplication_guard_block_clipboard_sharing: ApplicationGuardBlockClipboardSharingTypeapplication_guard_allow_print_to_p_d_f: boolapplication_guard_allow_print_to_x_p_s: boolapplication_guard_allow_print_to_local_printers: boolapplication_guard_allow_print_to_network_printers: boolbit_locker_disable_warning_for_other_disk_encryption: boolbit_locker_enable_storage_card_encryption_on_mobile: boolbit_locker_encrypt_device: boolbit_locker_removable_drive_policy: BitLockerRemovableDrivePolicy

Trait Implementations

impl Eq for Windows10EndpointProtectionConfiguration[src]

impl Clone for Windows10EndpointProtectionConfiguration[src]

impl PartialEq<Windows10EndpointProtectionConfiguration> for Windows10EndpointProtectionConfiguration[src]

impl Debug for Windows10EndpointProtectionConfiguration[src]

impl Serialize for Windows10EndpointProtectionConfiguration[src]

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