Kong · Schema

OIDCAuthEnabled

The portal has OIDC enabled or disabled.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-oidcauthenabled-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OIDCAuthEnabled",
  "title": "OIDCAuthEnabled",
  "description": "The portal has OIDC enabled or disabled.",
  "type": "boolean",
  "example": false,
  "deprecated": true,
  "x-speakeasy-param-computed": true
}