Kong · Schema

TLSTrustBundleReference

A reference to a TLS trust bundle resource. Either `id` or `name` must be provided. Following changes to the trust bundle name won't affect the reference, as the system will create the entities relationship by `id`.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-tlstrustbundlereference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TLSTrustBundleReference",
  "title": "TLSTrustBundleReference",
  "description": "A reference to a TLS trust bundle resource.\n\nEither `id` or `name` must be provided. Following changes to the trust bundle name won't affect the\nreference, as the system will create the entities relationship by `id`.\n",
  "anyOf": [
    {
      "$ref": "#/components/schemas/TLSTrustBundleReferenceById"
    },
    {
      "$ref": "#/components/schemas/TLSTrustBundleReferenceByName"
    }
  ],
  "x-terraform-preferred": "#/components/schemas/TLSTrustBundleReferenceById"
}