Show / Hide Table of Contents

Class GoogleChromeManagementV1TelemetryUser

Telemetry data collected from a managed user. * Granular permission needed: TELEMETRY_API_USER

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

Properties

Customer

G Suite Customer whose enterprise enrolled the device.

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

Name

Resource name of the user.

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

OrgUnitId

Organization unit of the user.

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

UserDevice

Telemetry data collected from a managed user and device.

Declaration
[JsonProperty("userDevice")]
public virtual IList<GoogleChromeManagementV1TelemetryUserDevice> UserDevice { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementV1TelemetryUserDevice>

UserEmail

Email address of the user.

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

UserId

Directory ID of the user.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX