Class SessionContext
Implements
Inherited Members
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 |
|---|---|
| long? |
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 |
|---|---|
| long? |
Dusi
Device User Session ID, see go/dusi.
Declaration
[JsonProperty("dusi")]
public virtual string Dusi { 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 |
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 |
|---|---|
| int? |
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 |
|---|---|
| long? |