zero-trust-gateway_action

The action to preform when the associated traffic, identity, and device posture expressions are either absent or evaluate to `true`.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-action-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_action",
  "title": "zero-trust-gateway_action",
  "description": "The action to preform when the associated traffic, identity, and device posture expressions are either absent or evaluate to `true`.",
  "enum": [
    "on",
    "off",
    "allow",
    "block",
    "scan",
    "noscan",
    "safesearch",
    "ytrestricted",
    "isolate",
    "noisolate",
    "override",
    "l4_override",
    "egress",
    "audit_ssh",
    "resolve"
  ],
  "example": "allow",
  "type": "string"
}