teams-devices_zero-trust-account-device-settings

APIs.ioEngineeringPlatform

Properties

Name Type Description
disable_for_time number Sets the time limit, in seconds, that a user can use an override code to bypass WARP.
gateway_proxy_enabled boolean Enable gateway proxy filtering on TCP.
gateway_udp_proxy_enabled boolean Enable gateway proxy filtering on UDP.
root_certificate_installation_enabled boolean Enable installation of cloudflare managed root certificate.
use_zt_virtual_ip boolean Enable using CGNAT virtual IPv4.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-zero-trust-account-device-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_zero-trust-account-device-settings",
  "title": "teams-devices_zero-trust-account-device-settings",
  "properties": {
    "disable_for_time": {
      "description": "Sets the time limit, in seconds, that a user can use an override code to bypass WARP.",
      "type": "number"
    },
    "gateway_proxy_enabled": {
      "description": "Enable gateway proxy filtering on TCP.",
      "example": true,
      "type": "boolean"
    },
    "gateway_udp_proxy_enabled": {
      "description": "Enable gateway proxy filtering on UDP.",
      "example": true,
      "type": "boolean"
    },
    "root_certificate_installation_enabled": {
      "description": "Enable installation of cloudflare managed root certificate.",
      "example": true,
      "type": "boolean"
    },
    "use_zt_virtual_ip": {
      "description": "Enable using CGNAT virtual IPv4.",
      "example": true,
      "type": "boolean"
    }
  },
  "type": "object"
}