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