Managed Service for Apache Kafka API v1 API - Class RemoveAclEntryRequest (1.0.0-beta07)

public sealed class RemoveAclEntryRequest : IMessage<RemoveAclEntryRequest>, IEquatable<RemoveAclEntryRequest>, IDeepCloneable<RemoveAclEntryRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class RemoveAclEntryRequest.

Request for RemoveAclEntry.

Inheritance

object > RemoveAclEntryRequest

Namespace

Google.Cloud.ManagedKafka.V1

Assembly

Google.Cloud.ManagedKafka.V1.dll

Constructors

RemoveAclEntryRequest()

public RemoveAclEntryRequest()

RemoveAclEntryRequest(RemoveAclEntryRequest)

public RemoveAclEntryRequest(RemoveAclEntryRequest other)
Parameter
Name Description
other RemoveAclEntryRequest

Properties

Acl

public string Acl { get; set; }

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.

Property Value
Type Description
string

AclAsAclName

public AclName AclAsAclName { get; set; }

AclName-typed view over the Acl resource name property.

Property Value
Type Description
AclName

AclEntry

public AclEntry AclEntry { get; set; }

Required. The acl entry to remove.

Property Value
Type Description
AclEntry