Class GoogleChromeManagementVersionsV1ChromeOsDevice
Describes the ChromeOS device that a CertificateProvisioningProcess
belongs to.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement .v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1ChromeOsDevice : IDirectResponseSchema
Properties
DeviceDirectoryApiId
Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.
Declaration
[JsonProperty("deviceDirectoryApiId")]
public virtual string DeviceDirectoryApiId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SerialNumber
Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab.
Declaration
[JsonProperty("serialNumber")]
public virtual string SerialNumber { get; set; }
Property Value
Type | Description |
---|---|
string |