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

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

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

Request for AddAclEntry.

Inheritance

object > AddAclEntryRequest

Namespace

Google.Cloud.ManagedKafka.V1

Assembly

Google.Cloud.ManagedKafka.V1.dll

Constructors

AddAclEntryRequest()

public AddAclEntryRequest()

AddAclEntryRequest(AddAclEntryRequest)

public AddAclEntryRequest(AddAclEntryRequest other)
Parameter
Name Description
other AddAclEntryRequest

Properties

Acl

public string Acl { get; set; }

Required. The name of the acl to add the acl entry to. 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 add.

Property Value
Type Description
AclEntry