Apache Kafka · JSON Structure

Kafka Rest Proxy Acl Structure

Acl schema from Apache kafka

Type: object Properties: 10
Distributed SystemsEvent StreamingMessagingOpen SourcePub-Sub

Acl is a JSON Structure definition published by Apache Kafka, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

kind metadata cluster_id resource_type resource_name pattern_type principal host operation permission

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-kafka/refs/heads/main/json-structure/kafka-rest-proxy-acl-structure.json",
  "name": "Acl",
  "description": "Acl schema from Apache kafka",
  "properties": {
    "kind": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "cluster_id": {
      "type": "string"
    },
    "resource_type": {
      "type": "string"
    },
    "resource_name": {
      "type": "string"
    },
    "pattern_type": {
      "type": "string"
    },
    "principal": {
      "type": "string"
    },
    "host": {
      "type": "string"
    },
    "operation": {
      "type": "string"
    },
    "permission": {
      "type": "string"
    }
  }
}