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

An Android device registered for zero-touch enrollment.

Attributes

  • claims ([DeviceClaim]): 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: null.
  • configuration (String.t): Not available to resellers. Defaults to: null.
  • deviceId (String.t): Output only. The ID of the device. Assigned by the server. Defaults to: null.
  • deviceIdentifier (DeviceIdentifier): The hardware IDs that identify a manufactured device. To learn more, read Identifiers. Defaults to: null.
  • deviceMetadata (DeviceMetadata): The metadata attached to the device. Structured as key-value pairs. To learn more, read Device metadata. Defaults to: null.
  • name (String.t): Output only. The API resource name in the format `partners/[PARTNER_ID]/devices/[DEVICE_ID]`. Assigned by the server. 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.AndroidDeviceProvisioning.V1.Model.Device{
  claims: [GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceClaim.t()],
  configuration: any(),
  deviceId: any(),
  deviceIdentifier:
    GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t(),
  deviceMetadata:
    GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceMetadata.t(),
  name: any()
}

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.