Package version:

Interface AccessControlRulesRole

The properties of an Access Control Rule Role.

interface AccessControlRulesRole {
    name: string;
    privileges: string[];
}

Properties

Properties

name: string

The name of the role.

privileges: string[]

A list of privileges needed by this role.