Namespace Google.Apis.AgentIdentityCredentials.v1alpha.Data
Classes
GoogleCloudAgentidentitycredentialsV1alphaConsentRejected
Indicates the user has rejected the permission delegation or canceled the request.
GoogleCloudAgentidentitycredentialsV1alphaFinalizeCredentialsRequest
Request message for FinalizeCredentials.
GoogleCloudAgentidentitycredentialsV1alphaFinalizeCredentialsResponse
Response message for FinalizeCredentials. Intentionally empty.
GoogleCloudAgentidentitycredentialsV1alphaPending
Indicates that the credential retrieval is pending. The caller should retry the RetrieveCredentials request
after some time.
GoogleCloudAgentidentitycredentialsV1alphaRetrieveCredentialsRequest
Request message for RetrieveCredentials.
GoogleCloudAgentidentitycredentialsV1alphaRetrieveCredentialsResponse
Response message for RetrieveCredentials. Contains the access tokens and related artifacts.
GoogleCloudAgentidentitycredentialsV1alphaSuccess
Message indicating successful retrieval of credentials.
GoogleCloudAgentidentitycredentialsV1alphaUriConsentRequired
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.