ENUM

ManagementEndpointCredentialUsageStatus

Current status of the credential usage

link GraphQL Schema definition

  • enum ManagementEndpointCredentialUsageStatus {
  • # Error while generating/fetching the credential
  • CREDENTIAL_REQUEST_ERROR
  • # Credential was shared successfully with the source service
  • CREDENTIAL_REQUEST_SUCCESS
  • # Error while using credential
  • CREDENTIAL_USAGE_ERROR
  • # Credential is being used by the source service
  • CREDENTIAL_USAGE_INPROGRESS
  • # Credential was used successfully by the source service
  • CREDENTIAL_USAGE_SUCCESS
  • }