zones_ssl_value

Value of the zone setting. Notes: Depends on the zone's plan level

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-ssl-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_ssl_value",
  "title": "zones_ssl_value",
  "default": "off",
  "description": "Value of the zone setting.\nNotes: Depends on the zone's plan level",
  "enum": [
    "off",
    "flexible",
    "full",
    "strict"
  ],
  "type": "string"
}