iam.ListPolicies_2.json
2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"status_code": 200,
"data": {
"ResponseMetadata": {
"HTTPStatusCode": 200,
"RequestId": "1264405a-a219-11e5-ad54-c769aa17a0a1"
},
"IsTruncated": false,
"Policies": [
{
"PolicyName": "kappa-simple_dev",
"CreateDate": {
"hour": 4,
"__class__": "datetime",
"month": 12,
"second": 46,
"microsecond": 0,
"year": 2015,
"day": 14,
"minute": 13
},
"AttachmentCount": 0,
"IsAttachable": true,
"PolicyId": "ANPAJ6USPUIU5QKQ7DWMG",
"DefaultVersionId": "v1",
"Path": "/kappa/",
"Arn": "arn:aws:iam::123456789012:policy/kappa/kappa-simple_dev",
"UpdateDate": {
"hour": 4,
"__class__": "datetime",
"month": 12,
"second": 46,
"microsecond": 0,
"year": 2015,
"day": 14,
"minute": 13
}
},
{
"PolicyName": "FooBar15",
"CreateDate": {
"hour": 19,
"__class__": "datetime",
"month": 12,
"second": 15,
"microsecond": 0,
"year": 2015,
"day": 10,
"minute": 22
},
"AttachmentCount": 1,
"IsAttachable": true,
"PolicyId": "ANPAJ3MM445EFVC6OWPIO",
"DefaultVersionId": "v1",
"Path": "/kappa/",
"Arn": "arn:aws:iam::123456789012:policy/kappa/FooBar15",
"UpdateDate": {
"hour": 19,
"__class__": "datetime",
"month": 12,
"second": 15,
"microsecond": 0,
"year": 2015,
"day": 10,
"minute": 22
}
}
]
}
}