OBJECT

CertificateRotation

Description

The status of the certificate rotation along with the message.

link GraphQL Schema definition

  • type CertificateRotation {
  • # The message associated with the certificate rotation.
  • message: String!
  • # The status of the certificate rotation.
  • status: CertificateRotationStatus!
  • }