iamdata 0.1.202512121__py3-none-any.whl → 0.1.202512281__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- iamdata/data/actions/apigateway.json +451 -0
- iamdata/data/actions/arc-region-switch.json +15 -0
- iamdata/data/actions/bedrock.json +19 -34
- iamdata/data/actions/cleanrooms.json +15 -0
- iamdata/data/actions/cognito-identity.json +30 -8
- iamdata/data/actions/connect.json +4 -1
- iamdata/data/actions/deadline.json +3 -3
- iamdata/data/actions/ec2.json +1321 -28
- iamdata/data/actions/groundstation.json +11 -0
- iamdata/data/actions/lambda.json +1 -2
- iamdata/data/actions/logs.json +32 -0
- iamdata/data/actions/network-firewall.json +403 -0
- iamdata/data/actions/network-security-director.json +7 -15
- iamdata/data/actions/networkmanager.json +3 -3
- iamdata/data/actions/payment-cryptography.json +108 -0
- iamdata/data/actions/quicksight.json +15 -0
- iamdata/data/actions/redshift-serverless.json +32 -0
- iamdata/data/actions/redshift.json +40 -1
- iamdata/data/actions/sagemaker-mlflow.json +180 -60
- iamdata/data/actions/sagemaker.json +82 -24
- iamdata/data/actions/servicequotas.json +16 -0
- iamdata/data/actions/ses.json +66 -8
- iamdata/data/actions/ssm.json +20 -4
- iamdata/data/actions/timestream-influxdb.json +38 -0
- iamdata/data/actions/transform-custom.json +131 -44
- iamdata/data/actions/wickr.json +603 -9
- iamdata/data/conditionKeys/apigateway.json +95 -0
- iamdata/data/conditionKeys/cognito-identity.json +27 -2
- iamdata/data/conditionKeys/ec2.json +45 -0
- iamdata/data/conditionKeys/sagemaker-mlflow.json +0 -5
- iamdata/data/conditionKeys/sagemaker.json +5 -0
- iamdata/data/conditionKeys/ssm.json +5 -0
- iamdata/data/conditionPatterns.json +1 -1
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/apigateway.json +38 -0
- iamdata/data/resourceTypes/bedrock.json +1 -1
- iamdata/data/resourceTypes/deadline.json +0 -4
- iamdata/data/resourceTypes/ec2.json +85 -1
- iamdata/data/resourceTypes/network-firewall.json +21 -0
- iamdata/data/resourceTypes/sagemaker-mlflow.json +1 -5
- iamdata/data/resourceTypes/sagemaker.json +3 -15
- iamdata/data/resourceTypes/ses.json +8 -2
- iamdata/data/resourceTypes/ssm.json +4 -1
- iamdata/data/resourceTypes/transform-custom.json +12 -7
- iamdata/data/serviceNames.json +2 -2
- iamdata/data/unassociatedConditions.json +6 -0
- {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/METADATA +1 -1
- {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/RECORD +50 -50
- {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -36,6 +36,17 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependentActions": []
|
|
38
38
|
},
|
|
39
|
+
"createdataflowendpointgroupv2": {
|
|
40
|
+
"name": "CreateDataflowEndpointGroupV2",
|
|
41
|
+
"description": "Grants permission to create a data flow endpoint group using the V2 operation",
|
|
42
|
+
"accessLevel": "Write",
|
|
43
|
+
"resourceTypes": [],
|
|
44
|
+
"conditionKeys": [
|
|
45
|
+
"aws:RequestTag/${TagKey}",
|
|
46
|
+
"aws:TagKeys"
|
|
47
|
+
],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
},
|
|
39
50
|
"createephemeris": {
|
|
40
51
|
"name": "CreateEphemeris",
|
|
41
52
|
"description": "Grants permission to create an ephemeris item",
|
iamdata/data/actions/lambda.json
CHANGED
iamdata/data/actions/logs.json
CHANGED
|
@@ -30,6 +30,14 @@
|
|
|
30
30
|
"conditionKeys": [],
|
|
31
31
|
"dependentActions": []
|
|
32
32
|
},
|
|
33
|
+
"cancelimporttask": {
|
|
34
|
+
"name": "CancelImportTask",
|
|
35
|
+
"description": "Grants permission to cancel an import from CloudTrail Lake to CloudWatch",
|
|
36
|
+
"accessLevel": "Write",
|
|
37
|
+
"resourceTypes": [],
|
|
38
|
+
"conditionKeys": [],
|
|
39
|
+
"dependentActions": []
|
|
40
|
+
},
|
|
33
41
|
"createdelivery": {
|
|
34
42
|
"name": "CreateDelivery",
|
|
35
43
|
"description": "Grants permission to create a delivery connecting a delivery source to a delivery destination",
|
|
@@ -75,6 +83,14 @@
|
|
|
75
83
|
"conditionKeys": [],
|
|
76
84
|
"dependentActions": []
|
|
77
85
|
},
|
|
86
|
+
"createimporttask": {
|
|
87
|
+
"name": "CreateImportTask",
|
|
88
|
+
"description": "Grants permission to start an asynchronous process to import data from a CloudTrail Lake event data store into a managed log group in CloudWatch",
|
|
89
|
+
"accessLevel": "Write",
|
|
90
|
+
"resourceTypes": [],
|
|
91
|
+
"conditionKeys": [],
|
|
92
|
+
"dependentActions": []
|
|
93
|
+
},
|
|
78
94
|
"createloganomalydetector": {
|
|
79
95
|
"name": "CreateLogAnomalyDetector",
|
|
80
96
|
"description": "Grants permission to create a log anomaly detector",
|
|
@@ -485,6 +501,22 @@
|
|
|
485
501
|
"conditionKeys": [],
|
|
486
502
|
"dependentActions": []
|
|
487
503
|
},
|
|
504
|
+
"describeimporttaskbatches": {
|
|
505
|
+
"name": "DescribeImportTaskBatches",
|
|
506
|
+
"description": "Grants permission to return detailed information about the individual batches within an import task, including status and any error",
|
|
507
|
+
"accessLevel": "List",
|
|
508
|
+
"resourceTypes": [],
|
|
509
|
+
"conditionKeys": [],
|
|
510
|
+
"dependentActions": []
|
|
511
|
+
},
|
|
512
|
+
"describeimporttasks": {
|
|
513
|
+
"name": "DescribeImportTasks",
|
|
514
|
+
"description": "Grants permission to return all the import tasks associated with the AWS account making the request",
|
|
515
|
+
"accessLevel": "List",
|
|
516
|
+
"resourceTypes": [],
|
|
517
|
+
"conditionKeys": [],
|
|
518
|
+
"dependentActions": []
|
|
519
|
+
},
|
|
488
520
|
"describeindexpolicies": {
|
|
489
521
|
"name": "DescribeIndexPolicies",
|
|
490
522
|
"description": "Grants permission to return all the index policies that are attached with the log groups",
|
|
@@ -65,6 +65,27 @@
|
|
|
65
65
|
"conditionKeys": [],
|
|
66
66
|
"dependentActions": []
|
|
67
67
|
},
|
|
68
|
+
"attachrulegroupstoproxyconfiguration": {
|
|
69
|
+
"name": "AttachRuleGroupsToProxyConfiguration",
|
|
70
|
+
"description": "Grants permission to attach proxy rule groups to a proxy configuration",
|
|
71
|
+
"accessLevel": "Write",
|
|
72
|
+
"resourceTypes": [
|
|
73
|
+
{
|
|
74
|
+
"name": "ProxyConfiguration",
|
|
75
|
+
"required": true,
|
|
76
|
+
"conditionKeys": [],
|
|
77
|
+
"dependentActions": []
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "ProxyRuleGroup",
|
|
81
|
+
"required": true,
|
|
82
|
+
"conditionKeys": [],
|
|
83
|
+
"dependentActions": []
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"conditionKeys": [],
|
|
87
|
+
"dependentActions": []
|
|
88
|
+
},
|
|
68
89
|
"createfirewall": {
|
|
69
90
|
"name": "CreateFirewall",
|
|
70
91
|
"description": "Grants permission to create an AWS Network Firewall firewall",
|
|
@@ -127,6 +148,89 @@
|
|
|
127
148
|
],
|
|
128
149
|
"dependentActions": []
|
|
129
150
|
},
|
|
151
|
+
"createproxy": {
|
|
152
|
+
"name": "CreateProxy",
|
|
153
|
+
"description": "Grants permission to create an AWS Network Firewall proxy",
|
|
154
|
+
"accessLevel": "Write",
|
|
155
|
+
"resourceTypes": [
|
|
156
|
+
{
|
|
157
|
+
"name": "Proxy",
|
|
158
|
+
"required": true,
|
|
159
|
+
"conditionKeys": [],
|
|
160
|
+
"dependentActions": [
|
|
161
|
+
"ec2:AttachApplianceToNatGateway"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "ProxyConfiguration",
|
|
166
|
+
"required": true,
|
|
167
|
+
"conditionKeys": [],
|
|
168
|
+
"dependentActions": []
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"conditionKeys": [
|
|
172
|
+
"aws:RequestTag/${TagKey}",
|
|
173
|
+
"aws:TagKeys"
|
|
174
|
+
],
|
|
175
|
+
"dependentActions": []
|
|
176
|
+
},
|
|
177
|
+
"createproxyconfiguration": {
|
|
178
|
+
"name": "CreateProxyConfiguration",
|
|
179
|
+
"description": "Grants permission to create an AWS Network Firewall proxy configuration",
|
|
180
|
+
"accessLevel": "Write",
|
|
181
|
+
"resourceTypes": [
|
|
182
|
+
{
|
|
183
|
+
"name": "ProxyConfiguration",
|
|
184
|
+
"required": true,
|
|
185
|
+
"conditionKeys": [],
|
|
186
|
+
"dependentActions": []
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "ProxyRuleGroup",
|
|
190
|
+
"required": false,
|
|
191
|
+
"conditionKeys": [],
|
|
192
|
+
"dependentActions": []
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"conditionKeys": [
|
|
196
|
+
"aws:RequestTag/${TagKey}",
|
|
197
|
+
"aws:TagKeys"
|
|
198
|
+
],
|
|
199
|
+
"dependentActions": []
|
|
200
|
+
},
|
|
201
|
+
"createproxyrulegroup": {
|
|
202
|
+
"name": "CreateProxyRuleGroup",
|
|
203
|
+
"description": "Grants permission to create an AWS Network Firewall proxy rule group",
|
|
204
|
+
"accessLevel": "Write",
|
|
205
|
+
"resourceTypes": [
|
|
206
|
+
{
|
|
207
|
+
"name": "ProxyRuleGroup",
|
|
208
|
+
"required": true,
|
|
209
|
+
"conditionKeys": [],
|
|
210
|
+
"dependentActions": []
|
|
211
|
+
}
|
|
212
|
+
],
|
|
213
|
+
"conditionKeys": [
|
|
214
|
+
"aws:RequestTag/${TagKey}",
|
|
215
|
+
"aws:TagKeys"
|
|
216
|
+
],
|
|
217
|
+
"dependentActions": []
|
|
218
|
+
},
|
|
219
|
+
"createproxyrules": {
|
|
220
|
+
"name": "CreateProxyRules",
|
|
221
|
+
"description": "Grants permission to add proxy rules to a proxy rule group",
|
|
222
|
+
"accessLevel": "Write",
|
|
223
|
+
"resourceTypes": [
|
|
224
|
+
{
|
|
225
|
+
"name": "ProxyRuleGroup",
|
|
226
|
+
"required": true,
|
|
227
|
+
"conditionKeys": [],
|
|
228
|
+
"dependentActions": []
|
|
229
|
+
}
|
|
230
|
+
],
|
|
231
|
+
"conditionKeys": [],
|
|
232
|
+
"dependentActions": []
|
|
233
|
+
},
|
|
130
234
|
"createrulegroup": {
|
|
131
235
|
"name": "CreateRuleGroup",
|
|
132
236
|
"description": "Grants permission to create an AWS Network Firewall rule group",
|
|
@@ -242,6 +346,68 @@
|
|
|
242
346
|
"conditionKeys": [],
|
|
243
347
|
"dependentActions": []
|
|
244
348
|
},
|
|
349
|
+
"deleteproxy": {
|
|
350
|
+
"name": "DeleteProxy",
|
|
351
|
+
"description": "Grants permission to delete a proxy",
|
|
352
|
+
"accessLevel": "Write",
|
|
353
|
+
"resourceTypes": [
|
|
354
|
+
{
|
|
355
|
+
"name": "Proxy",
|
|
356
|
+
"required": true,
|
|
357
|
+
"conditionKeys": [],
|
|
358
|
+
"dependentActions": []
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"conditionKeys": [],
|
|
362
|
+
"dependentActions": [
|
|
363
|
+
"ec2:DetachApplianceFromNatGateway"
|
|
364
|
+
]
|
|
365
|
+
},
|
|
366
|
+
"deleteproxyconfiguration": {
|
|
367
|
+
"name": "DeleteProxyConfiguration",
|
|
368
|
+
"description": "Grants permission to delete a proxy configuration",
|
|
369
|
+
"accessLevel": "Write",
|
|
370
|
+
"resourceTypes": [
|
|
371
|
+
{
|
|
372
|
+
"name": "ProxyConfiguration",
|
|
373
|
+
"required": true,
|
|
374
|
+
"conditionKeys": [],
|
|
375
|
+
"dependentActions": []
|
|
376
|
+
}
|
|
377
|
+
],
|
|
378
|
+
"conditionKeys": [],
|
|
379
|
+
"dependentActions": []
|
|
380
|
+
},
|
|
381
|
+
"deleteproxyrulegroup": {
|
|
382
|
+
"name": "DeleteProxyRuleGroup",
|
|
383
|
+
"description": "Grants permission to delete a proxy rule group",
|
|
384
|
+
"accessLevel": "Write",
|
|
385
|
+
"resourceTypes": [
|
|
386
|
+
{
|
|
387
|
+
"name": "ProxyRuleGroup",
|
|
388
|
+
"required": true,
|
|
389
|
+
"conditionKeys": [],
|
|
390
|
+
"dependentActions": []
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
"conditionKeys": [],
|
|
394
|
+
"dependentActions": []
|
|
395
|
+
},
|
|
396
|
+
"deleteproxyrules": {
|
|
397
|
+
"name": "DeleteProxyRules",
|
|
398
|
+
"description": "Grants permission to remove proxy rules from a proxy rule group",
|
|
399
|
+
"accessLevel": "Write",
|
|
400
|
+
"resourceTypes": [
|
|
401
|
+
{
|
|
402
|
+
"name": "ProxyRuleGroup",
|
|
403
|
+
"required": true,
|
|
404
|
+
"conditionKeys": [],
|
|
405
|
+
"dependentActions": []
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
"conditionKeys": [],
|
|
409
|
+
"dependentActions": []
|
|
410
|
+
},
|
|
245
411
|
"deleteresourcepolicy": {
|
|
246
412
|
"name": "DeleteResourcePolicy",
|
|
247
413
|
"description": "Grants permission to delete a resource policy for a firewall policy or rule group or firewall",
|
|
@@ -422,6 +588,66 @@
|
|
|
422
588
|
"logs:ListLogDeliveries"
|
|
423
589
|
]
|
|
424
590
|
},
|
|
591
|
+
"describeproxy": {
|
|
592
|
+
"name": "DescribeProxy",
|
|
593
|
+
"description": "Grants permission to retrieve the data objects that define a proxy",
|
|
594
|
+
"accessLevel": "Read",
|
|
595
|
+
"resourceTypes": [
|
|
596
|
+
{
|
|
597
|
+
"name": "Proxy",
|
|
598
|
+
"required": true,
|
|
599
|
+
"conditionKeys": [],
|
|
600
|
+
"dependentActions": []
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"conditionKeys": [],
|
|
604
|
+
"dependentActions": []
|
|
605
|
+
},
|
|
606
|
+
"describeproxyconfiguration": {
|
|
607
|
+
"name": "DescribeProxyConfiguration",
|
|
608
|
+
"description": "Grants permission to retrieve the data objects that define a proxy configuration",
|
|
609
|
+
"accessLevel": "Read",
|
|
610
|
+
"resourceTypes": [
|
|
611
|
+
{
|
|
612
|
+
"name": "ProxyConfiguration",
|
|
613
|
+
"required": true,
|
|
614
|
+
"conditionKeys": [],
|
|
615
|
+
"dependentActions": []
|
|
616
|
+
}
|
|
617
|
+
],
|
|
618
|
+
"conditionKeys": [],
|
|
619
|
+
"dependentActions": []
|
|
620
|
+
},
|
|
621
|
+
"describeproxyrule": {
|
|
622
|
+
"name": "DescribeProxyRule",
|
|
623
|
+
"description": "Grants permission to retrieve the data objects that define a proxy rule",
|
|
624
|
+
"accessLevel": "Read",
|
|
625
|
+
"resourceTypes": [
|
|
626
|
+
{
|
|
627
|
+
"name": "ProxyRuleGroup",
|
|
628
|
+
"required": true,
|
|
629
|
+
"conditionKeys": [],
|
|
630
|
+
"dependentActions": []
|
|
631
|
+
}
|
|
632
|
+
],
|
|
633
|
+
"conditionKeys": [],
|
|
634
|
+
"dependentActions": []
|
|
635
|
+
},
|
|
636
|
+
"describeproxyrulegroup": {
|
|
637
|
+
"name": "DescribeProxyRuleGroup",
|
|
638
|
+
"description": "Grants permission to retrieve the data objects that define a proxy rule group",
|
|
639
|
+
"accessLevel": "Read",
|
|
640
|
+
"resourceTypes": [
|
|
641
|
+
{
|
|
642
|
+
"name": "ProxyRuleGroup",
|
|
643
|
+
"required": true,
|
|
644
|
+
"conditionKeys": [],
|
|
645
|
+
"dependentActions": []
|
|
646
|
+
}
|
|
647
|
+
],
|
|
648
|
+
"conditionKeys": [],
|
|
649
|
+
"dependentActions": []
|
|
650
|
+
},
|
|
425
651
|
"describeresourcepolicy": {
|
|
426
652
|
"name": "DescribeResourcePolicy",
|
|
427
653
|
"description": "Grants permission to describe a resource policy for a firewall policy or rule group or firewall",
|
|
@@ -548,6 +774,27 @@
|
|
|
548
774
|
"conditionKeys": [],
|
|
549
775
|
"dependentActions": []
|
|
550
776
|
},
|
|
777
|
+
"detachrulegroupsfromproxyconfiguration": {
|
|
778
|
+
"name": "DetachRuleGroupsFromProxyConfiguration",
|
|
779
|
+
"description": "Grants permission to detach proxy rule groups from a proxy configuration",
|
|
780
|
+
"accessLevel": "Write",
|
|
781
|
+
"resourceTypes": [
|
|
782
|
+
{
|
|
783
|
+
"name": "ProxyConfiguration",
|
|
784
|
+
"required": true,
|
|
785
|
+
"conditionKeys": [],
|
|
786
|
+
"dependentActions": []
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "ProxyRuleGroup",
|
|
790
|
+
"required": true,
|
|
791
|
+
"conditionKeys": [],
|
|
792
|
+
"dependentActions": []
|
|
793
|
+
}
|
|
794
|
+
],
|
|
795
|
+
"conditionKeys": [],
|
|
796
|
+
"dependentActions": []
|
|
797
|
+
},
|
|
551
798
|
"disassociateavailabilityzones": {
|
|
552
799
|
"name": "DisassociateAvailabilityZones",
|
|
553
800
|
"description": "Grants permission to disassociate availability zones to a firewall",
|
|
@@ -668,6 +915,51 @@
|
|
|
668
915
|
"conditionKeys": [],
|
|
669
916
|
"dependentActions": []
|
|
670
917
|
},
|
|
918
|
+
"listproxies": {
|
|
919
|
+
"name": "ListProxies",
|
|
920
|
+
"description": "Grants permission to retrieve the metadata for proxies",
|
|
921
|
+
"accessLevel": "List",
|
|
922
|
+
"resourceTypes": [
|
|
923
|
+
{
|
|
924
|
+
"name": "Proxy",
|
|
925
|
+
"required": true,
|
|
926
|
+
"conditionKeys": [],
|
|
927
|
+
"dependentActions": []
|
|
928
|
+
}
|
|
929
|
+
],
|
|
930
|
+
"conditionKeys": [],
|
|
931
|
+
"dependentActions": []
|
|
932
|
+
},
|
|
933
|
+
"listproxyconfigurations": {
|
|
934
|
+
"name": "ListProxyConfigurations",
|
|
935
|
+
"description": "Grants permission to retrieve the metadata for proxy configurations",
|
|
936
|
+
"accessLevel": "List",
|
|
937
|
+
"resourceTypes": [
|
|
938
|
+
{
|
|
939
|
+
"name": "ProxyConfiguration",
|
|
940
|
+
"required": true,
|
|
941
|
+
"conditionKeys": [],
|
|
942
|
+
"dependentActions": []
|
|
943
|
+
}
|
|
944
|
+
],
|
|
945
|
+
"conditionKeys": [],
|
|
946
|
+
"dependentActions": []
|
|
947
|
+
},
|
|
948
|
+
"listproxyrulegroups": {
|
|
949
|
+
"name": "ListProxyRuleGroups",
|
|
950
|
+
"description": "Grants permission to retrieve the metadata for proxy rule groups",
|
|
951
|
+
"accessLevel": "List",
|
|
952
|
+
"resourceTypes": [
|
|
953
|
+
{
|
|
954
|
+
"name": "ProxyRuleGroup",
|
|
955
|
+
"required": true,
|
|
956
|
+
"conditionKeys": [],
|
|
957
|
+
"dependentActions": []
|
|
958
|
+
}
|
|
959
|
+
],
|
|
960
|
+
"conditionKeys": [],
|
|
961
|
+
"dependentActions": []
|
|
962
|
+
},
|
|
671
963
|
"listrulegroups": {
|
|
672
964
|
"name": "ListRuleGroups",
|
|
673
965
|
"description": "Grants permission to retrieve the metadata for rule groups",
|
|
@@ -861,6 +1153,24 @@
|
|
|
861
1153
|
"conditionKeys": [],
|
|
862
1154
|
"dependentActions": []
|
|
863
1155
|
},
|
|
1156
|
+
{
|
|
1157
|
+
"name": "Proxy",
|
|
1158
|
+
"required": false,
|
|
1159
|
+
"conditionKeys": [],
|
|
1160
|
+
"dependentActions": []
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"name": "ProxyConfiguration",
|
|
1164
|
+
"required": false,
|
|
1165
|
+
"conditionKeys": [],
|
|
1166
|
+
"dependentActions": []
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"name": "ProxyRuleGroup",
|
|
1170
|
+
"required": false,
|
|
1171
|
+
"conditionKeys": [],
|
|
1172
|
+
"dependentActions": []
|
|
1173
|
+
},
|
|
864
1174
|
{
|
|
865
1175
|
"name": "StatefulRuleGroup",
|
|
866
1176
|
"required": false,
|
|
@@ -909,6 +1219,24 @@
|
|
|
909
1219
|
"conditionKeys": [],
|
|
910
1220
|
"dependentActions": []
|
|
911
1221
|
},
|
|
1222
|
+
{
|
|
1223
|
+
"name": "Proxy",
|
|
1224
|
+
"required": false,
|
|
1225
|
+
"conditionKeys": [],
|
|
1226
|
+
"dependentActions": []
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "ProxyConfiguration",
|
|
1230
|
+
"required": false,
|
|
1231
|
+
"conditionKeys": [],
|
|
1232
|
+
"dependentActions": []
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"name": "ProxyRuleGroup",
|
|
1236
|
+
"required": false,
|
|
1237
|
+
"conditionKeys": [],
|
|
1238
|
+
"dependentActions": []
|
|
1239
|
+
},
|
|
912
1240
|
{
|
|
913
1241
|
"name": "StatefulRuleGroup",
|
|
914
1242
|
"required": false,
|
|
@@ -1077,6 +1405,81 @@
|
|
|
1077
1405
|
"conditionKeys": [],
|
|
1078
1406
|
"dependentActions": []
|
|
1079
1407
|
},
|
|
1408
|
+
"updateproxy": {
|
|
1409
|
+
"name": "UpdateProxy",
|
|
1410
|
+
"description": "Grants permission to modify a proxy",
|
|
1411
|
+
"accessLevel": "Write",
|
|
1412
|
+
"resourceTypes": [
|
|
1413
|
+
{
|
|
1414
|
+
"name": "Proxy",
|
|
1415
|
+
"required": true,
|
|
1416
|
+
"conditionKeys": [],
|
|
1417
|
+
"dependentActions": []
|
|
1418
|
+
}
|
|
1419
|
+
],
|
|
1420
|
+
"conditionKeys": [],
|
|
1421
|
+
"dependentActions": []
|
|
1422
|
+
},
|
|
1423
|
+
"updateproxyconfiguration": {
|
|
1424
|
+
"name": "UpdateProxyConfiguration",
|
|
1425
|
+
"description": "Grants permission to modify a proxy configuration",
|
|
1426
|
+
"accessLevel": "Write",
|
|
1427
|
+
"resourceTypes": [
|
|
1428
|
+
{
|
|
1429
|
+
"name": "ProxyConfiguration",
|
|
1430
|
+
"required": true,
|
|
1431
|
+
"conditionKeys": [],
|
|
1432
|
+
"dependentActions": []
|
|
1433
|
+
}
|
|
1434
|
+
],
|
|
1435
|
+
"conditionKeys": [],
|
|
1436
|
+
"dependentActions": []
|
|
1437
|
+
},
|
|
1438
|
+
"updateproxyrule": {
|
|
1439
|
+
"name": "UpdateProxyRule",
|
|
1440
|
+
"description": "Grants permission to update an existing proxy rule on a proxy rule group",
|
|
1441
|
+
"accessLevel": "Write",
|
|
1442
|
+
"resourceTypes": [
|
|
1443
|
+
{
|
|
1444
|
+
"name": "ProxyRuleGroup",
|
|
1445
|
+
"required": true,
|
|
1446
|
+
"conditionKeys": [],
|
|
1447
|
+
"dependentActions": []
|
|
1448
|
+
}
|
|
1449
|
+
],
|
|
1450
|
+
"conditionKeys": [],
|
|
1451
|
+
"dependentActions": []
|
|
1452
|
+
},
|
|
1453
|
+
"updateproxyrulegrouppriorities": {
|
|
1454
|
+
"name": "UpdateProxyRuleGroupPriorities",
|
|
1455
|
+
"description": "Grants permission to modify rule group priorities on a proxy configuration",
|
|
1456
|
+
"accessLevel": "Write",
|
|
1457
|
+
"resourceTypes": [
|
|
1458
|
+
{
|
|
1459
|
+
"name": "ProxyConfiguration",
|
|
1460
|
+
"required": true,
|
|
1461
|
+
"conditionKeys": [],
|
|
1462
|
+
"dependentActions": []
|
|
1463
|
+
}
|
|
1464
|
+
],
|
|
1465
|
+
"conditionKeys": [],
|
|
1466
|
+
"dependentActions": []
|
|
1467
|
+
},
|
|
1468
|
+
"updateproxyrulepriorities": {
|
|
1469
|
+
"name": "UpdateProxyRulePriorities",
|
|
1470
|
+
"description": "Grants permission to update proxy rule priorities within a proxy rule group",
|
|
1471
|
+
"accessLevel": "Write",
|
|
1472
|
+
"resourceTypes": [
|
|
1473
|
+
{
|
|
1474
|
+
"name": "ProxyRuleGroup",
|
|
1475
|
+
"required": true,
|
|
1476
|
+
"conditionKeys": [],
|
|
1477
|
+
"dependentActions": []
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"conditionKeys": [],
|
|
1481
|
+
"dependentActions": []
|
|
1482
|
+
},
|
|
1080
1483
|
"updaterulegroup": {
|
|
1081
1484
|
"name": "UpdateRuleGroup",
|
|
1082
1485
|
"description": "Grants permission to modify a rule group",
|
|
@@ -7,18 +7,18 @@
|
|
|
7
7
|
"conditionKeys": [],
|
|
8
8
|
"dependentActions": []
|
|
9
9
|
},
|
|
10
|
-
"
|
|
11
|
-
"name": "
|
|
12
|
-
"description": "Grants permission to get
|
|
10
|
+
"getresource": {
|
|
11
|
+
"name": "GetResource",
|
|
12
|
+
"description": "Grants permission to get a resource",
|
|
13
13
|
"accessLevel": "Read",
|
|
14
14
|
"resourceTypes": [],
|
|
15
15
|
"conditionKeys": [],
|
|
16
16
|
"dependentActions": []
|
|
17
17
|
},
|
|
18
|
-
"
|
|
19
|
-
"name": "
|
|
20
|
-
"description": "Grants permission to
|
|
21
|
-
"accessLevel": "
|
|
18
|
+
"listaccountsummaries": {
|
|
19
|
+
"name": "ListAccountSummaries",
|
|
20
|
+
"description": "Grants permission to list account summaries for an account",
|
|
21
|
+
"accessLevel": "List",
|
|
22
22
|
"resourceTypes": [],
|
|
23
23
|
"conditionKeys": [],
|
|
24
24
|
"dependentActions": []
|
|
@@ -55,14 +55,6 @@
|
|
|
55
55
|
"conditionKeys": [],
|
|
56
56
|
"dependentActions": []
|
|
57
57
|
},
|
|
58
|
-
"startnetworksecurityscan": {
|
|
59
|
-
"name": "StartNetworkSecurityScan",
|
|
60
|
-
"description": "Grants permission to start a network security scan",
|
|
61
|
-
"accessLevel": "Write",
|
|
62
|
-
"resourceTypes": [],
|
|
63
|
-
"conditionKeys": [],
|
|
64
|
-
"dependentActions": []
|
|
65
|
-
},
|
|
66
58
|
"updatefinding": {
|
|
67
59
|
"name": "UpdateFinding",
|
|
68
60
|
"description": "Grants permission to update the status of a finding",
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
"deleteresourcepolicy": {
|
|
568
568
|
"name": "DeleteResourcePolicy",
|
|
569
569
|
"description": "Grants permission to delete a resource",
|
|
570
|
-
"accessLevel": "
|
|
570
|
+
"accessLevel": "Permissions management",
|
|
571
571
|
"resourceTypes": [
|
|
572
572
|
{
|
|
573
573
|
"name": "core-network",
|
|
@@ -1320,7 +1320,7 @@
|
|
|
1320
1320
|
"putresourcepolicy": {
|
|
1321
1321
|
"name": "PutResourcePolicy",
|
|
1322
1322
|
"description": "Grants permission to create or update a resource policy",
|
|
1323
|
-
"accessLevel": "
|
|
1323
|
+
"accessLevel": "Permissions management",
|
|
1324
1324
|
"resourceTypes": [
|
|
1325
1325
|
{
|
|
1326
1326
|
"name": "core-network",
|
|
@@ -1384,7 +1384,7 @@
|
|
|
1384
1384
|
"startorganizationserviceaccessupdate": {
|
|
1385
1385
|
"name": "StartOrganizationServiceAccessUpdate",
|
|
1386
1386
|
"description": "Grants permission to start organization service access update",
|
|
1387
|
-
"accessLevel": "
|
|
1387
|
+
"accessLevel": "Permissions management",
|
|
1388
1388
|
"resourceTypes": [],
|
|
1389
1389
|
"conditionKeys": [],
|
|
1390
1390
|
"dependentActions": []
|