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