Status of the Keyless SSL.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tls-certificates-and-hostnames_schemas-status", "title": "tls-certificates-and-hostnames_schemas-status", "description": "Status of the Keyless SSL.", "enum": [ "active", "deleted" ], "example": "active", "readOnly": true, "type": "string" }