View Source GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1BrowserAttributes (google_api_cloud_identity v0.31.0)
Contains information about browser profiles reported by the Endpoint Verification extension.
Attributes
-
chromeBrowserInfo
(type:GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1BrowserInfo.t
, default:nil
) - Represents the current state of the Chrome browser attributes sent by the Endpoint Verification extension. -
chromeProfileId
(type:String.t
, default:nil
) - Chrome profile ID that is exposed by the Chrome API. It is unique for each device. -
lastProfileSyncTime
(type:DateTime.t
, default:nil
) - Timestamp in milliseconds since Epoch when the profile/gcm id was last synced.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1BrowserAttributes{ chromeBrowserInfo: GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1BrowserInfo.t() | nil, chromeProfileId: String.t() | nil, lastProfileSyncTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.