## Default Permission Default permissions for the plugin - `allow-upsert` - `allow-delete` ## 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-delete-model` | Enables the delete_model command without any pre-configured scope. |
| `yaak-models:deny-delete-model` | Denies the delete_model 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-upsert-model` | Enables the upsert_model command without any pre-configured scope. |
| `yaak-models:deny-upsert-model` | Denies the upsert_model command without any pre-configured scope. |