## Default Permission Default permissions for the plugin - `allow-delete` - `allow-duplicate` - `allow-get-settings` - `allow-grpc-events` - `allow-upsert` - `allow-websocket-events` - `allow-workspace-models` ## Permission Table
| Identifier | Description |
|---|---|
| `yaak-models:allow-delete` | Enables the delete command without any pre-configured scope. |
| `yaak-models:deny-delete` | Denies the delete command without any pre-configured scope. |
| `yaak-models:allow-duplicate` | Enables the duplicate command without any pre-configured scope. |
| `yaak-models:deny-duplicate` | Denies the duplicate command without any pre-configured scope. |
| `yaak-models:allow-get-settings` | Enables the get_settings command without any pre-configured scope. |
| `yaak-models:deny-get-settings` | Denies the get_settings command without any pre-configured scope. |
| `yaak-models:allow-grpc-events` | Enables the grpc_events command without any pre-configured scope. |
| `yaak-models:deny-grpc-events` | Denies the grpc_events command without any pre-configured scope. |
| `yaak-models:allow-upsert` | Enables the upsert command without any pre-configured scope. |
| `yaak-models:deny-upsert` | Denies the upsert command without any pre-configured scope. |
| `yaak-models:allow-websocket-events` | Enables the websocket_events command without any pre-configured scope. |
| `yaak-models:deny-websocket-events` | Denies the websocket_events command without any pre-configured scope. |
| `yaak-models:allow-workspace-models` | Enables the workspace_models command without any pre-configured scope. |
| `yaak-models:deny-workspace-models` | Denies the workspace_models command without any pre-configured scope. |