zero-trust-gateway_binding_status

The deployment status of the certificate on Cloudflare's edge. Certificates in the 'active' state may be used for Gateway TLS interception.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-binding-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_binding_status",
  "title": "zero-trust-gateway_binding_status",
  "description": "The deployment status of the certificate on Cloudflare's edge. Certificates in the 'active' state may be used for Gateway TLS interception.",
  "enum": [
    "pending_deployment",
    "active",
    "pending_deletion",
    "inactive"
  ],
  "type": "string"
}