zero-trust-gateway_type

The type of certificate, either BYO-PKI (custom) or Gateway-managed.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_type",
  "title": "zero-trust-gateway_type",
  "description": "The type of certificate, either BYO-PKI (custom) or Gateway-managed.",
  "enum": [
    "custom",
    "gateway_managed"
  ],
  "example": "gateway_managed",
  "type": "string"
}