zero-trust-gateway_ipv6_networks

A list of allowed source IPv6 network ranges for this endpoint. When empty, all source IPs are allowed. A non-empty list is only effective if the endpoint is enabled for this location.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-ipv6-networks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_ipv6_networks",
  "title": "zero-trust-gateway_ipv6_networks",
  "description": "A list of allowed source IPv6 network ranges for this endpoint. When empty, all source IPs are allowed. A non-empty list is only effective if the endpoint is enabled for this location.",
  "items": {
    "$ref": "#/components/schemas/zero-trust-gateway_ipv6_network"
  },
  "type": "array"
}