Kong · Schema

DcrConfigPropertyInitialClientAudience

This is the audience value used for the initial client. If using a custom domain on Auth0, this must be set as to the Auth0 Management API audience value. If left blank, the issuer will be used instead.

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

JSON Schema

kong-dcrconfigpropertyinitialclientaudience-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DcrConfigPropertyInitialClientAudience",
  "title": "DcrConfigPropertyInitialClientAudience",
  "description": "This is the audience value used for the initial client.\nIf using a custom domain on Auth0, this must be set as to the Auth0 Management API audience value.\nIf left blank, the issuer will be used instead.\n",
  "type": "string",
  "maxLength": 256,
  "nullable": true
}