Interface YamlDatabaseRoleDefinitions

Database role definitions.

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

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

Indexable

[role: string]: YamlRoleDefinition

Generated using TypeDoc