Class AclEntry (0.1.11)

AclEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.