Chapter 110. AclRule schema reference
Used in: KafkaUserAuthorizationSimple
Full list of AclRule schema properties
110.1. AclRule schema properties Copy linkLink copied to clipboard!
| Property | Property type | Description |
|---|---|---|
| host | string | The host from which the action described in the ACL rule is allowed or denied. |
| operation | string (one of [Read, Write, Delete, Alter, Describe, All, IdempotentWrite, ClusterAction, Create, AlterConfigs, DescribeConfigs]) |
The |
| operations | string (one or more of [Read, Write, Delete, Alter, Describe, All, IdempotentWrite, ClusterAction, Create, AlterConfigs, DescribeConfigs]) array | List of operations which will be allowed or denied. Supported operations are: Read, Write, Create, Delete, Alter, Describe, ClusterAction, AlterConfigs, DescribeConfigs, IdempotentWrite and All. |
| resource |
| Indicates the resource for which given ACL rule applies. |
| type | string (one of [allow, deny]) |
The type of the rule. Currently the only supported type is |