zero-trust-gateway_browser-isolation-settings

Browser isolation settings.

APIs.ioEngineeringPlatform

Properties

Name Type Description
non_identity_enabled boolean Enable non-identity onramp support for Browser Isolation.
url_browser_isolation_enabled boolean Enable Clientless Browser Isolation.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-browser-isolation-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_browser-isolation-settings",
  "title": "zero-trust-gateway_browser-isolation-settings",
  "description": "Browser isolation settings.",
  "properties": {
    "non_identity_enabled": {
      "description": "Enable non-identity onramp support for Browser Isolation.",
      "example": true,
      "type": "boolean"
    },
    "url_browser_isolation_enabled": {
      "description": "Enable Clientless Browser Isolation.",
      "example": true,
      "type": "boolean"
    }
  },
  "type": "object"
}