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.
- : String!
- # The status of the certificate rotation.
- : CertificateRotationStatus!
- }