Get Acl Role Result
data class GetAclRoleResult(val description: String, val id: String, val name: String, val policies: List<GetAclRolePolicy>)
A collection of values returned by getAclRole.
A collection of values returned by getAclRole.