Kong · Schema

IntegrationInstanceAuthCredential

Object containing metadata for an integration instance auth credential.

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

JSON Schema

kong-integrationinstanceauthcredential-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationInstanceAuthCredential",
  "title": "IntegrationInstanceAuthCredential",
  "description": "Object containing metadata for an integration instance auth credential.",
  "oneOf": [
    {
      "$ref": "#/components/schemas/OAuthCredential"
    },
    {
      "$ref": "#/components/schemas/GitHubAppInstallationCredential"
    },
    {
      "$ref": "#/components/schemas/MultiKeyAuthCredential"
    },
    {
      "$ref": "#/components/schemas/AWSRoleDelegationAuthCredential"
    }
  ]
}