ENUM

GlobalCertificateStatus

Description

The expiration status of the certificate.

link GraphQL Schema definition

  • enum GlobalCertificateStatus {
  • # The certificate has expired.
  • EXPIRED
  • # The certificate is expiring within 30 days.
  • EXPIRING_SOON
  • # The expiration status of the certificate is unknown.
  • STATUS_UNSPECIFIED
  • # The certificate does not expire within 30 days.
  • VALID
  • }