Struct google_androidenterprise1::Device [] [src]

pub struct Device {
    pub kind: Option<String>,
    pub android_id: Option<String>,
    pub management_type: Option<String>,
}

A device resource represents a mobile device managed by the EMM and belonging to a specific enterprise user.

This collection cannot be modified via the API; it is automatically populated as devices are set up to be managed.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#device".

The Google Play Services Android ID for the device encoded as a lowercase hex string, e.g. "123456789abcdef0".

Identifies the extent to which the device is controlled by an Android for Work EMM in various deployment configurations.

Possible values include: - "managedDevice", a device that has the EMM's device policy controller (DPC) as the device owner, - "managedProfile", a device that has a work profile managed by the DPC (DPC is profile owner) in addition to a separate, personal profile that is unavailable to the DPC, - "containerApp", a device running the Android for Work App. The Android for Work App is managed by the DPC, - "unmanagedProfile", a device that has been allowed (by the domain's admin, using the Admin Console to enable the privilege) to use Android for Work apps or Google Apps for Work, but the profile is itself not owned by a DPC.

Trait Implementations

impl Debug for Device
[src]

Formats the value using the given formatter.

impl Clone for Device
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Device
[src]

Returns the "default value" for a type. Read more

impl Resource for Device
[src]

impl ResponseResult for Device
[src]