Interface YamlRoles

A map keyed by role name, and the values are the privileges granted to the role.

Updating this list will result in grant <privilege> and revoke <privilege> queries being executed.

interface YamlRoles {
    [role: string]: YamlRole;
}

Indexable

[role: string]: YamlRole

Generated using TypeDoc