Enum AclOperation
Enumerates the different types of ACL operation.
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public enum AclOperation
Fields
| Name | Description |
|---|---|
| All | ALL the operations |
| Alter | ALTER operation |
| AlterConfigs | ALTER_CONFIGS operation |
| Any | In a filter, matches any AclOperation |
| ClusterAction | CLUSTER_ACTION operation |
| Create | CREATE operation |
| Delete | DELETE operation |
| Describe | DESCRIBE operation |
| DescribeConfigs | DESCRIBE_CONFIGS operation |
| IdempotentWrite | IDEMPOTENT_WRITE operation |
| Read | READ operation |
| Unknown | Unknown |
| Write | WRITE operation |