GetAclRoleResult

data class GetAclRoleResult(val description: String, val id: String, val name: String, val policies: List<GetAclRolePolicy>)

A collection of values returned by getAclRole.

Constructors

Link copied to clipboard
constructor(description: String, id: String, name: String, policies: List<GetAclRolePolicy>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(string) - The description of the ACL Role.

Link copied to clipboard
val id: String

(string) - The ACL Role unique identifier.

Link copied to clipboard

(string) - Unique name of the ACL role.

Link copied to clipboard

(set) - The policies applied to the role.