google_api_android_enterprise v0.1.0 GoogleApi.AndroidEnterprise.V1.Model.Device View Source

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

Attributes

  • androidId (String.t): The Google Play Services Android ID for the device encoded as a lowercase hex string. For example, "123456789abcdef0". Defaults to: null.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#device". Defaults to: null.
  • managementType (String.t): 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. Defaults to: null.
  • policy (Policy): The policy enforced on the device. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.AndroidEnterprise.V1.Model.Device{
  androidId: any(),
  kind: any(),
  managementType: any(),
  policy: GoogleApi.AndroidEnterprise.V1.Model.Policy.t()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.