Class AddAclEntryResponse
Response for AddAclEntry.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class AddAclEntryResponse : IDirectResponseSchema
Properties
Acl
The updated acl.
Declaration
[JsonProperty("acl")]
public virtual Acl Acl { get; set; }
Property Value
Type | Description |
---|---|
Acl |
AclCreated
Whether the acl was created as a result of adding the acl entry.
Declaration
[JsonProperty("aclCreated")]
public virtual bool? AclCreated { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |