Show / Hide Table of Contents

Class GoogleCloudAgentidentitycredentialsV1betaRetrieveCredentialsRequest

Request message for RetrieveCredentials.

Inheritance
object
GoogleCloudAgentidentitycredentialsV1betaRetrieveCredentialsRequest
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.AgentIdentityCredentials.v1beta.Data
Assembly: Google.Apis.AgentIdentityCredentials.v1beta.dll
Syntax
public class GoogleCloudAgentidentitycredentialsV1betaRetrieveCredentialsRequest : IDirectResponseSchema

Properties

ContinueUri

Optional. The URI to redirect the user to after consent is completed. This field is required for authproviders using the 3-legged OAuth flow. For other authprovider types, this field is unused but not rejected.

Declaration
[JsonProperty("continueUri")]
public virtual string ContinueUri { 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

ForceRefreshToken

Optional. Input only. Set this field only if the previous token was expired or invalid. This value must be the full, previously returned token string. Will trigger a refresh of the access token with a stored refresh token, if possible, or a new consent flow.

Declaration
[JsonProperty("forceRefreshToken")]
public virtual string ForceRefreshToken { get; set; }
Property Value
Type Description
string

Scopes

Optional. The OAuth scopes required for this access.

Declaration
[JsonProperty("scopes")]
public virtual IList<string> Scopes { get; set; }
Property Value
Type Description
IList<string>

UserId

Required. The identity of the end user.

Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX