role permission import

The role permission import command modifies an existing role by importing permission settings from a JSON file.

Usage

role permission import --r RoleName --f PermissionsFile
RequiredArgumentDescription
Yes--r RoleNameSpecifies the name of the role you want to modify.
Yes--f PermissionsFileSpecifies the name of the JSON file that contains the permissions you want to add to the role. If you specify a relative path the path is relative to the location of the Administration Utility.

Example

This example modifies the role named SalesAnayst to have the permissions defined in c:\roles\permissions.json.

role permission import --r SalesAnalyst --f C:\roles\permissions.json