Class GoogleChromeManagementV1GraphicsInfo
Information of the graphics subsystem. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: ReportDeviceGraphicsStatus * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_GRAPHICS_INFO
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1GraphicsInfo : IDirectResponseSchema
Properties
AdapterInfo
Output only. Information about the graphics adapter (GPU).
Declaration
[JsonProperty("adapterInfo")]
public virtual GoogleChromeManagementV1GraphicsAdapterInfo AdapterInfo { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromeManagementV1GraphicsAdapterInfo |
DisplayDevices
Output only. Information about the display(s) of the device.
Declaration
[JsonProperty("displayDevices")]
public virtual IList<GoogleChromeManagementV1DisplayDevice> DisplayDevices { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromeManagementV1DisplayDevice> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EprivacySupported
Output only. Is ePrivacy screen supported or not.
Declaration
[JsonProperty("eprivacySupported")]
public virtual bool? EprivacySupported { get; set; }
Property Value
Type | Description |
---|---|
bool? |
TouchScreenInfo
Output only. Information about the internal touch screen(s) of the device.
Declaration
[JsonProperty("touchScreenInfo")]
public virtual GoogleChromeManagementV1TouchScreenInfo TouchScreenInfo { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromeManagementV1TouchScreenInfo |