GetAclRolePlainArgs

data class GetAclRolePlainArgs(val id: String) : ConvertibleToJava<GetAclRolePlainArgs>

A collection of arguments for invoking getAclRole.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

(string) The unique identifier of the ACL Role.

Functions

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