Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1ChromeOsUserSession

Describes the ChromeOS user session that a CertificateProvisioningProcess belongs to.

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

Properties

ChromeOsDevice

Output only. This field contains information about the ChromeOS device that the user session is running on. It is only set if the user is affiliated, i.e., if the user is managed by the same organization that manages the ChromeOS device.

Declaration
[JsonProperty("chromeOsDevice")]
public virtual GoogleChromeManagementVersionsV1ChromeOsDevice ChromeOsDevice { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1ChromeOsDevice

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

UserDirectoryApiId

Output only. The unique Directory API ID of the user.

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

UserPrimaryEmail

Output only. The primary e-mail address of the user.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX