Back to Tauri

Reference

examples/api/src-tauri/tauri-plugin-sample/permissions/autogenerated/reference.md

1.0.5512 B
Original Source

Permission Table

<table> <tr> <th>Identifier</th> <th>Description</th> </tr> <tr> <td>

sample:allow-ping

</td> <td>

Enables the ping command without any pre-configured scope.

</td> </tr> <tr> <td>

sample:deny-ping

</td> <td>

Denies the ping command without any pre-configured scope.

</td> </tr> <tr> <td>

sample:global-scope

</td> <td>

Sets a global scope.

</td> </tr> <tr> <td>

sample:allow-ping-scoped

</td> <td>

Enables the ping command with a test scope.

</td> </tr> </table>