Interface YamlUserGrants

A map keyed by username, and the values are the role grants of each user.

Updating this list will result in grant role and revoke role queries being executed.

interface YamlUserGrants {
    [username: string]: YamlUserGrant;
}

Indexable

[username: string]: YamlUserGrant

Generated using TypeDoc