GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ChromeOsUserSession (google_api_chrome_management v0.11.0)
View SourceDescribes the ChromeOS user session that a CertificateProvisioningProcess belongs to.
Attributes
-
chromeOsDevice(type:GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ChromeOsDevice.t, default:nil) - 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. -
userDirectoryApiId(type:String.t, default:nil) - Output only. The unique Directory API ID of the user. -
userPrimaryEmail(type:String.t, default:nil) - Output only. The primary e-mail address of the user.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ChromeOsUserSession{ chromeOsDevice: GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ChromeOsDevice.t() | nil, userDirectoryApiId: String.t() | nil, userPrimaryEmail: String.t() | nil }