mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-31 13:39:36 +02:00
d198c01486
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
51 lines
1.1 KiB
Markdown
51 lines
1.1 KiB
Markdown
# Permissions
|
|
|
|
## allow-cancel
|
|
|
|
Enables the cancel command without any pre-configured scope.
|
|
|
|
## deny-cancel
|
|
|
|
Denies the cancel command without any pre-configured scope.
|
|
|
|
## allow-check-permissions
|
|
|
|
Enables the check_permissions command without any pre-configured scope.
|
|
|
|
## deny-check-permissions
|
|
|
|
Denies the check_permissions command without any pre-configured scope.
|
|
|
|
## allow-open-app-settings
|
|
|
|
Enables the open_app_settings command without any pre-configured scope.
|
|
|
|
## deny-open-app-settings
|
|
|
|
Denies the open_app_settings command without any pre-configured scope.
|
|
|
|
## allow-request-permissions
|
|
|
|
Enables the request_permissions command without any pre-configured scope.
|
|
|
|
## deny-request-permissions
|
|
|
|
Denies the request_permissions command without any pre-configured scope.
|
|
|
|
## allow-scan
|
|
|
|
Enables the scan command without any pre-configured scope.
|
|
|
|
## deny-scan
|
|
|
|
Denies the scan command without any pre-configured scope.
|
|
|
|
## allow-vibrate
|
|
|
|
Enables the vibrate command without any pre-configured scope.
|
|
|
|
## deny-vibrate
|
|
|
|
Denies the vibrate command without any pre-configured scope.
|
|
|