Struct google_androidenterprise1::Device[][src]

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

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

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

The policy enforced on the device.

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. For example, "123456789abcdef0".

Identifies the extent to which the device is controlled by a managed Google Play 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 profile managed by the DPC (DPC is profile owner) in addition to a separate, personal profile that is unavailable to the DPC.
  • "containerApp", no longer used (deprecated).
  • "unmanagedProfile", a device that has been allowed (by the domain's admin, using the Admin Console to enable the privilege) to use managed Google Play, but the profile is itself not owned by a DPC.

Trait Implementations

impl Default for Device
[src]

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

impl Clone for Device
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Device
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Device
[src]

impl Resource for Device
[src]

impl ResponseResult for Device
[src]

Auto Trait Implementations

impl Send for Device

impl Sync for Device