Updated on 2025-11-07 GMT+08:00

Viewing Content of an Identity Policy

You can click a policy name to view the content of the identity policy.

Procedure

  1. In the navigation pane, click Identity Policies. The identity policy list is displayed.
  2. Click the name of an identity policy to view its details. The following uses the system-defined identity policy CBRReadOnlyPolicy as an example.

    Figure 1 Content of the CBRReadOnlyPolicy
    {
      "Version": "5.0",
      "Statement": [
        {
          "Effect": "Allow",
          "Action": [
            "cbr:backups:query*",
            "cbr:*:get*",
            "cbr:*:show*",
            "cbr:*:list*",
            "ecs:*:get*",
            "ecs:*:list*",
            "evs:*:get*",
            "evs:*:list*",
            "ims:*:get*",
            "ims:*:list*",
            "sfsturbo:*:get*",
            "sfsturbo:*:list*",
            "eps:enterpriseProjects:list"
          ]
        }
      ]
    }