{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-sasl-structure.json", "name": "Sasl", "type": "object", "description": "\n

Details for client authentication using SASL.

", "properties": { "Scram": { "allOf": [ { "$ref": "#/components/schemas/Scram" }, { "xml": { "name": "scram" }, "description": "\n

Details for SASL/SCRAM client authentication.

" } ] }, "Iam": { "allOf": [ { "$ref": "#/components/schemas/Iam" }, { "xml": { "name": "iam" }, "description": "\n

Indicates whether IAM access control is enabled.

" } ] } } }