This command assigns a permission and/or LDAP groups to a role. To add multiple permissions to a role, run the command once for each permission.
Tip
Use the VAST Web UI to see which permissions are assigned to a role.
Go to Roles tab of the Administrators page, and choose the Edit option from the Actions menu for the role. The Update Roles dialog shows which permissions are currently assigned to the role.
Usage
role assign --id ID [--realm REALM | {--object-type OBJECT_TYPE --object-id OBJECT_ID}] [--permissions create|view|edit|delete] [--ldap-groups GROUPS]
Required Parameters
Options
Example
This example assigns to role 2 create permission for the logical realm:
vcli: admin> role assign --id 2 --realm logical --permissions create
Comments
0 comments
Article is closed for comments.