Required. The operation type. Allowed values are (case insensitive): ALL,
READ, WRITE, CREATE, DELETE, ALTER, DESCRIBE, CLUSTER_ACTION,
DESCRIBE_CONFIGS, ALTER_CONFIGS, and IDEMPOTENT_WRITE. See
https://kafka.apache.org/documentation/#operations_resources_and_protocols
for valid combinations of resource_type and operation for different Kafka
API requests.
Required. The principal. Specified as Google Cloud account, with the Kafka
StandardAuthorizer prefix "User:". For example:
"User:test-kafka-client@test-project.iam.gserviceaccount.com".
Can be the wildcard "User:*" to refer to all users.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Managed Service for Apache Kafka API v1 API - Class AclEntry (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.AclEntry)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/1.0.0-beta06/Google.Cloud.ManagedKafka.V1.AclEntry) \n\n public sealed class AclEntry : IMessage\u003cAclEntry\u003e, IEquatable\u003cAclEntry\u003e, IDeepCloneable\u003cAclEntry\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Managed Service for Apache Kafka API v1 API class AclEntry.\n\nRepresents the access granted for a given Resource Pattern in an ACL. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AclEntry \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AclEntry](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.AclEntry), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AclEntry](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.AclEntry), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AclEntry](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.AclEntry), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ManagedKafka.V1](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ManagedKafka.V1.dll\n\nConstructors\n------------\n\n### AclEntry()\n\n public AclEntry()\n\n### AclEntry(AclEntry)\n\n public AclEntry(AclEntry other)\n\nProperties\n----------\n\n### Host\n\n public string Host { get; set; }\n\nRequired. The host. Must be set to \"\\*\" for Managed Service for Apache\nKafka.\n\n### Operation\n\n public string Operation { get; set; }\n\nRequired. The operation type. Allowed values are (case insensitive): ALL,\nREAD, WRITE, CREATE, DELETE, ALTER, DESCRIBE, CLUSTER_ACTION,\nDESCRIBE_CONFIGS, ALTER_CONFIGS, and IDEMPOTENT_WRITE. See\n\u003chttps://kafka.apache.org/documentation/#operations_resources_and_protocols\u003e\nfor valid combinations of resource_type and operation for different Kafka\nAPI requests.\n\n### PermissionType\n\n public string PermissionType { get; set; }\n\nRequired. The permission type. Accepted values are (case insensitive):\nALLOW, DENY.\n\n### Principal\n\n public string Principal { get; set; }\n\nRequired. The principal. Specified as Google Cloud account, with the Kafka\nStandardAuthorizer prefix \"User:\". For example:\n\"User:test-kafka-client@test-project.iam.gserviceaccount.com\".\nCan be the wildcard \"User:\\*\" to refer to all users."]]