Status of the zone's custom SSL.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tls-certificates-and-hostnames_status", "title": "tls-certificates-and-hostnames_status", "description": "Status of the zone's custom SSL.", "enum": [ "active", "expired", "deleted", "pending", "initializing" ], "example": "active", "readOnly": true }