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 PermissionsFileRequired | Argument | Description |
---|---|---|
Yes | --r RoleName | Specifies the name of the role you want to modify. |
Yes | --f PermissionsFile | Specifies 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