tls-certificates-and-hostnames_certificate_status

Current status of certificate.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-certificate-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_certificate_status",
  "title": "tls-certificates-and-hostnames_certificate_status",
  "description": "Current status of certificate.",
  "enum": [
    "initializing",
    "authorizing",
    "active",
    "expired",
    "issuing",
    "timing_out",
    "pending_deployment"
  ],
  "example": "active",
  "type": "string"
}