mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-29 13:31:27 +02:00
114 lines
1.2 KiB
Markdown
114 lines
1.2 KiB
Markdown
## Permission Table
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`secure-storage:allow-get-binary`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the get_binary command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`secure-storage:deny-get-binary`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the get_binary command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`secure-storage:allow-get-string`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the get_string command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`secure-storage:deny-get-string`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the get_string command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`secure-storage:allow-set-binary`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the set_binary command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`secure-storage:deny-set-binary`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the set_binary command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`secure-storage:allow-set-string`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the set_string command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`secure-storage:deny-set-string`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the set_string command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|