{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-serverless-client-authentication-structure.json", "name": "ServerlessClientAuthentication", "type": "object", "description": "\n
Includes all client authentication information.
", "properties": { "Sasl": { "allOf": [ { "$ref": "#/components/schemas/ServerlessSasl" }, { "xml": { "name": "sasl" }, "description": "\nDetails for ClientAuthentication using SASL.
" } ] } } }