Amazon MSK · JSON Structure

Msk Api Client Authentication Structure

Includes all client authentication information.

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

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

Properties

Sasl Tls Unauthenticated

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-client-authentication-structure.json",
  "name": "ClientAuthentication",
  "type": "object",
  "description": "\n            <p>Includes all client authentication information.</p>",
  "properties": {
    "Sasl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Sasl"
        },
        {
          "xml": {
            "name": "sasl"
          },
          "description": "\n            <p>Details for ClientAuthentication using SASL.</p>"
        }
      ]
    },
    "Tls": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tls"
        },
        {
          "xml": {
            "name": "tls"
          },
          "description": "\n            <p>Details for ClientAuthentication using TLS.</p>"
        }
      ]
    },
    "Unauthenticated": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Unauthenticated"
        },
        {
          "xml": {
            "name": "unauthenticated"
          },
          "description": "\n            <p>Contains information about unauthenticated traffic to the cluster.</p>"
        }
      ]
    }
  }
}