mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
0cb1baf09a
* Add default permissions to most plugins. Co-authored-by: chippers <chip@chip.sh> Co-authored-by: fabianlars <fabianlars@fabianlars.de> * updated default description * mobile plugin relevant changes --------- Co-authored-by: chippers <chip@chip.sh> Co-authored-by: fabianlars <fabianlars@fabianlars.de>
43 lines
3.0 KiB
Markdown
43 lines
3.0 KiB
Markdown
| Permission | Description |
|
|
|------|-----|
|
|
|`allow-batch`|Enables the batch command without any pre-configured scope.|
|
|
|`deny-batch`|Denies the batch command without any pre-configured scope.|
|
|
|`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-create-channel`|Enables the create_channel command without any pre-configured scope.|
|
|
|`deny-create-channel`|Denies the create_channel command without any pre-configured scope.|
|
|
|`allow-delete-channel`|Enables the delete_channel command without any pre-configured scope.|
|
|
|`deny-delete-channel`|Denies the delete_channel command without any pre-configured scope.|
|
|
|`allow-get-active`|Enables the get_active command without any pre-configured scope.|
|
|
|`deny-get-active`|Denies the get_active command without any pre-configured scope.|
|
|
|`allow-get-pending`|Enables the get_pending command without any pre-configured scope.|
|
|
|`deny-get-pending`|Denies the get_pending command without any pre-configured scope.|
|
|
|`allow-is-permission-granted`|Enables the is_permission_granted command without any pre-configured scope.|
|
|
|`deny-is-permission-granted`|Denies the is_permission_granted command without any pre-configured scope.|
|
|
|`allow-list-channels`|Enables the list_channels command without any pre-configured scope.|
|
|
|`deny-list-channels`|Denies the list_channels command without any pre-configured scope.|
|
|
|`allow-notify`|Enables the notify command without any pre-configured scope.|
|
|
|`deny-notify`|Denies the notify command without any pre-configured scope.|
|
|
|`allow-permission-state`|Enables the permission_state command without any pre-configured scope.|
|
|
|`deny-permission-state`|Denies the permission_state command without any pre-configured scope.|
|
|
|`allow-register-action-types`|Enables the register_action_types command without any pre-configured scope.|
|
|
|`deny-register-action-types`|Denies the register_action_types command without any pre-configured scope.|
|
|
|`allow-register-listener`|Enables the register_listener command without any pre-configured scope.|
|
|
|`deny-register-listener`|Denies the register_listener command without any pre-configured scope.|
|
|
|`allow-remove-active`|Enables the remove_active command without any pre-configured scope.|
|
|
|`deny-remove-active`|Denies the remove_active command without any pre-configured scope.|
|
|
|`allow-request-permission`|Enables the request_permission command without any pre-configured scope.|
|
|
|`deny-request-permission`|Denies the request_permission command without any pre-configured scope.|
|
|
|`allow-show`|Enables the show command without any pre-configured scope.|
|
|
|`deny-show`|Denies the show command without any pre-configured scope.|
|
|
|`default`|This permission set configures which
|
|
notification features are by default exposed.
|
|
|
|
#### Granted Permissions
|
|
|
|
It allows all notification related features.
|
|
|
|
|
|