mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 02:41:07 +01:00
123 lines
1.2 KiB
Markdown
123 lines
1.2 KiB
Markdown
## Default Permission
|
|
|
|
Default permissions for the plugin
|
|
|
|
- `allow-calculate`
|
|
- `allow-calculate-fs`
|
|
- `allow-apply`
|
|
- `allow-watch`
|
|
|
|
## Permission Table
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-sync:allow-apply`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the apply command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-sync:deny-apply`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the apply command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-sync:allow-calculate`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the calculate command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-sync:deny-calculate`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the calculate command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-sync:allow-calculate-fs`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the calculate_fs command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-sync:deny-calculate-fs`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the calculate_fs command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-sync:allow-watch`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the watch command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-sync:deny-watch`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the watch command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|