Details for SASL/SCRAM client authentication.
{ "$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-scram-schema.json", "title": "Scram", "description": "\n <p>Details for SASL/SCRAM client authentication.</p>", "type": "object", "properties": { "Enabled": { "allOf": [ { "$ref": "#/components/schemas/__boolean" }, { "xml": { "name": "enabled" }, "description": "\n <p>SASL/SCRAM authentication is enabled or not.</p>" } ] } } }