Class GoogleCloudAgentidentitycredentialsV1betaRetrieveCredentialsResponse
Response message for RetrieveCredentials. Contains the access tokens and related artifacts.
Implements
Inherited Members
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 |