Amazon MSK · Schema

Scram

Details for SASL/SCRAM client authentication.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Enabled object
View JSON Schema on GitHub

JSON Schema

msk-api-scram-schema.json Raw ↑
{
  "$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>"
        }
      ]
    }
  }
}