mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 15:51:23 +02:00
69 lines
685 B
Markdown
69 lines
685 B
Markdown
## Default Permission
|
|
|
|
Default permissions for the plugin
|
|
|
|
- `allow-upsert`
|
|
- `allow-delete`
|
|
|
|
## Permission Table
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-models:allow-delete`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the delete command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-models:deny-delete`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the delete command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-models:allow-upsert`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the upsert command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-models:deny-upsert`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the upsert command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|