Class GoogleChromeManagementVersionsV1DeviceInfo
Information of a device that runs a Chrome browser profile.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1DeviceInfo : IDirectResponseSchema
Properties
AffiliatedDeviceId
Output only. Device ID that identifies the affiliated device on which the profile exists. If the device type is CHROME_BROWSER, then this represents a unique Directory API ID of the device that can be used in Admin SDK Browsers API.
Declaration
[JsonProperty("affiliatedDeviceId")]
public virtual string AffiliatedDeviceId { get; set; }
Property Value
Type | Description |
---|---|
string |
DeviceType
Output only. Type of the device on which the profile exists.
Declaration
[JsonProperty("deviceType")]
public virtual string DeviceType { 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 |
Hostname
Output only. Hostname of the device on which the profile exists.
Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }
Property Value
Type | Description |
---|---|
string |
Machine
Output only. Machine name of the device on which the profile exists. On platforms which do not report the machine name (currently iOS and Android) this is instead set to the browser's device_id - but note that this is a different device_id than the |affiliated_device_id|.
Declaration
[JsonProperty("machine")]
public virtual string Machine { get; set; }
Property Value
Type | Description |
---|---|
string |