Kong · Schema

DcrConfigOktaInRequest

Payload to create an Okta DCR provider.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
dcr_token object
View JSON Schema on GitHub

JSON Schema

kong-createdcrconfigoktainrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateDcrConfigOktaInRequest",
  "title": "DcrConfigOktaInRequest",
  "description": "Payload to create an Okta DCR provider.",
  "type": "object",
  "properties": {
    "dcr_token": {
      "$ref": "#/components/schemas/DcrConfigPropertyDcrToken"
    }
  },
  "additionalProperties": false,
  "required": [
    "dcr_token"
  ]
}