Class RemoveAclEntryRequest (0.1.11)

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

Request for RemoveAclEntry.

Attributes

Name Description
acl str
Required. The name of the acl to remove the acl entry from. Structured like: projects/{project}/locations/{location}/clusters/{cluster}/acls/{acl_id}. The structure of acl_id defines the Resource Pattern (resource_type, resource_name, pattern_type) of the acl. See Acl.name for details.
acl_entry google.cloud.managedkafka_v1.types.AclEntry
Required. The acl entry to remove.