Files
yaak-mountain-loop/src-tauri/yaak-sync/permissions/autogenerated/reference.md

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>