Struct Windows10EndpointProtectionConfiguration

Source
pub struct Windows10EndpointProtectionConfiguration {
Show 36 fields 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: bool§firewall_idle_timeout_for_security_association_in_seconds: i32§firewall_pre_shared_key_encoding_method: FirewallPreSharedKeyEncodingMethodType§firewall_i_p_sec_exemptions_allow_neighbor_discovery: bool§firewall_i_p_sec_exemptions_allow_i_c_m_p: bool§firewall_i_p_sec_exemptions_allow_router_discovery: bool§firewall_i_p_sec_exemptions_allow_d_h_c_p: bool§firewall_certificate_revocation_list_check_method: FirewallCertificateRevocationListCheckMethodType§firewall_merge_keying_module_settings: bool§firewall_packet_queueing_method: FirewallPacketQueueingMethodType§firewall_profile_domain: WindowsFirewallNetworkProfile§firewall_profile_public: WindowsFirewallNetworkProfile§firewall_profile_private: WindowsFirewallNetworkProfile§defender_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: String§defender_security_center_block_exploit_protection_override: bool§app_locker_application_control: AppLockerApplicationControlType§smart_screen_enable_in_shell: bool§smart_screen_block_override_for_files: bool§application_guard_enabled: bool§application_guard_block_file_transfer: ApplicationGuardBlockFileTransferType§application_guard_block_non_enterprise_content: bool§application_guard_allow_persistence: bool§application_guard_force_auditing: bool§application_guard_block_clipboard_sharing: ApplicationGuardBlockClipboardSharingType§application_guard_allow_print_to_p_d_f: bool§application_guard_allow_print_to_x_p_s: bool§application_guard_allow_print_to_local_printers: bool§application_guard_allow_print_to_network_printers: bool§bit_locker_disable_warning_for_other_disk_encryption: bool§bit_locker_enable_storage_card_encryption_on_mobile: bool§bit_locker_encrypt_device: bool§bit_locker_removable_drive_policy: BitLockerRemovableDrivePolicy

Trait Implementations§

Source§

impl Clone for Windows10EndpointProtectionConfiguration

Source§

fn clone(&self) -> Windows10EndpointProtectionConfiguration

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Windows10EndpointProtectionConfiguration

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for Windows10EndpointProtectionConfiguration

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl PartialEq for Windows10EndpointProtectionConfiguration

Source§

fn eq(&self, other: &Windows10EndpointProtectionConfiguration) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for Windows10EndpointProtectionConfiguration

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl Eq for Windows10EndpointProtectionConfiguration

Source§

impl StructuralPartialEq for Windows10EndpointProtectionConfiguration

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,