zero-trust-gateway_endpoints

The destination endpoints configured for this location. When updating a location, if this field is absent or set with null, the endpoints configuration remains unchanged.

APIs.ioEngineeringPlatform

Properties

Name Type Description
doh object
dot object
ipv4 object
ipv6 object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-endpoints-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_endpoints",
  "title": "zero-trust-gateway_endpoints",
  "description": "The destination endpoints configured for this location. When updating a location, if this field is absent or set with null, the endpoints configuration remains unchanged.",
  "properties": {
    "doh": {
      "$ref": "#/components/schemas/zero-trust-gateway_doh_endpoint"
    },
    "dot": {
      "$ref": "#/components/schemas/zero-trust-gateway_dot_endpoint"
    },
    "ipv4": {
      "$ref": "#/components/schemas/zero-trust-gateway_ipv4_endpoint"
    },
    "ipv6": {
      "$ref": "#/components/schemas/zero-trust-gateway_ipv6_endpoint"
    }
  },
  "type": "object"
}