Protocol Detection settings.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zero-trust-gateway_protocol-detection", "title": "zero-trust-gateway_protocol-detection", "description": "Protocol Detection settings.", "properties": { "enabled": { "description": "Enable detecting protocol on initial bytes of client traffic.", "example": true, "type": "boolean" } }, "type": "object" }