Kong · Schema

VirtualClusterAuthenticationPrincipalSensitiveDataAware

A principal for authentication.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
username object
password object
View JSON Schema on GitHub

JSON Schema

kong-virtualclusterauthenticationprincipalsensitivedataaware-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VirtualClusterAuthenticationPrincipalSensitiveDataAware",
  "title": "VirtualClusterAuthenticationPrincipalSensitiveDataAware",
  "description": "A principal for authentication.",
  "type": "object",
  "properties": {
    "username": {
      "$ref": "#/components/schemas/GatewaySecretReferenceOrLiteral"
    },
    "password": {
      "$ref": "#/components/schemas/GatewaySecret"
    }
  },
  "required": [
    "username"
  ]
}