confluent-kafka-dotnet
Show / Hide Table of Contents

Enum AclPermissionType

Enumerates the different types of ACL permission types.

Namespace: Confluent.Kafka.Admin
Assembly: cs.temp.dll.dll
Syntax
public enum AclPermissionType

Fields

Name Description
Allow

Grants access

Any

In a filter, matches any AclPermissionType

Deny

Disallows access

Unknown

Unknown

In This Article