ENUM

CertificateRotationStatus

Description

The result status of the certificate rotation.

link GraphQL Schema definition

  • enum CertificateRotationStatus {
  • # Certificate rotation failed.
  • FAILED
  • # Certificate rotation is in progress.
  • IN_PROGRESS
  • # Certificate rotation has not been scheduled.
  • NOT_SCHEDULED@deprecated( reason: "No longer applicable." )
  • # Certificate is ready to migrate to Rubrik CA management.
  • READY_TO_MIGRATE
  • # Certificate rotation succeeded.
  • SUCCEEDED
  • # The status of the certificate rotation is unknown.
  • UNKNOWN
  • # Certificate rotation is not supported.
  • UNSUPPORTED
  • }