[][src]Struct graph_rs_types::entitytypes::WindowsInformationProtection

pub struct WindowsInformationProtection {
    pub enforcement_level: WindowsInformationProtectionEnforcementLevel,
    pub enterprise_domain: String,
    pub enterprise_protected_domain_names: Vec<WindowsInformationProtectionResourceCollection>,
    pub protection_under_lock_config_required: bool,
    pub data_recovery_certificate: WindowsInformationProtectionDataRecoveryCertificate,
    pub revoke_on_unenroll_disabled: bool,
    pub rights_management_services_template_id: String,
    pub azure_rights_management_services_allowed: bool,
    pub icons_visible: bool,
    pub protected_apps: Vec<WindowsInformationProtectionApp>,
    pub exempt_apps: Vec<WindowsInformationProtectionApp>,
    pub enterprise_network_domain_names: Vec<WindowsInformationProtectionResourceCollection>,
    pub enterprise_proxied_domains: Vec<WindowsInformationProtectionProxiedDomainCollection>,
    pub enterprise_i_p_ranges: Vec<WindowsInformationProtectionIPRangeCollection>,
    pub enterprise_i_p_ranges_are_authoritative: bool,
    pub enterprise_proxy_servers: Vec<WindowsInformationProtectionResourceCollection>,
    pub enterprise_internal_proxy_servers: Vec<WindowsInformationProtectionResourceCollection>,
    pub enterprise_proxy_servers_are_authoritative: bool,
    pub neutral_domain_resources: Vec<WindowsInformationProtectionResourceCollection>,
    pub indexing_encrypted_stores_or_items_blocked: bool,
    pub smb_auto_encrypted_file_extensions: Vec<WindowsInformationProtectionResourceCollection>,
    pub is_assigned: bool,
    pub protected_app_locker_files: Vec<WindowsInformationProtectionAppLockerFile>,
    pub exempt_app_locker_files: Vec<WindowsInformationProtectionAppLockerFile>,
    pub assignments: Vec<TargetedManagedAppPolicyAssignment>,
}

Fields

enforcement_level: WindowsInformationProtectionEnforcementLevelenterprise_domain: Stringenterprise_protected_domain_names: Vec<WindowsInformationProtectionResourceCollection>protection_under_lock_config_required: booldata_recovery_certificate: WindowsInformationProtectionDataRecoveryCertificaterevoke_on_unenroll_disabled: boolrights_management_services_template_id: Stringazure_rights_management_services_allowed: boolicons_visible: boolprotected_apps: Vec<WindowsInformationProtectionApp>exempt_apps: Vec<WindowsInformationProtectionApp>enterprise_network_domain_names: Vec<WindowsInformationProtectionResourceCollection>enterprise_proxied_domains: Vec<WindowsInformationProtectionProxiedDomainCollection>enterprise_i_p_ranges: Vec<WindowsInformationProtectionIPRangeCollection>enterprise_i_p_ranges_are_authoritative: boolenterprise_proxy_servers: Vec<WindowsInformationProtectionResourceCollection>enterprise_internal_proxy_servers: Vec<WindowsInformationProtectionResourceCollection>enterprise_proxy_servers_are_authoritative: boolneutral_domain_resources: Vec<WindowsInformationProtectionResourceCollection>indexing_encrypted_stores_or_items_blocked: boolsmb_auto_encrypted_file_extensions: Vec<WindowsInformationProtectionResourceCollection>is_assigned: boolprotected_app_locker_files: Vec<WindowsInformationProtectionAppLockerFile>exempt_app_locker_files: Vec<WindowsInformationProtectionAppLockerFile>assignments: Vec<TargetedManagedAppPolicyAssignment>

Trait Implementations

impl Eq for WindowsInformationProtection[src]

impl Clone for WindowsInformationProtection[src]

impl PartialEq<WindowsInformationProtection> for WindowsInformationProtection[src]

impl Debug for WindowsInformationProtection[src]

impl Serialize for WindowsInformationProtection[src]

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