GetSaslAclsResult

data class GetSaslAclsResult(val aclResourceName: String, val aclResourceType: String, val acls: List<GetSaslAclsAcl>, val id: String, val instanceId: String, val outputFile: String? = null, val username: String)

A collection of values returned by getSaslAcls.

Constructors

Link copied to clipboard
constructor(aclResourceName: String, aclResourceType: String, acls: List<GetSaslAclsAcl>, id: String, instanceId: String, outputFile: String? = null, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource name of the sasl acl.

Link copied to clipboard

The resource type of the sasl acl.

Link copied to clipboard

A list of sasl acls. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard

The username of the sasl acl.