tls-certificates-and-hostnames_schemas-status

Status of the Keyless SSL.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-schemas-status-schema.json Raw ↑
{
  "$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"
}