Show / Hide Table of Contents

Class GoogleChromeManagementV1TelemetryUserDevice

Telemetry data collected for a managed user and device. * Granular permission needed: TELEMETRY_API_DEVICE

Inheritance
object
GoogleChromeManagementV1TelemetryUserDevice
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 GoogleChromeManagementV1TelemetryUserDevice : IDirectResponseSchema

Properties

AppReport

Output only. App reports collected periodically sorted in a decreasing order of report_time.

Declaration
[JsonProperty("appReport")]
public virtual IList<GoogleChromeManagementV1AppReport> AppReport { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementV1AppReport>

AudioStatusReport

Output only. Audio reports collected periodically sorted in a decreasing order of report_time.

Declaration
[JsonProperty("audioStatusReport")]
public virtual IList<GoogleChromeManagementV1AudioStatusReport> AudioStatusReport { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementV1AudioStatusReport>

DeviceActivityReport

Output only. Device activity reports collected periodically sorted in a decreasing order of report_time.

Declaration
[JsonProperty("deviceActivityReport")]
public virtual IList<GoogleChromeManagementV1DeviceActivityReport> DeviceActivityReport { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementV1DeviceActivityReport>

DeviceId

The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.

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

NetworkBandwidthReport

Output only. Network bandwidth reports collected periodically sorted in a decreasing order of report_time.

Declaration
[JsonProperty("networkBandwidthReport")]
public virtual IList<GoogleChromeManagementV1NetworkBandwidthReport> NetworkBandwidthReport { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementV1NetworkBandwidthReport>

PeripheralsReport

Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.

Declaration
[JsonProperty("peripheralsReport")]
public virtual IList<GoogleChromeManagementV1PeripheralsReport> PeripheralsReport { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementV1PeripheralsReport>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX