zones_tls_client_auth_value

value of the zone setting.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-tls-client-auth-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_tls_client_auth_value",
  "title": "zones_tls_client_auth_value",
  "default": "on",
  "description": "value of the zone setting.",
  "enum": [
    "on",
    "off"
  ],
  "type": "string"
}