Package version:

Interface AccessControlRulesRoleAssignment

The properties of an Access Control Rule RoleAssignment.

interface AccessControlRulesRoleAssignment {
    identities: string[];
    role: string;
}

Properties

Properties

identities: string[]

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

role: string

The name of the role.