zero-trust-gateway_ipv6_endpoint

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean True if the endpoint is enabled for this location.
networks object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-ipv6-endpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_ipv6_endpoint",
  "title": "zero-trust-gateway_ipv6_endpoint",
  "properties": {
    "enabled": {
      "description": "True if the endpoint is enabled for this location.",
      "example": true,
      "type": "boolean"
    },
    "networks": {
      "$ref": "#/components/schemas/zero-trust-gateway_ipv6_networks"
    }
  },
  "type": "object"
}