Show / Hide Table of Contents

Class BrowserAttributes

Contains information about browser profiles reported by the Endpoint Verification extension.

Inheritance
object
BrowserAttributes
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.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class BrowserAttributes : IDirectResponseSchema

Properties

ChromeBrowserInfo

Represents the current state of the Chrome browser attributes sent by the Endpoint Verification extension.

Declaration
[JsonProperty("chromeBrowserInfo")]
public virtual BrowserInfo ChromeBrowserInfo { get; set; }
Property Value
Type Description
BrowserInfo

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX