## Default Permission Default permissions for the plugin - `allow-list-databases` - `allow-open-database` - `allow-close-database` - `allow-insert` - `allow-insert-one` - `allow-find` - `allow-find-all` - `allow-find-one` - `allow-delete` - `allow-delete-all` - `allow-delete-one` - `allow-update` - `allow-update-all` - `allow-update-one` - `allow-list-collections` ## Permission Table
Identifier | Description |
---|---|
`polodb:allow-close-database` | Enables the close_database command without any pre-configured scope. |
`polodb:deny-close-database` | Denies the close_database command without any pre-configured scope. |
`polodb:allow-delete` | Enables the delete command without any pre-configured scope. |
`polodb:deny-delete` | Denies the delete command without any pre-configured scope. |
`polodb:allow-delete-all` | Enables the delete_all command without any pre-configured scope. |
`polodb:deny-delete-all` | Denies the delete_all command without any pre-configured scope. |
`polodb:allow-delete-one` | Enables the delete_one command without any pre-configured scope. |
`polodb:deny-delete-one` | Denies the delete_one command without any pre-configured scope. |
`polodb:allow-find` | Enables the find command without any pre-configured scope. |
`polodb:deny-find` | Denies the find command without any pre-configured scope. |
`polodb:allow-find-all` | Enables the find_all command without any pre-configured scope. |
`polodb:deny-find-all` | Denies the find_all command without any pre-configured scope. |
`polodb:allow-find-one` | Enables the find_one command without any pre-configured scope. |
`polodb:deny-find-one` | Denies the find_one command without any pre-configured scope. |
`polodb:allow-insert` | Enables the insert command without any pre-configured scope. |
`polodb:deny-insert` | Denies the insert command without any pre-configured scope. |
`polodb:allow-insert-one` | Enables the insert_one command without any pre-configured scope. |
`polodb:deny-insert-one` | Denies the insert_one command without any pre-configured scope. |
`polodb:allow-list-collections` | Enables the list_collections command without any pre-configured scope. |
`polodb:deny-list-collections` | Denies the list_collections command without any pre-configured scope. |
`polodb:allow-list-databases` | Enables the list_databases command without any pre-configured scope. |
`polodb:deny-list-databases` | Denies the list_databases command without any pre-configured scope. |
`polodb:allow-open-database` | Enables the open_database command without any pre-configured scope. |
`polodb:deny-open-database` | Denies the open_database command without any pre-configured scope. |
`polodb:allow-update` | Enables the update command without any pre-configured scope. |
`polodb:deny-update` | Denies the update command without any pre-configured scope. |
`polodb:allow-update-all` | Enables the update_all command without any pre-configured scope. |
`polodb:deny-update-all` | Denies the update_all command without any pre-configured scope. |
`polodb:allow-update-one` | Enables the update_one command without any pre-configured scope. |
`polodb:deny-update-one` | Denies the update_one command without any pre-configured scope. |