[][src]Struct graph_rs_types::entitytypes::ManagedAppRegistration

pub struct ManagedAppRegistration {
    pub created_date_time: String,
    pub last_sync_date_time: String,
    pub application_version: String,
    pub management_sdk_version: String,
    pub platform_version: String,
    pub device_type: String,
    pub device_tag: String,
    pub device_name: String,
    pub flagged_reasons: Vec<ManagedAppFlaggedReason>,
    pub user_id: String,
    pub app_identifier: MobileAppIdentifier,
    pub version: String,
    pub applied_policies: Vec<ManagedAppPolicy>,
    pub intended_policies: Vec<ManagedAppPolicy>,
    pub operations: Vec<ManagedAppOperation>,
}

Fields

created_date_time: Stringlast_sync_date_time: Stringapplication_version: Stringmanagement_sdk_version: Stringplatform_version: Stringdevice_type: Stringdevice_tag: Stringdevice_name: Stringflagged_reasons: Vec<ManagedAppFlaggedReason>user_id: Stringapp_identifier: MobileAppIdentifierversion: Stringapplied_policies: Vec<ManagedAppPolicy>intended_policies: Vec<ManagedAppPolicy>operations: Vec<ManagedAppOperation>

Trait Implementations

impl Eq for ManagedAppRegistration[src]

impl Clone for ManagedAppRegistration[src]

impl PartialEq<ManagedAppRegistration> for ManagedAppRegistration[src]

impl Debug for ManagedAppRegistration[src]

impl Serialize for ManagedAppRegistration[src]

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