This command displays all roles. The output shows which managers and LDAP groups are assigned to each 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.
Usage
role list
Example
vcli: admin> role list +----+----------------+---------------------------------------------------------------------------------------------------+-------------+ | ID | Name | Managers | Ldap-groups | +----+----------------+---------------------------------------------------------------------------------------------------+-------------+ | 1 | administrators | [{'username': 'root', 'id': 1}, {'username': 'support', 'id': 3}, {'username': 'admin', 'id': 2}] | [] | | 2 | read_only | [{'username': 'S3_keys_manager', 'id': 4}] | [] | | 3 | configuration | [] | [] | | 4 | debug_metrics | [{'username': 'root', 'id': 1}, {'username': 'support', 'id': 3}] | [] | | 5 | csi | [{'username': 'root', 'id': 1}, {'username': 'support', 'id': 3}, {'username': 'admin', 'id': 2}] | [] | +----+----------------+---------------------------------------------------------------------------------------------------+-------------+
Comments
0 comments
Article is closed for comments.