Kong · Schema

DcrConfigCurityInRequest

Payload to update a Curity DCR provider.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
initial_client_id object
initial_client_secret object
View JSON Schema on GitHub

JSON Schema

kong-updatedcrconfigcurityinrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateDcrConfigCurityInRequest",
  "title": "DcrConfigCurityInRequest",
  "description": "Payload to update a Curity DCR provider.",
  "type": "object",
  "properties": {
    "initial_client_id": {
      "$ref": "#/components/schemas/DcrConfigPropertyInitialClientId"
    },
    "initial_client_secret": {
      "$ref": "#/components/schemas/DcrConfigPropertyInitialClientSecret"
    }
  },
  "additionalProperties": false
}