identitypolicy show

Prev Next

This command displays details of a specific identity policy.

Usage
identitypolicy show --id ID
Required Parameters

--id ID

Specifies which identity policy to display.

Example
vcli: admin> identitypolicy show --id 10
+--------+------------------------------------------------------------------------------------------------------------------+
| ID     | 10                                                                                                               |
| Name   | AllowAll                                                                                                         |
| Users  | []                                                                                                               |
| Groups | []                                                                                                               |
| Policy |     {       "Version": "2012-10-17",       "Statement": [{       "Sid": "AllowActionsAllResources",       "Action": |
|        | "*",       "Effect": "Allow",       "Resource":          "*"            }       ]     }                          |
+--------+------------------------------------------------------------------------------------------------------------------+