google_api_android_device_provisioning v0.13.1 GoogleApi.AndroidDeviceProvisioning.V1.Model.Device View Source
An Android device registered for zero-touch enrollment.
Attributes
claims
(type:list(GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceClaim.t)
, default:nil
) - Output only. The provisioning claims for a device. Devices claimed for zero-touch enrollment have a claim with the typeSECTION_TYPE_ZERO_TOUCH
. Callpartners.devices.unclaim
orpartners.devices.unclaimAsync
to remove the device from zero-touch enrollment.configuration
(type:String.t
, default:nil
) - Not available to resellers.deviceId
(type:String.t
, default:nil
) - Output only. The ID of the device. Assigned by the server.deviceIdentifier
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t
, default:nil
) - The hardware IDs that identify a manufactured device. To learn more, read Identifiers.deviceMetadata
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceMetadata.t
, default:nil
) - The metadata attached to the device. Structured as key-value pairs. To learn more, read Device metadata.name
(type:String.t
, default:nil
) - Output only. The API resource name in the formatpartners/[PARTNER_ID]/devices/[DEVICE_ID]
. Assigned by the server.
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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.