Files
tauri-plugins-workspace/plugins/secure-storage/permissions/autogenerated/reference.md
T
2025-07-24 00:27:59 +02:00

1.4 KiB

Permission Table

Identifier Description

secure-storage:allow-execute

Enables the execute command without any pre-configured scope.

secure-storage:deny-execute

Denies the execute command without any pre-configured scope.

secure-storage:allow-get-binary

Enables the get_binary command without any pre-configured scope.

secure-storage:deny-get-binary

Denies the get_binary command without any pre-configured scope.

secure-storage:allow-get-string

Enables the get_string command without any pre-configured scope.

secure-storage:deny-get-string

Denies the get_string command without any pre-configured scope.

secure-storage:allow-set-binary

Enables the set_binary command without any pre-configured scope.

secure-storage:deny-set-binary

Denies the set_binary command without any pre-configured scope.

secure-storage:allow-set-string

Enables the set_string command without any pre-configured scope.

secure-storage:deny-set-string

Denies the set_string command without any pre-configured scope.