Interface YamlRoleDefinitions

Role definitions.

Updating this list will result in create role or drop role queries being executed.

interface YamlRoleDefinitions {
    [role: string]: YamlRoleDefinition;
}

Indexable

[role: string]: YamlRoleDefinition

Generated using TypeDoc