Namespace Google.Apis.AgentIdentityCredentials.v1.Data
Classes
GoogleCloudAgentidentitycredentialsV1ConsentRejected
Indicates the user has rejected the permission delegation or canceled the request.
GoogleCloudAgentidentitycredentialsV1FinalizeCredentialsRequest
Request message for FinalizeCredentials.
GoogleCloudAgentidentitycredentialsV1FinalizeCredentialsResponse
Response message for FinalizeCredentials. Intentionally empty.
GoogleCloudAgentidentitycredentialsV1Pending
Indicates that the credential retrieval is pending. The caller should retry the RetrieveCredentials request
after some time.
GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsRequest
Request message for RetrieveCredentials.
GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsResponse
Response message for RetrieveCredentials. Contains the access tokens and related artifacts.
GoogleCloudAgentidentitycredentialsV1Success
Message indicating successful retrieval of credentials.
GoogleCloudAgentidentitycredentialsV1UriConsentRequired
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.