## Default Permission This permission set configures which Secure Storage APIs are available by defaultt. #### Granted Permissions In the PoC phase all commands are allowed by default. #### This default permission set includes the following: - `allow-arch` - `allow-exe-extension` - `allow-family` - `allow-locale` - `allow-os-type` - `allow-platform` - `allow-version` ## Permission Table
| Identifier | Description |
|---|---|
| `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. |