zero-trust-gateway_proxy-endpoints

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_at object
id object
ips object
name object
subdomain object
updated_at object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-proxy-endpoints-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_proxy-endpoints",
  "title": "zero-trust-gateway_proxy-endpoints",
  "properties": {
    "created_at": {
      "$ref": "#/components/schemas/zero-trust-gateway_timestamp"
    },
    "id": {
      "$ref": "#/components/schemas/zero-trust-gateway_components-schemas-uuid"
    },
    "ips": {
      "$ref": "#/components/schemas/zero-trust-gateway_ips"
    },
    "name": {
      "$ref": "#/components/schemas/zero-trust-gateway_proxy-endpoints_components-schemas-name"
    },
    "subdomain": {
      "$ref": "#/components/schemas/zero-trust-gateway_schemas-subdomain"
    },
    "updated_at": {
      "$ref": "#/components/schemas/zero-trust-gateway_timestamp"
    }
  },
  "type": "object"
}