GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CpuInfo (google_api_chrome_management v0.11.0)

View Source

CPU specifications for the device This field provides device information, which is static and will not change over time. Data for this field is controlled via policy: ReportDeviceCpuInfo 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_CPU_INFO

Attributes

  • architecture (type: String.t, default: nil) - Output only. Architecture type for the CPU. This field provides device information, which is static and will not change over time. Data for this field is controlled via policy: ReportDeviceCpuInfo 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
  • keylockerConfigured (type: boolean(), default: nil) - Output only. Whether keylocker is configured.TRUE = Enabled; FALSE = disabled. Only reported if keylockerSupported = TRUE.
  • keylockerSupported (type: boolean(), default: nil) - Output only. Whether keylocker is supported.
  • maxClockSpeed (type: integer(), default: nil) - Output only. The max CPU clock speed in kHz.
  • model (type: String.t, default: nil) - Output only. The CPU model name. Example: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CpuInfo{
  architecture: String.t() | nil,
  keylockerConfigured: boolean() | nil,
  keylockerSupported: boolean() | nil,
  maxClockSpeed: integer() | nil,
  model: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.