Kong · Schema

UpdateAppAuthStrategyRequestKeyAuth

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
key-auth object
View JSON Schema on GitHub

JSON Schema

kong-updateappauthstrategyrequestkeyauth-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateAppAuthStrategyRequestKeyAuth",
  "title": "UpdateAppAuthStrategyRequestKeyAuth",
  "type": "object",
  "properties": {
    "key-auth": {
      "$ref": "#/components/schemas/PartialAppAuthStrategyConfigKeyAuth"
    }
  },
  "additionalProperties": false,
  "required": [
    "key-auth"
  ]
}