mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-17 05:07:17 +02:00
204 lines
2.1 KiB
Markdown
204 lines
2.1 KiB
Markdown
## 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
|
|
|
|
<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-duplicate`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the duplicate command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-models:deny-duplicate`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the duplicate command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-models:allow-get-settings`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the get_settings command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-models:deny-get-settings`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the get_settings command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-models:allow-grpc-events`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the grpc_events command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-models:deny-grpc-events`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the grpc_events 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>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-models:allow-websocket-events`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the websocket_events command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-models:deny-websocket-events`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the websocket_events command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-models:allow-workspace-models`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the workspace_models command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-models:deny-workspace-models`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the workspace_models command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|