Kong · Schema

DcrConfigAuth0InResponse

A DCR provider configuration for Auth0

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
initial_client_id object
initial_client_audience object
use_developer_managed_scopes boolean
View JSON Schema on GitHub

JSON Schema

kong-dcrconfigauth0inresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DcrConfigAuth0InResponse",
  "title": "DcrConfigAuth0InResponse",
  "description": "A DCR provider configuration for Auth0",
  "type": "object",
  "properties": {
    "initial_client_id": {
      "$ref": "#/components/schemas/DcrConfigPropertyInitialClientId"
    },
    "initial_client_audience": {
      "$ref": "#/components/schemas/DcrConfigPropertyInitialClientAudience"
    },
    "use_developer_managed_scopes": {
      "type": "boolean"
    }
  },
  "additionalProperties": false,
  "required": [
    "initial_client_id",
    "initial_client_audience",
    "use_developer_managed_scopes"
  ]
}