new tool
[hband-tools.git] / aws / s3_quota / policy-listusers.json
blob14d96d9d110202d910c4b7ef58b1b8e88e0495c9
2    "Version" : "2012-10-17",
3    "Statement" : [
4       {
5          "Effect" : "Allow",
6          "Resource" : [
7             "*"
8          ],
9          "Action" : [
10             "iam:ListUsers"
11          ]
12       }
13    ]