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.
Implements
IMessageAddAclEntryRequest, IEquatableAddAclEntryRequest, IDeepCloneableAddAclEntryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedKafka.V1Assembly
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; }
Property Value | |
---|---|
Type | Description |
AclName |
AclEntry
public AclEntry AclEntry { get; set; }
Required. The acl entry to add.
Property Value | |
---|---|
Type | Description |
AclEntry |