Kong · Schema

AuthStrategyName

The name of the auth strategy. This is used to identify the auth strategy in the Konnect UI.

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

JSON Schema

kong-authstrategyname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthStrategyName",
  "title": "AuthStrategyName",
  "description": "The name of the auth strategy. This is used to identify the auth strategy in the Konnect UI.\n",
  "type": "string",
  "maxLength": 256,
  "minLength": 1
}