Represents the access granted for a given Resource Pattern in
an ACL.
Attributes
Name
Description
principal
str
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.
permission_type
str
Required. The permission type. Accepted
values are (case insensitive): ALLOW, DENY.
operation
str
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.
host
str
Required. The host. Must be set to "*" for Managed Service
for Apache Kafka.
[[["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-07 UTC."],[],[],null,["# Class AclEntry (0.1.12)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.12 (latest)](/python/docs/reference/google-cloud-managedkafka/latest/google.cloud.managedkafka_v1.types.AclEntry)\n- [0.1.11](/python/docs/reference/google-cloud-managedkafka/0.1.11/google.cloud.managedkafka_v1.types.AclEntry) \n\n AclEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nRepresents the access granted for a given Resource Pattern in\nan ACL."]]