Amazon MSK · JSON Structure

Msk Api Serverless Client Authentication Structure

Includes all client authentication information.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

ServerlessClientAuthentication is a JSON Structure definition published by Amazon MSK, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Sasl

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-client-authentication-structure.json",
  "name": "ServerlessClientAuthentication",
  "type": "object",
  "description": "\n            <p>Includes all client authentication information.</p>",
  "properties": {
    "Sasl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServerlessSasl"
        },
        {
          "xml": {
            "name": "sasl"
          },
          "description": "\n            <p>Details for ClientAuthentication using SASL.</p>"
        }
      ]
    }
  }
}