GoogleCloudAgentidentitycredentialsV1_RetrieveCredentialsResponse
import type { GoogleCloudAgentidentitycredentialsV1_RetrieveCredentialsResponse } from "https://googleapis.deno.dev/v1/agentidentitycredentials:v1.ts";Response message for RetrieveCredentials. Contains the access tokens and related artifacts.
interface GoogleCloudAgentidentitycredentialsV1_RetrieveCredentialsResponse {
consentRejected?: GoogleCloudAgentidentitycredentialsV1_ConsentRejected;
uriConsentRequired?: GoogleCloudAgentidentitycredentialsV1_UriConsentRequired;
}§Properties
§
consentRejected?: GoogleCloudAgentidentitycredentialsV1_ConsentRejected
[src]Message indicating consent was rejected.
§
Message indicating credential retrieval is pending.
§
Message indicating credentials were successfully retrieved.
§
uriConsentRequired?: GoogleCloudAgentidentitycredentialsV1_UriConsentRequired
[src]Message indicating uri based consent is required.