AccessControlRulesRoleAssignmentResponse

data class AccessControlRulesRoleAssignmentResponse(val identities: List<String>, val role: String)

The properties of an Access Control Rule RoleAssignment.

Constructors

Link copied to clipboard
constructor(identities: List<String>, role: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of identities that can access the privileges defined by the role.

Link copied to clipboard

The name of the role.