{ "$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

Details for client authentication using SASL.

", "type": "object", "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.

" } ] } } }