Kong · Schema

DCR provider - OKTA

A DCR provider for Okta -- 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-dcrproviderokta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DcrProviderOkta",
  "title": "DCR provider - OKTA",
  "description": "A DCR provider for Okta -- only properties not included in DcrProviderBase",
  "type": "object",
  "properties": {
    "provider_type": {
      "type": "string",
      "enum": [
        "okta"
      ]
    },
    "dcr_config": {
      "$ref": "#/components/schemas/DcrConfigOktaInResponse"
    }
  },
  "required": [
    "provider_type",
    "dcr_config"
  ]
}