role list

Prev Next

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 | Tenants | Default | Is Admin | Tenant-id | Tenant name |
+----+----------------+------------------------------+-------------+---------+---------+----------+-----------+-------------+
| 1  | administrators | ['root', 'admin', 'support'] | []          | []      | True    | True     | None      | None        |
| 3  | configuration  | []                           | []          | []      | True    | False    | None      | None        |
| 5  | csi            | ['root', 'support', 'admin'] | []          | []      | True    | False    | None      | None        |
| 4  | debug_metrics  | ['root', 'support']          | []          | []      | True    | False    | None      | None        |
| 2  | read_only      | []                           | []          | []      | True    | False    | None      | None        |
+----+----------------+------------------------------+-------------+---------+---------+----------+-----------+-------------+