ENUM
ManagementEndpointCredentialStatus
link GraphQL Schema definition
- enum ManagementEndpointCredentialStatus {
- # 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.
- # The credential satisfies the intended service's requirements.
- # 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.
- # The credential satisfies the intended service's requirements and required
- # permissions are present, but some additional/optional permissions are missing.
- # An error occurred while the credential was being created or validated.
- # The credential clean up has begun.
- }