GetAclPlainArgs

data class GetAclPlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetAclPlainArgs>

A collection of arguments for invoking getAcl.

Constructors

Link copied to clipboard
constructor(name: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Name of the ACL.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags assigned to the ACL.

Functions

Link copied to clipboard
open override fun toJava(): GetAclPlainArgs