ENUM

ManagementEndpointCredentialStatus

link GraphQL Schema definition

  • enum ManagementEndpointCredentialStatus {
  • CREATED
  • # The credential's capabilities are being validated by the intended service.
  • # Credentials can be used even if they have not been validated - this status is
  • # set by the intended service if it validates credentials.
  • VALIDATING
  • # The credential satisfies the intended service's requirements.
  • VALID
  • # The credential does not satisfy the intended service's requirements. Invalid
  • # credentials might require user action to fix their permissions- this information
  • # is provided by the intended service.
  • INVALID
  • # An error occurred while the credential was being created or validated.
  • ERROR
  • # The credential clean up has begun.
  • DELETING
  • }