Kong · Schema

EventGatewayACLRuleResourceNamesStaticArray

A static list of resource name globs to match against resources when applying an ACL policy.

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

JSON Schema

kong-eventgatewayaclruleresourcenamesstaticarray-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventGatewayACLRuleResourceNamesStaticArray",
  "title": "EventGatewayACLRuleResourceNamesStaticArray",
  "description": "A static list of resource name globs to match against resources when applying an ACL policy.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/EventGatewayACLResourceName"
  },
  "example": [
    {
      "match": "orders-*"
    },
    {
      "match": "payments-*"
    }
  ],
  "maxItems": 50
}