Class GoogleChromeManagementVersionsV1ChromeOsUserSession
Describes the ChromeOS user session that a CertificateProvisioningProcess
belongs to.
Implements
Inherited Members
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 |