Namespace Google.Apis.AgentIdentityCredentials.v1beta.Data
Classes
GoogleCloudAgentidentitycredentialsV1betaConsentRejected
Indicates the user has rejected the permission delegation or canceled the request.
GoogleCloudAgentidentitycredentialsV1betaFinalizeCredentialsRequest
Request message for FinalizeCredentials.
GoogleCloudAgentidentitycredentialsV1betaFinalizeCredentialsResponse
Response message for FinalizeCredentials. Intentionally empty.
GoogleCloudAgentidentitycredentialsV1betaPending
Indicates that the credential retrieval is pending. The caller should retry the RetrieveCredentials request
after some time.
GoogleCloudAgentidentitycredentialsV1betaRetrieveCredentialsRequest
Request message for RetrieveCredentials.
GoogleCloudAgentidentitycredentialsV1betaRetrieveCredentialsResponse
Response message for RetrieveCredentials. Contains the access tokens and related artifacts.
GoogleCloudAgentidentitycredentialsV1betaSuccess
Message indicating successful retrieval of credentials.
GoogleCloudAgentidentitycredentialsV1betaUriConsentRequired
Indicates that the user must visit the provided URI to consent to delegate permission to the agent to act on
their behalf. The caller can either poll the RetrieveCredentials method, or await the /ValidateUserId
callback.