tls-certificates-and-hostnames_keyless_tunnel

Configuration for using Keyless SSL through a Cloudflare Tunnel

APIs.ioEngineeringPlatform

Properties

Name Type Description
private_ip object
vnet_id object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-keyless-tunnel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_keyless_tunnel",
  "title": "tls-certificates-and-hostnames_keyless_tunnel",
  "description": "Configuration for using Keyless SSL through a Cloudflare Tunnel",
  "properties": {
    "private_ip": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_keyless_private_ip"
    },
    "vnet_id": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_keyless_vnet_id"
    }
  },
  "required": [
    "private_ip",
    "vnet_id"
  ],
  "type": "object"
}