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