zero-trust-gateway_filters

The protocol or layer to evaluate the traffic, identity, and device posture expressions.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-filters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_filters",
  "title": "zero-trust-gateway_filters",
  "description": "The protocol or layer to evaluate the traffic, identity, and device posture expressions.",
  "example": [
    "http"
  ],
  "items": {
    "description": "The protocol or layer to use.",
    "enum": [
      "http",
      "dns",
      "l4",
      "egress"
    ],
    "example": "http",
    "type": "string"
  },
  "type": "array"
}