Struct google_androidenterprise1::Device [] [src]

pub struct Device {
    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.

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. 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]

[src]

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

impl Clone for Device
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Device
[src]

[src]

Formats the value using the given formatter.

impl Resource for Device
[src]

impl ResponseResult for Device
[src]