Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

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":                         |
|    |          |       |        |         "*"                               |
|    |          |       |        |                                           |
|    |          |       |        |     }                                     |
|    |          |       |        |       ]                                   |
|    |          |       |        |     }                                     |
+----+----------+-------+--------+-------------------------------------------+