Class CheckAccessTypeResponse
Response to checking the token's access type.
Implements
Inherited Members
Namespace: Google.Apis.DataPortability.v1beta.Data
Assembly: Google.Apis.DataPortability.v1beta.dll
Syntax
public class CheckAccessTypeResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OneTimeResources
Jobs initiated with this token will be one-time if any requested resources have one-time access.
Declaration
[JsonProperty("oneTimeResources")]
public virtual IList<string> OneTimeResources { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
TimeBasedResources
Jobs initiated with this token will be time-based if all requested resources have time-based access.
Declaration
[JsonProperty("timeBasedResources")]
public virtual IList<string> TimeBasedResources { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |