mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-02 13:41:49 +02:00
d198c01486
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
27 lines
495 B
Markdown
27 lines
495 B
Markdown
# Permissions
|
|
|
|
## allow-is-available
|
|
|
|
Enables the is_available command without any pre-configured scope.
|
|
|
|
## deny-is-available
|
|
|
|
Denies the is_available 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-write
|
|
|
|
Enables the write command without any pre-configured scope.
|
|
|
|
## deny-write
|
|
|
|
Denies the write command without any pre-configured scope.
|
|
|