zones_tls_1_3_value

Value of the zone setting. Notes: Default value depends on the zone's plan level.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-tls-1-3-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_tls_1_3_value",
  "title": "zones_tls_1_3_value",
  "default": "off",
  "description": "Value of the zone setting.\nNotes: Default value depends on the zone's plan level.",
  "enum": [
    "on",
    "off",
    "zrt"
  ],
  "type": "string"
}