zero-trust-gateway_protocol-detection

Protocol Detection settings.

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean Enable detecting protocol on initial bytes of client traffic.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-protocol-detection-schema.json Raw ↑
{
  "$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"
}