Apache Kafka · JSON Structure

Kafka Rest Proxy Create Acl Request Structure

CreateAclRequest schema from Apache kafka

Type: object Properties: 7 Required: 7
Distributed SystemsEvent StreamingMessagingOpen SourcePub-Sub

CreateAclRequest is a JSON Structure definition published by Apache Kafka, describing 7 properties, of which 7 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

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-create-acl-request-structure.json",
  "name": "CreateAclRequest",
  "description": "CreateAclRequest schema from Apache kafka",
  "properties": {
    "resource_type": {
      "type": "string"
    },
    "resource_name": {
      "type": "string"
    },
    "pattern_type": {
      "type": "string"
    },
    "principal": {
      "type": "string"
    },
    "host": {
      "type": "string"
    },
    "operation": {
      "type": "string"
    },
    "permission": {
      "type": "string"
    }
  },
  "required": [
    "resource_type",
    "resource_name",
    "pattern_type",
    "principal",
    "host",
    "operation",
    "permission"
  ]
}