Show / Hide Table of Contents

Class GoogleChromeManagementV1CpuInfo

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
Inheritance
object
GoogleChromeManagementV1CpuInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1CpuInfo : IDirectResponseSchema

Properties

Architecture

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

Declaration
[JsonProperty("architecture")]
public virtual string Architecture { 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

KeylockerConfigured

Output only. Whether keylocker is configured.TRUE = Enabled; FALSE = disabled. Only reported if keylockerSupported = TRUE.

Declaration
[JsonProperty("keylockerConfigured")]
public virtual bool? KeylockerConfigured { get; set; }
Property Value
Type Description
bool?

KeylockerSupported

Output only. Whether keylocker is supported.

Declaration
[JsonProperty("keylockerSupported")]
public virtual bool? KeylockerSupported { get; set; }
Property Value
Type Description
bool?

MaxClockSpeed

Output only. The max CPU clock speed in kHz.

Declaration
[JsonProperty("maxClockSpeed")]
public virtual int? MaxClockSpeed { get; set; }
Property Value
Type Description
int?

Model

Output only. The CPU model name. Example: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz

Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX