AccessControlRulesRoleResponse

data class AccessControlRulesRoleResponse(val name: String, val privileges: List<String>)

The properties of an Access Control Rule Role.

Constructors

Link copied to clipboard
constructor(name: String, privileges: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the role.

Link copied to clipboard

A list of privileges needed by this role.