GetSaslAclsAcl

data class GetSaslAclsAcl(val aclOperationType: String, val aclResourceName: String, val aclResourcePatternType: String, val aclResourceType: String, val host: String, val username: String)

Constructors

Link copied to clipboard
constructor(aclOperationType: String, aclResourceName: String, aclResourcePatternType: String, aclResourceType: String, host: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The operation type of the sasl acl.

Link copied to clipboard

Get results for the specified resource name.

Link copied to clipboard

The resource pattern type of the sasl acl.

Link copied to clipboard

Get results for the specified resource type.

Link copied to clipboard

The host of the sasl acl.

Link copied to clipboard

Get results for the specified username.