This command displays a role. The output shows which managers and have a given role and which LDAP groups are mapped to the role. Managers are locally defined VMS users, while LDAP groups are groups of users on a connected LDAP server, which may be Active Directory or any other LDAP-based authorization provider.
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 show --id ID
Required Parameters
Example
vcli: admin> role show --id 1 +-------------+---------------------------------------------------------------------------------------------------+ | ID | 1 | | Name | administrators | | Managers | [{'username': 'root', 'id': 1}, {'username': 'support', 'id': 3}, {'username': 'admin', 'id': 2}] | | Ldap-groups | [] | +-------------+---------------------------------------------------------------------------------------------------+
Comments
0 comments
Article is closed for comments.