Files
tauri-plugins-workspace/plugins/log/permissions/autogenerated/reference.md
T
2024-09-28 20:50:57 +03:00

42 lines
375 B
Markdown

## Default Permission
Allows the log command
- `allow-log`
## Permission Table
<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>
<tr>
<td>
`log:allow-log`
</td>
<td>
Enables the log command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`log:deny-log`
</td>
<td>
Denies the log command without any pre-configured scope.
</td>
</tr>
</table>