Kong · Schema

API Publication Auth Strategy IDs

The auth strategy the API enforces for applications in the portal. Omitting this property means the portal's default application auth strategy will be used. Setting to null means the API will not require application authentication. DCR support for application registration is currently in development.

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

JSON Schema

kong-apipublicationauthstrategyids-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiPublicationAuthStrategyIds",
  "title": "API Publication Auth Strategy IDs",
  "description": "The auth strategy the API enforces for applications in the portal.\nOmitting this property means the portal's default application auth strategy will be used.\nSetting to null means the API will not require application authentication.\nDCR support for application registration is currently in development.\n",
  "type": "array",
  "items": {
    "type": "string",
    "format": "uuid"
  },
  "maxItems": 1,
  "minItems": 1,
  "nullable": true
}