Show / Hide Table of Contents

Class SessionContext

Inheritance
System.Object
SessionContext
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class SessionContext : IDirectResponseSchema

Properties

AuthTime

Time at which this activity's session was authenticated, in seconds since the epoch.

Declaration
[JsonProperty("authTime")]
public virtual long? AuthTime { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

DelegateUserId

Gaia ID of the authenticated user when delegate access is active. In such sessions the main gaia ID is that of the delegator, i.e. the account being accessed.

Declaration
[JsonProperty("delegateUserId")]
public virtual long? DelegateUserId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Dusi

Device User Session ID, see go/dusi.

Declaration
[JsonProperty("dusi")]
public virtual string Dusi { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

ImapSessionContext

Imap session context for Bond/Gmail integration

Declaration
[JsonProperty("imapSessionContext")]
public virtual ImapSessionContext ImapSessionContext { get; set; }
Property Value
Type Description
ImapSessionContext

OauthLoginId

OAuth login ID.

Declaration
[JsonProperty("oauthLoginId")]
public virtual int? OauthLoginId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

OauthProjectId

The devconsole project ID of the developer who authenticated with OAuth.

Declaration
[JsonProperty("oauthProjectId")]
public virtual long? OauthProjectId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top