[][src]Struct graph_rs_types::entitytypes::DeviceAppManagement

pub struct DeviceAppManagement {
    pub microsoft_store_for_business_last_successful_sync_date_time: String,
    pub is_enabled_for_microsoft_store_for_business: bool,
    pub microsoft_store_for_business_language: String,
    pub microsoft_store_for_business_last_completed_application_sync_time: String,
    pub mobile_apps: Vec<MobileApp>,
    pub mobile_app_categories: Vec<MobileAppCategory>,
    pub mobile_app_configurations: Vec<ManagedDeviceMobileAppConfiguration>,
    pub vpp_tokens: Vec<VppToken>,
    pub managed_app_policies: Vec<ManagedAppPolicy>,
    pub ios_managed_app_protections: Vec<IosManagedAppProtection>,
    pub android_managed_app_protections: Vec<AndroidManagedAppProtection>,
    pub default_managed_app_protections: Vec<DefaultManagedAppProtection>,
    pub targeted_managed_app_configurations: Vec<TargetedManagedAppConfiguration>,
    pub mdm_windows_information_protection_policies: Vec<MdmWindowsInformationProtectionPolicy>,
    pub windows_information_protection_policies: Vec<WindowsInformationProtectionPolicy>,
    pub managed_app_registrations: Vec<ManagedAppRegistration>,
    pub managed_app_statuses: Vec<ManagedAppStatus>,
    pub managed_e_books: Vec<ManagedEBook>,
}

Fields

microsoft_store_for_business_last_successful_sync_date_time: Stringis_enabled_for_microsoft_store_for_business: boolmicrosoft_store_for_business_language: Stringmicrosoft_store_for_business_last_completed_application_sync_time: Stringmobile_apps: Vec<MobileApp>mobile_app_categories: Vec<MobileAppCategory>mobile_app_configurations: Vec<ManagedDeviceMobileAppConfiguration>vpp_tokens: Vec<VppToken>managed_app_policies: Vec<ManagedAppPolicy>ios_managed_app_protections: Vec<IosManagedAppProtection>android_managed_app_protections: Vec<AndroidManagedAppProtection>default_managed_app_protections: Vec<DefaultManagedAppProtection>targeted_managed_app_configurations: Vec<TargetedManagedAppConfiguration>mdm_windows_information_protection_policies: Vec<MdmWindowsInformationProtectionPolicy>windows_information_protection_policies: Vec<WindowsInformationProtectionPolicy>managed_app_registrations: Vec<ManagedAppRegistration>managed_app_statuses: Vec<ManagedAppStatus>managed_e_books: Vec<ManagedEBook>

Trait Implementations

impl Clone for DeviceAppManagement[src]

impl Eq for DeviceAppManagement[src]

impl PartialEq<DeviceAppManagement> for DeviceAppManagement[src]

impl Debug for DeviceAppManagement[src]

impl Serialize for DeviceAppManagement[src]

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