{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-client-authentication-structure.json", "name": "ClientAuthentication", "type": "object", "description": "\n
Includes all client authentication information.
", "properties": { "Sasl": { "allOf": [ { "$ref": "#/components/schemas/Sasl" }, { "xml": { "name": "sasl" }, "description": "\nDetails for ClientAuthentication using SASL.
" } ] }, "Tls": { "allOf": [ { "$ref": "#/components/schemas/Tls" }, { "xml": { "name": "tls" }, "description": "\nDetails for ClientAuthentication using TLS.
" } ] }, "Unauthenticated": { "allOf": [ { "$ref": "#/components/schemas/Unauthenticated" }, { "xml": { "name": "unauthenticated" }, "description": "\nContains information about unauthenticated traffic to the cluster.
" } ] } } }