Show / Hide Table of Contents

Class GoogleCloudAgentidentitycredentialsV1betaRetrieveCredentialsResponse

Response message for RetrieveCredentials. Contains the access tokens and related artifacts.

Inheritance
object
GoogleCloudAgentidentitycredentialsV1betaRetrieveCredentialsResponse
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 GoogleCloudAgentidentitycredentialsV1betaRetrieveCredentialsResponse : IDirectResponseSchema

Properties

ConsentRejected

Message indicating consent was rejected.

Declaration
[JsonProperty("consentRejected")]
public virtual GoogleCloudAgentidentitycredentialsV1betaConsentRejected ConsentRejected { get; set; }
Property Value
Type Description
GoogleCloudAgentidentitycredentialsV1betaConsentRejected

ETag

The ETag of the item.

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

Pending

Message indicating credential retrieval is pending.

Declaration
[JsonProperty("pending")]
public virtual GoogleCloudAgentidentitycredentialsV1betaPending Pending { get; set; }
Property Value
Type Description
GoogleCloudAgentidentitycredentialsV1betaPending

Success

Message indicating credentials were successfully retrieved.

Declaration
[JsonProperty("success")]
public virtual GoogleCloudAgentidentitycredentialsV1betaSuccess Success { get; set; }
Property Value
Type Description
GoogleCloudAgentidentitycredentialsV1betaSuccess

UriConsentRequired

Message indicating uri based consent is required.

Declaration
[JsonProperty("uriConsentRequired")]
public virtual GoogleCloudAgentidentitycredentialsV1betaUriConsentRequired UriConsentRequired { get; set; }
Property Value
Type Description
GoogleCloudAgentidentitycredentialsV1betaUriConsentRequired

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX