mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-09 18:36:03 +02:00
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
43 lines
903 B
Markdown
43 lines
903 B
Markdown
# Permissions
|
|
|
|
## allow-is-registered
|
|
|
|
Enables the is_registered command without any pre-configured scope.
|
|
|
|
## deny-is-registered
|
|
|
|
Denies the is_registered command without any pre-configured scope.
|
|
|
|
## allow-register
|
|
|
|
Enables the register command without any pre-configured scope.
|
|
|
|
## deny-register
|
|
|
|
Denies the register command without any pre-configured scope.
|
|
|
|
## allow-register-all
|
|
|
|
Enables the register_all command without any pre-configured scope.
|
|
|
|
## deny-register-all
|
|
|
|
Denies the register_all command without any pre-configured scope.
|
|
|
|
## allow-unregister
|
|
|
|
Enables the unregister command without any pre-configured scope.
|
|
|
|
## deny-unregister
|
|
|
|
Denies the unregister command without any pre-configured scope.
|
|
|
|
## allow-unregister-all
|
|
|
|
Enables the unregister_all command without any pre-configured scope.
|
|
|
|
## deny-unregister-all
|
|
|
|
Denies the unregister_all command without any pre-configured scope.
|
|
|