TLS interception settings.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zero-trust-gateway_tls-settings", "title": "zero-trust-gateway_tls-settings", "description": "TLS interception settings.", "properties": { "enabled": { "description": "Enable inspecting encrypted HTTP traffic.", "example": true, "type": "boolean" } }, "type": "object" }