View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1GraphicsInfo (google_api_chrome_management v0.7.1)

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

Attributes

  • adapterInfo (type: GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1GraphicsAdapterInfo.t, default: nil) - Output only. Information about the graphics adapter (GPU).
  • displayDevices (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DisplayDevice.t), default: nil) - Output only. Information about the display(s) of the device.
  • eprivacySupported (type: boolean(), default: nil) - Output only. Is ePrivacy screen supported or not.
  • touchScreenInfo (type: GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TouchScreenInfo.t, default: nil) - Output only. Information about the internal touch screen(s) of the device.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1GraphicsInfo{
    adapterInfo:
      GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1GraphicsAdapterInfo.t()
      | nil,
    displayDevices:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DisplayDevice.t()
      ]
      | nil,
    eprivacySupported: boolean() | nil,
    touchScreenInfo:
      GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TouchScreenInfo.t()
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.