zero-trust-gateway_tls-settings

TLS interception settings.

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean Enable inspecting encrypted HTTP traffic.
View JSON Schema on GitHub

JSON Schema

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