google_api_android_device_provisioning v0.7.0 GoogleApi.AndroidDeviceProvisioning.V1.Model.Device View Source

An Android device registered for zero-touch enrollment.

Attributes

  • claims (list(GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceClaim.t)): Output only. The provisioning claims for a device. Devices claimed for zero-touch enrollment have a claim with the type SECTION_TYPE_ZERO_TOUCH. Call partners.devices.unclaim or partners.devices.unclaimAsync to remove the device from zero-touch enrollment. Defaults to nil.
  • configuration (String.t): Not available to resellers. Defaults to nil.
  • deviceId (String.t): Output only. The ID of the device. Assigned by the server. Defaults to nil.
  • deviceIdentifier (GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t): The hardware IDs that identify a manufactured device. To learn more, read Identifiers. Defaults to nil.
  • deviceMetadata (GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceMetadata.t): The metadata attached to the device. Structured as key-value pairs. To learn more, read Device metadata. Defaults to nil.
  • name (String.t): Output only. The API resource name in the format partners/[PARTNER_ID]/devices/[DEVICE_ID]. Assigned by the server. Defaults to nil.

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.AndroidDeviceProvisioning.V1.Model.Device{
  claims: [GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceClaim.t()],
  configuration: String.t(),
  deviceId: String.t(),
  deviceIdentifier:
    GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t(),
  deviceMetadata:
    GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceMetadata.t(),
  name: String.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.