Kong · Schema

DcrConfigAzureAdInResponse

A DCR provider configuration for Azure AD

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
initial_client_id object
View JSON Schema on GitHub

JSON Schema

kong-dcrconfigazureadinresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DcrConfigAzureAdInResponse",
  "title": "DcrConfigAzureAdInResponse",
  "description": "A DCR provider configuration for Azure AD",
  "type": "object",
  "properties": {
    "initial_client_id": {
      "$ref": "#/components/schemas/DcrConfigPropertyInitialClientId"
    }
  },
  "additionalProperties": false,
  "required": [
    "initial_client_id"
  ]
}