Updated on 2024-11-18 GMT+08:00

Policy Content

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

Viewing Policy Content

  1. Choose User Groups from the left navigation pane, locate the target user group, and click Authorize in the Operation column.
  2. Click on the left of a policy name to view its details. The following uses the system-defined policy IAM ReadOnlyAccess as an example.

    Figure 1 Content of the IAM ReadOnlyAccess policy
    {
        "Version": "1.1",
        "Statement": [
            {
                "Action": [
                    "iam:*:get*",
                    "iam:*:list*",
                    "iam:*:check*"
                ],
                "Effect": "Allow"
            }
        ]
    }