zero-trust-gateway_ipv4_networks

A list of network ranges that requests from this location would originate from. A non-empty list is only effective if the ipv4 endpoint is enabled for this location.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-ipv4-networks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_ipv4_networks",
  "title": "zero-trust-gateway_ipv4_networks",
  "description": "A list of network ranges that requests from this location would originate from. A non-empty list is only effective if the ipv4 endpoint is enabled for this location.",
  "items": {
    "$ref": "#/components/schemas/zero-trust-gateway_ipv4_network"
  },
  "type": "array"
}