{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-scram-structure.json", "name": "Scram", "type": "object", "description": "\n
Details for SASL/SCRAM client authentication.
", "properties": { "Enabled": { "allOf": [ { "$ref": "#/components/schemas/__boolean" }, { "xml": { "name": "enabled" }, "description": "\nSASL/SCRAM authentication is enabled or not.
" } ] } } }