ENUM

ManagementEndpointCredentialUsageErrorType

Credential usage error types

link GraphQL Schema definition

  • enum ManagementEndpointCredentialUsageErrorType {
  • # Credential could not be used because of authentication error.
  • AUTHENTICATION_ERROR
  • # Credential could not be used because credential does not have required
  • # permissions.
  • AUTHORIZATION_ERROR
  • # Generic error while generating/fetching credential. Credential could not be
  • # shared with the source service requesting it.
  • CREDENTIAL_REQUEST_ERROR
  • # Generic error while using credential by source service.
  • CREDENTIAL_USAGE_ERROR
  • }