Class GoogleAppsCloudidentityDevicesV1BrowserAttributes
Contains information about browser profiles reported by the Endpoint Verification extension.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class GoogleAppsCloudidentityDevicesV1BrowserAttributes : IDirectResponseSchema
Properties
ChromeBrowserInfo
Represents the current state of the Chrome browser attributes sent by the Endpoint Verification extension.
Declaration
[JsonProperty("chromeBrowserInfo")]
public virtual GoogleAppsCloudidentityDevicesV1BrowserInfo ChromeBrowserInfo { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsCloudidentityDevicesV1BrowserInfo |
ChromeProfileId
Chrome profile ID that is exposed by the Chrome API. It is unique for each device.
Declaration
[JsonProperty("chromeProfileId")]
public virtual string ChromeProfileId { 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 |
LastProfileSyncTime
object representation of LastProfileSyncTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastProfileSyncTimeDateTimeOffset instead.")]
public virtual object LastProfileSyncTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastProfileSyncTimeDateTimeOffset
DateTimeOffset representation of LastProfileSyncTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastProfileSyncTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastProfileSyncTimeRaw
Timestamp in milliseconds since the Unix epoch when the profile/gcm id was last synced.
Declaration
[JsonProperty("lastProfileSyncTime")]
public virtual string LastProfileSyncTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |