Kong · Schema

DCR provider - Curity

A DCR provider for Curity -- only properties not included in DcrProviderBase

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
provider_type string
dcr_config object
View JSON Schema on GitHub

JSON Schema

kong-dcrprovidercurity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DcrProviderCurity",
  "title": "DCR provider - Curity",
  "description": "A DCR provider for Curity -- only properties not included in DcrProviderBase",
  "type": "object",
  "properties": {
    "provider_type": {
      "type": "string",
      "enum": [
        "curity"
      ]
    },
    "dcr_config": {
      "$ref": "#/components/schemas/DcrConfigCurityInResponse"
    }
  },
  "required": [
    "provider_type",
    "dcr_config"
  ]
}