{ "$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-sasl-structure.json", "name": "ServerlessSasl", "type": "object", "description": "\n

Details for client authentication using SASL.

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

Indicates whether IAM access control is enabled.

" } ] } } }