Class GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsResponse
Response message for RetrieveCredentials. Contains the access tokens and related artifacts.
Implements
Inherited Members
Namespace: Google.Apis.AgentIdentityCredentials.v1.Data
Assembly: Google.Apis.AgentIdentityCredentials.v1.dll
Syntax
public class GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsResponse : IDirectResponseSchema
Properties
ConsentRejected
Message indicating consent was rejected.
Declaration
[JsonProperty("consentRejected")]
public virtual GoogleCloudAgentidentitycredentialsV1ConsentRejected ConsentRejected { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAgentidentitycredentialsV1ConsentRejected |
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 GoogleCloudAgentidentitycredentialsV1Pending Pending { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAgentidentitycredentialsV1Pending |
Success
Message indicating credentials were successfully retrieved.
Declaration
[JsonProperty("success")]
public virtual GoogleCloudAgentidentitycredentialsV1Success Success { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAgentidentitycredentialsV1Success |
UriConsentRequired
Message indicating URI-based consent is required.
Declaration
[JsonProperty("uriConsentRequired")]
public virtual GoogleCloudAgentidentitycredentialsV1UriConsentRequired UriConsentRequired { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAgentidentitycredentialsV1UriConsentRequired |