Details for client authentication using SASL.
{ "$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-sasl-schema.json", "title": "Sasl", "description": "\n <p>Details for client authentication using SASL.</p>", "type": "object", "properties": { "Scram": { "allOf": [ { "$ref": "#/components/schemas/Scram" }, { "xml": { "name": "scram" }, "description": "\n <p>Details for SASL/SCRAM client authentication.</p>" } ] }, "Iam": { "allOf": [ { "$ref": "#/components/schemas/Iam" }, { "xml": { "name": "iam" }, "description": "\n <p>Indicates whether IAM access control is enabled.</p>" } ] } } }