confluent-kafka-dotnet
Show / Hide Table of Contents

Enum AclOperation

Enumerates the different types of ACL operation.

Namespace: Confluent.Kafka.Admin
Assembly: cs.temp.dll.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

In This Article