Class Device
An Android or Chrome OS device registered for zero-touch enrollment.
Implements
Inherited Members
Namespace: Google.Apis.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class Device : IDirectResponseSchema
Properties
Claims
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.
Declaration
[JsonProperty("claims")]
public virtual IList<DeviceClaim> Claims { get; set; }
Property Value
Type | Description |
---|---|
IList<DeviceClaim> |
Configuration
Not available to resellers.
Declaration
[JsonProperty("configuration")]
public virtual string Configuration { get; set; }
Property Value
Type | Description |
---|---|
string |
DeviceId
Output only. The ID of the device. Assigned by the server.
Declaration
[JsonProperty("deviceId")]
public virtual long? DeviceId { get; set; }
Property Value
Type | Description |
---|---|
long? |
DeviceIdentifier
The hardware IDs that identify a manufactured device. To learn more, read Identifiers.
Declaration
[JsonProperty("deviceIdentifier")]
public virtual DeviceIdentifier DeviceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
DeviceIdentifier |
DeviceMetadata
The metadata attached to the device. Structured as key-value pairs. To learn more, read Device metadata.
Declaration
[JsonProperty("deviceMetadata")]
public virtual DeviceMetadata DeviceMetadata { get; set; }
Property Value
Type | Description |
---|---|
DeviceMetadata |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The API resource name in the format partners/[PARTNER_ID]/devices/[DEVICE_ID]
. Assigned by
the server.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |