permissions.json

The permissions.json file defines the list of permissions used by each app and by the sidebar in Hub. All Hub applications use the same instance of this file served from https://hub{env}.iqmetrix.net/permissions.json.

Typings#

interface PermissionsJson {
permissions: string[]; // list of all permissions as [permission1, permission2, ..., permissionN];
}

Adding a new permission#

Under the array permissions, you just need to add the name of the new permission. The list of permissions is organized in alphabetical order.

Releasing Changes#

Sources#

Last updated on by Paulo Andrade