identitypolicy list

Prev Next

This command displays the details of all identity policies managed by VMS.

Usage
identitypolicy list
Example
vcli: admin> identitypolicy list
+----+----------+-------+--------+-------------------------------------------+
| ID | Name     | Users | Groups | Policy                                    |
+----+----------+-------+--------+-------------------------------------------+
| 10 | allow_all| []    | []     |     {                                     |
|    |          |       |        |       "Version": "2012-10-17",            |
|    |          |       |        |       "Statement": [{                     |
|    |          |       |        |       "Sid": "AllActionsAndResources", |
|    |          |       |        |       "Action":                           |
|    |          |       |        |         "*",                              |
|    |          |       |        |       "Effect": "Allow",                  |
|    |          |       |        |       "Resource":                         |
|    |          |       |        |         "*"                               |
|    |          |       |        |                                           |
|    |          |       |        |     }                                     |
|    |          |       |        |       ]                                   |
|    |          |       |        |     }                                     |
+----+----------+-------+--------+-------------------------------------------+