## Default Permission Default permissions for the ulti-core plugin (all suite commands). #### This default permission set includes the following: - `allow-store-set` - `allow-store-get` - `allow-store-delete` - `allow-store-clear` - `allow-push-register` - `allow-contacts-fetch` - `allow-share-take-pending` - `allow-share-out` - `allow-app-open-url` - `allow-http-request` ## Permission Table
| Identifier | Description |
|---|---|
| `ulti-core:allow-app-open-url` | Enables the app_open_url command without any pre-configured scope. |
| `ulti-core:deny-app-open-url` | Denies the app_open_url command without any pre-configured scope. |
| `ulti-core:allow-contacts-fetch` | Enables the contacts_fetch command without any pre-configured scope. |
| `ulti-core:deny-contacts-fetch` | Denies the contacts_fetch command without any pre-configured scope. |
| `ulti-core:allow-http-request` | Enables the http_request command without any pre-configured scope. |
| `ulti-core:deny-http-request` | Denies the http_request command without any pre-configured scope. |
| `ulti-core:allow-push-register` | Enables the push_register command without any pre-configured scope. |
| `ulti-core:deny-push-register` | Denies the push_register command without any pre-configured scope. |
| `ulti-core:allow-share-out` | Enables the share_out command without any pre-configured scope. |
| `ulti-core:deny-share-out` | Denies the share_out command without any pre-configured scope. |
| `ulti-core:allow-share-take-pending` | Enables the share_take_pending command without any pre-configured scope. |
| `ulti-core:deny-share-take-pending` | Denies the share_take_pending command without any pre-configured scope. |
| `ulti-core:allow-store-clear` | Enables the store_clear command without any pre-configured scope. |
| `ulti-core:deny-store-clear` | Denies the store_clear command without any pre-configured scope. |
| `ulti-core:allow-store-delete` | Enables the store_delete command without any pre-configured scope. |
| `ulti-core:deny-store-delete` | Denies the store_delete command without any pre-configured scope. |
| `ulti-core:allow-store-get` | Enables the store_get command without any pre-configured scope. |
| `ulti-core:deny-store-get` | Denies the store_get command without any pre-configured scope. |
| `ulti-core:allow-store-set` | Enables the store_set command without any pre-configured scope. |
| `ulti-core:deny-store-set` | Denies the store_set command without any pre-configured scope. |