iamdata 0.1.202506091__py3-none-any.whl → 0.1.202506111__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.
Potentially problematic release.
This version of iamdata might be problematic. Click here for more details.
- iamdata/data/actions/dsql.json +12 -7
- iamdata/data/actions/securityhub.json +361 -4
- iamdata/data/actions/snow-device-management.json +1 -0
- iamdata/data/actions/thinclient.json +1 -0
- iamdata/data/conditionKeys/securityhub.json +5 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/securityhub.json +25 -0
- {iamdata-0.1.202506091.dist-info → iamdata-0.1.202506111.dist-info}/METADATA +1 -1
- {iamdata-0.1.202506091.dist-info → iamdata-0.1.202506111.dist-info}/RECORD +11 -11
- {iamdata-0.1.202506091.dist-info → iamdata-0.1.202506111.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202506091.dist-info → iamdata-0.1.202506111.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/dsql.json
CHANGED
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
],
|
|
33
33
|
"conditionKeys": [
|
|
34
34
|
"aws:RequestTag/${TagKey}",
|
|
35
|
-
"aws:TagKeys"
|
|
35
|
+
"aws:TagKeys",
|
|
36
|
+
"dsql:WitnessRegion"
|
|
36
37
|
],
|
|
37
38
|
"dependentActions": []
|
|
38
39
|
},
|
|
@@ -188,13 +189,15 @@
|
|
|
188
189
|
"name": "Cluster",
|
|
189
190
|
"required": true,
|
|
190
191
|
"conditionKeys": [],
|
|
191
|
-
"dependentActions": [
|
|
192
|
+
"dependentActions": [
|
|
193
|
+
"dsql:PutMultiRegionProperties"
|
|
194
|
+
]
|
|
192
195
|
}
|
|
193
196
|
],
|
|
194
|
-
"conditionKeys": [
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
]
|
|
197
|
+
"conditionKeys": [
|
|
198
|
+
"dsql:WitnessRegion"
|
|
199
|
+
],
|
|
200
|
+
"dependentActions": []
|
|
198
201
|
},
|
|
199
202
|
"removepeercluster": {
|
|
200
203
|
"name": "RemovePeerCluster",
|
|
@@ -323,7 +326,9 @@
|
|
|
323
326
|
"dependentActions": []
|
|
324
327
|
}
|
|
325
328
|
],
|
|
326
|
-
"conditionKeys": [
|
|
329
|
+
"conditionKeys": [
|
|
330
|
+
"dsql:WitnessRegion"
|
|
331
|
+
],
|
|
327
332
|
"dependentActions": []
|
|
328
333
|
}
|
|
329
334
|
}
|
|
@@ -175,10 +175,17 @@
|
|
|
175
175
|
"required": false,
|
|
176
176
|
"conditionKeys": [],
|
|
177
177
|
"dependentActions": []
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "hubv2",
|
|
181
|
+
"required": false,
|
|
182
|
+
"conditionKeys": [],
|
|
183
|
+
"dependentActions": []
|
|
178
184
|
}
|
|
179
185
|
],
|
|
180
186
|
"conditionKeys": [
|
|
181
|
-
"securityhub:ASFFSyntaxPath/${ASFFSyntaxPath}"
|
|
187
|
+
"securityhub:ASFFSyntaxPath/${ASFFSyntaxPath}",
|
|
188
|
+
"securityhub:OCSFSyntaxPath/${OCSFSyntaxPath}"
|
|
182
189
|
],
|
|
183
190
|
"dependentActions": []
|
|
184
191
|
},
|
|
@@ -192,6 +199,21 @@
|
|
|
192
199
|
"securityhub:UpdateStandardsControl"
|
|
193
200
|
]
|
|
194
201
|
},
|
|
202
|
+
"connectorregistrationsv2": {
|
|
203
|
+
"name": "ConnectorRegistrationsV2",
|
|
204
|
+
"description": "Grants permission to complete the OAuth 2.0 authorization code flow based on input parameters",
|
|
205
|
+
"accessLevel": "Write",
|
|
206
|
+
"resourceTypes": [
|
|
207
|
+
{
|
|
208
|
+
"name": "connectorv2",
|
|
209
|
+
"required": true,
|
|
210
|
+
"conditionKeys": [],
|
|
211
|
+
"dependentActions": []
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"conditionKeys": [],
|
|
215
|
+
"dependentActions": []
|
|
216
|
+
},
|
|
195
217
|
"createactiontarget": {
|
|
196
218
|
"name": "CreateActionTarget",
|
|
197
219
|
"description": "Grants permission to create custom actions in Security Hub",
|
|
@@ -207,6 +229,14 @@
|
|
|
207
229
|
"conditionKeys": [],
|
|
208
230
|
"dependentActions": []
|
|
209
231
|
},
|
|
232
|
+
"createaggregatorv2": {
|
|
233
|
+
"name": "CreateAggregatorV2",
|
|
234
|
+
"description": "Grants permission to create an aggregatorV2, which configures data aggregation across Regions",
|
|
235
|
+
"accessLevel": "Write",
|
|
236
|
+
"resourceTypes": [],
|
|
237
|
+
"conditionKeys": [],
|
|
238
|
+
"dependentActions": []
|
|
239
|
+
},
|
|
210
240
|
"createautomationrule": {
|
|
211
241
|
"name": "CreateAutomationRule",
|
|
212
242
|
"description": "Grants permission to create an automation rule based on input parameters",
|
|
@@ -218,6 +248,17 @@
|
|
|
218
248
|
],
|
|
219
249
|
"dependentActions": []
|
|
220
250
|
},
|
|
251
|
+
"createautomationrulev2": {
|
|
252
|
+
"name": "CreateAutomationRuleV2",
|
|
253
|
+
"description": "Grants permission to create an automation rule V2 based on input parameters",
|
|
254
|
+
"accessLevel": "Write",
|
|
255
|
+
"resourceTypes": [],
|
|
256
|
+
"conditionKeys": [
|
|
257
|
+
"aws:RequestTag/${TagKey}",
|
|
258
|
+
"aws:TagKeys"
|
|
259
|
+
],
|
|
260
|
+
"dependentActions": []
|
|
261
|
+
},
|
|
221
262
|
"createconfigurationpolicy": {
|
|
222
263
|
"name": "CreateConfigurationPolicy",
|
|
223
264
|
"description": "Grants permission to create a configuration policy to manage organization member settings in Security Hub",
|
|
@@ -229,6 +270,17 @@
|
|
|
229
270
|
],
|
|
230
271
|
"dependentActions": []
|
|
231
272
|
},
|
|
273
|
+
"createconnectorv2": {
|
|
274
|
+
"name": "CreateConnectorV2",
|
|
275
|
+
"description": "Grants permission to create a connector V2 based on input parameters",
|
|
276
|
+
"accessLevel": "Write",
|
|
277
|
+
"resourceTypes": [],
|
|
278
|
+
"conditionKeys": [
|
|
279
|
+
"aws:RequestTag/${TagKey}",
|
|
280
|
+
"aws:TagKeys"
|
|
281
|
+
],
|
|
282
|
+
"dependentActions": []
|
|
283
|
+
},
|
|
232
284
|
"createfindingaggregator": {
|
|
233
285
|
"name": "CreateFindingAggregator",
|
|
234
286
|
"description": "Grants permission to create a finding aggregator, which contains the cross-Region finding aggregation configuration",
|
|
@@ -267,6 +319,27 @@
|
|
|
267
319
|
"conditionKeys": [],
|
|
268
320
|
"dependentActions": []
|
|
269
321
|
},
|
|
322
|
+
"createticketv2": {
|
|
323
|
+
"name": "CreateTicketV2",
|
|
324
|
+
"description": "Grants permission to create ticket for a selected OCSF finding",
|
|
325
|
+
"accessLevel": "Write",
|
|
326
|
+
"resourceTypes": [
|
|
327
|
+
{
|
|
328
|
+
"name": "hub",
|
|
329
|
+
"required": false,
|
|
330
|
+
"conditionKeys": [],
|
|
331
|
+
"dependentActions": []
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "hubv2",
|
|
335
|
+
"required": false,
|
|
336
|
+
"conditionKeys": [],
|
|
337
|
+
"dependentActions": []
|
|
338
|
+
}
|
|
339
|
+
],
|
|
340
|
+
"conditionKeys": [],
|
|
341
|
+
"dependentActions": []
|
|
342
|
+
},
|
|
270
343
|
"declineinvitations": {
|
|
271
344
|
"name": "DeclineInvitations",
|
|
272
345
|
"description": "Grants permission to decline Security Hub invitations to become a member account",
|
|
@@ -297,6 +370,36 @@
|
|
|
297
370
|
"conditionKeys": [],
|
|
298
371
|
"dependentActions": []
|
|
299
372
|
},
|
|
373
|
+
"deleteaggregatorv2": {
|
|
374
|
+
"name": "DeleteAggregatorV2",
|
|
375
|
+
"description": "Grants permission to delete an aggregatorV2, which configures data aggregation across Regions",
|
|
376
|
+
"accessLevel": "Write",
|
|
377
|
+
"resourceTypes": [
|
|
378
|
+
{
|
|
379
|
+
"name": "aggregatorv2",
|
|
380
|
+
"required": true,
|
|
381
|
+
"conditionKeys": [],
|
|
382
|
+
"dependentActions": []
|
|
383
|
+
}
|
|
384
|
+
],
|
|
385
|
+
"conditionKeys": [],
|
|
386
|
+
"dependentActions": []
|
|
387
|
+
},
|
|
388
|
+
"deleteautomationrulev2": {
|
|
389
|
+
"name": "DeleteAutomationRuleV2",
|
|
390
|
+
"description": "Grants permission to delete an automation rule V2 in Security Hub",
|
|
391
|
+
"accessLevel": "Write",
|
|
392
|
+
"resourceTypes": [
|
|
393
|
+
{
|
|
394
|
+
"name": "automation-rulev2",
|
|
395
|
+
"required": true,
|
|
396
|
+
"conditionKeys": [],
|
|
397
|
+
"dependentActions": []
|
|
398
|
+
}
|
|
399
|
+
],
|
|
400
|
+
"conditionKeys": [],
|
|
401
|
+
"dependentActions": []
|
|
402
|
+
},
|
|
300
403
|
"deleteconfigurationpolicy": {
|
|
301
404
|
"name": "DeleteConfigurationPolicy",
|
|
302
405
|
"description": "Grants permission to delete an existing configuration policy",
|
|
@@ -312,6 +415,21 @@
|
|
|
312
415
|
"conditionKeys": [],
|
|
313
416
|
"dependentActions": []
|
|
314
417
|
},
|
|
418
|
+
"deleteconnectorv2": {
|
|
419
|
+
"name": "DeleteConnectorV2",
|
|
420
|
+
"description": "Grants permission to delete a connector V2 in Security Hub",
|
|
421
|
+
"accessLevel": "Write",
|
|
422
|
+
"resourceTypes": [
|
|
423
|
+
{
|
|
424
|
+
"name": "connectorv2",
|
|
425
|
+
"required": true,
|
|
426
|
+
"conditionKeys": [],
|
|
427
|
+
"dependentActions": []
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
"conditionKeys": [],
|
|
431
|
+
"dependentActions": []
|
|
432
|
+
},
|
|
315
433
|
"deletefindingaggregator": {
|
|
316
434
|
"name": "DeleteFindingAggregator",
|
|
317
435
|
"description": "Grants permission to delete a finding aggregator, which disables finding aggregation across Regions",
|
|
@@ -432,6 +550,29 @@
|
|
|
432
550
|
"conditionKeys": [],
|
|
433
551
|
"dependentActions": []
|
|
434
552
|
},
|
|
553
|
+
"describeproductsv2": {
|
|
554
|
+
"name": "DescribeProductsV2",
|
|
555
|
+
"description": "Grants permission to retrieve information about the available Security Hub V2 product integrations",
|
|
556
|
+
"accessLevel": "Read",
|
|
557
|
+
"resourceTypes": [
|
|
558
|
+
{
|
|
559
|
+
"name": "hubv2",
|
|
560
|
+
"required": false,
|
|
561
|
+
"conditionKeys": [],
|
|
562
|
+
"dependentActions": []
|
|
563
|
+
}
|
|
564
|
+
],
|
|
565
|
+
"conditionKeys": [],
|
|
566
|
+
"dependentActions": []
|
|
567
|
+
},
|
|
568
|
+
"describesecurityhubv2": {
|
|
569
|
+
"name": "DescribeSecurityHubV2",
|
|
570
|
+
"description": "Grants permission to retrieve information about the hub V2 resource in your account",
|
|
571
|
+
"accessLevel": "Read",
|
|
572
|
+
"resourceTypes": [],
|
|
573
|
+
"conditionKeys": [],
|
|
574
|
+
"dependentActions": []
|
|
575
|
+
},
|
|
435
576
|
"describestandards": {
|
|
436
577
|
"name": "DescribeStandards",
|
|
437
578
|
"description": "Grants permission to retrieve information about Security Hub standards",
|
|
@@ -491,7 +632,9 @@
|
|
|
491
632
|
],
|
|
492
633
|
"conditionKeys": [],
|
|
493
634
|
"dependentActions": [
|
|
494
|
-
"organizations:
|
|
635
|
+
"organizations:DeregisterDelegatedAdministrator",
|
|
636
|
+
"organizations:DescribeOrganization",
|
|
637
|
+
"organizations:ListDelegatedAdministrators"
|
|
495
638
|
]
|
|
496
639
|
},
|
|
497
640
|
"disablesecurityhub": {
|
|
@@ -509,6 +652,14 @@
|
|
|
509
652
|
"conditionKeys": [],
|
|
510
653
|
"dependentActions": []
|
|
511
654
|
},
|
|
655
|
+
"disablesecurityhubv2": {
|
|
656
|
+
"name": "DisableSecurityHubV2",
|
|
657
|
+
"description": "Grants permission to disable Security Hub V2",
|
|
658
|
+
"accessLevel": "Write",
|
|
659
|
+
"resourceTypes": [],
|
|
660
|
+
"conditionKeys": [],
|
|
661
|
+
"dependentActions": []
|
|
662
|
+
},
|
|
512
663
|
"disassociatefromadministratoraccount": {
|
|
513
664
|
"name": "DisassociateFromAdministratorAccount",
|
|
514
665
|
"description": "Grants permission to a Security Hub member account to disassociate from the associated administrator account",
|
|
@@ -585,6 +736,8 @@
|
|
|
585
736
|
"dependentActions": [
|
|
586
737
|
"organizations:DescribeOrganization",
|
|
587
738
|
"organizations:EnableAWSServiceAccess",
|
|
739
|
+
"organizations:ListAWSServiceAccessForOrganization",
|
|
740
|
+
"organizations:ListDelegatedAdministrators",
|
|
588
741
|
"organizations:RegisterDelegatedAdministrator"
|
|
589
742
|
]
|
|
590
743
|
},
|
|
@@ -606,10 +759,21 @@
|
|
|
606
759
|
],
|
|
607
760
|
"dependentActions": []
|
|
608
761
|
},
|
|
762
|
+
"enablesecurityhubv2": {
|
|
763
|
+
"name": "EnableSecurityHubV2",
|
|
764
|
+
"description": "Grants permission to enable Security Hub V2",
|
|
765
|
+
"accessLevel": "Write",
|
|
766
|
+
"resourceTypes": [],
|
|
767
|
+
"conditionKeys": [
|
|
768
|
+
"aws:RequestTag/${TagKey}",
|
|
769
|
+
"aws:TagKeys"
|
|
770
|
+
],
|
|
771
|
+
"dependentActions": []
|
|
772
|
+
},
|
|
609
773
|
"getadhocinsightresults": {
|
|
610
774
|
"name": "GetAdhocInsightResults",
|
|
611
775
|
"isPermissionOnly": true,
|
|
612
|
-
"description": "Grants permission to retrieve
|
|
776
|
+
"description": "Grants permission to retrieve aggregated statistical data about the findings",
|
|
613
777
|
"accessLevel": "Read",
|
|
614
778
|
"resourceTypes": [
|
|
615
779
|
{
|
|
@@ -617,6 +781,12 @@
|
|
|
617
781
|
"required": false,
|
|
618
782
|
"conditionKeys": [],
|
|
619
783
|
"dependentActions": []
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "hubv2",
|
|
787
|
+
"required": false,
|
|
788
|
+
"conditionKeys": [],
|
|
789
|
+
"dependentActions": []
|
|
620
790
|
}
|
|
621
791
|
],
|
|
622
792
|
"conditionKeys": [],
|
|
@@ -637,6 +807,36 @@
|
|
|
637
807
|
"conditionKeys": [],
|
|
638
808
|
"dependentActions": []
|
|
639
809
|
},
|
|
810
|
+
"getaggregatorv2": {
|
|
811
|
+
"name": "GetAggregatorV2",
|
|
812
|
+
"description": "Grants permission to retrieve details for an aggregatorV2, which configures data aggregation across Regions",
|
|
813
|
+
"accessLevel": "Read",
|
|
814
|
+
"resourceTypes": [
|
|
815
|
+
{
|
|
816
|
+
"name": "aggregatorv2",
|
|
817
|
+
"required": true,
|
|
818
|
+
"conditionKeys": [],
|
|
819
|
+
"dependentActions": []
|
|
820
|
+
}
|
|
821
|
+
],
|
|
822
|
+
"conditionKeys": [],
|
|
823
|
+
"dependentActions": []
|
|
824
|
+
},
|
|
825
|
+
"getautomationrulev2": {
|
|
826
|
+
"name": "GetAutomationRuleV2",
|
|
827
|
+
"description": "Grants permission to retrieve details for an automation rule V2 from Security Hub based on rule Amazon Resource Name (ARN)",
|
|
828
|
+
"accessLevel": "Read",
|
|
829
|
+
"resourceTypes": [
|
|
830
|
+
{
|
|
831
|
+
"name": "automation-rulev2",
|
|
832
|
+
"required": true,
|
|
833
|
+
"conditionKeys": [],
|
|
834
|
+
"dependentActions": []
|
|
835
|
+
}
|
|
836
|
+
],
|
|
837
|
+
"conditionKeys": [],
|
|
838
|
+
"dependentActions": []
|
|
839
|
+
},
|
|
640
840
|
"getconfigurationpolicy": {
|
|
641
841
|
"name": "GetConfigurationPolicy",
|
|
642
842
|
"description": "Grants permission to get a complete overview of one configuration policy created by the calling account",
|
|
@@ -660,6 +860,21 @@
|
|
|
660
860
|
"conditionKeys": [],
|
|
661
861
|
"dependentActions": []
|
|
662
862
|
},
|
|
863
|
+
"getconnectorv2": {
|
|
864
|
+
"name": "GetConnectorV2",
|
|
865
|
+
"description": "Grants permission to retrieve details for a connector V2 from Security Hub based on connector id",
|
|
866
|
+
"accessLevel": "Read",
|
|
867
|
+
"resourceTypes": [
|
|
868
|
+
{
|
|
869
|
+
"name": "connectorv2",
|
|
870
|
+
"required": true,
|
|
871
|
+
"conditionKeys": [],
|
|
872
|
+
"dependentActions": []
|
|
873
|
+
}
|
|
874
|
+
],
|
|
875
|
+
"conditionKeys": [],
|
|
876
|
+
"dependentActions": []
|
|
877
|
+
},
|
|
663
878
|
"getcontrolfindingsummary": {
|
|
664
879
|
"name": "GetControlFindingSummary",
|
|
665
880
|
"isPermissionOnly": true,
|
|
@@ -731,6 +946,12 @@
|
|
|
731
946
|
"required": false,
|
|
732
947
|
"conditionKeys": [],
|
|
733
948
|
"dependentActions": []
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "hubv2",
|
|
952
|
+
"required": false,
|
|
953
|
+
"conditionKeys": [],
|
|
954
|
+
"dependentActions": []
|
|
734
955
|
}
|
|
735
956
|
],
|
|
736
957
|
"conditionKeys": [],
|
|
@@ -859,6 +1080,36 @@
|
|
|
859
1080
|
"conditionKeys": [],
|
|
860
1081
|
"dependentActions": []
|
|
861
1082
|
},
|
|
1083
|
+
"getresourcestatisticsv2": {
|
|
1084
|
+
"name": "GetResourceStatisticsV2",
|
|
1085
|
+
"description": "Grants permission to retrieve aggregate statistics about resources",
|
|
1086
|
+
"accessLevel": "Read",
|
|
1087
|
+
"resourceTypes": [
|
|
1088
|
+
{
|
|
1089
|
+
"name": "hubv2",
|
|
1090
|
+
"required": false,
|
|
1091
|
+
"conditionKeys": [],
|
|
1092
|
+
"dependentActions": []
|
|
1093
|
+
}
|
|
1094
|
+
],
|
|
1095
|
+
"conditionKeys": [],
|
|
1096
|
+
"dependentActions": []
|
|
1097
|
+
},
|
|
1098
|
+
"getresourcesv2": {
|
|
1099
|
+
"name": "GetResourcesV2",
|
|
1100
|
+
"description": "Grants permission to retrieve a list of resources",
|
|
1101
|
+
"accessLevel": "Read",
|
|
1102
|
+
"resourceTypes": [
|
|
1103
|
+
{
|
|
1104
|
+
"name": "hubv2",
|
|
1105
|
+
"required": false,
|
|
1106
|
+
"conditionKeys": [],
|
|
1107
|
+
"dependentActions": []
|
|
1108
|
+
}
|
|
1109
|
+
],
|
|
1110
|
+
"conditionKeys": [],
|
|
1111
|
+
"dependentActions": []
|
|
1112
|
+
},
|
|
862
1113
|
"getsecuritycontroldefinition": {
|
|
863
1114
|
"name": "GetSecurityControlDefinition",
|
|
864
1115
|
"description": "Grants permission to get the definition details of a specific security control identified by ID",
|
|
@@ -900,6 +1151,14 @@
|
|
|
900
1151
|
"conditionKeys": [],
|
|
901
1152
|
"dependentActions": []
|
|
902
1153
|
},
|
|
1154
|
+
"listaggregatorv2s": {
|
|
1155
|
+
"name": "ListAggregatorV2s",
|
|
1156
|
+
"description": "Grants permission to retrieve a list of aggregatorsV2, which configures data aggregation across Regions",
|
|
1157
|
+
"accessLevel": "List",
|
|
1158
|
+
"resourceTypes": [],
|
|
1159
|
+
"conditionKeys": [],
|
|
1160
|
+
"dependentActions": []
|
|
1161
|
+
},
|
|
903
1162
|
"listautomationrules": {
|
|
904
1163
|
"name": "ListAutomationRules",
|
|
905
1164
|
"description": "Grants permission to retrieve a list of automation rules and their metadata for the calling account from Security Hub",
|
|
@@ -908,6 +1167,14 @@
|
|
|
908
1167
|
"conditionKeys": [],
|
|
909
1168
|
"dependentActions": []
|
|
910
1169
|
},
|
|
1170
|
+
"listautomationrulesv2": {
|
|
1171
|
+
"name": "ListAutomationRulesV2",
|
|
1172
|
+
"description": "Grants permission to retrieve a list of automation rules V2 and their metadata for the calling account from Security Hub",
|
|
1173
|
+
"accessLevel": "List",
|
|
1174
|
+
"resourceTypes": [],
|
|
1175
|
+
"conditionKeys": [],
|
|
1176
|
+
"dependentActions": []
|
|
1177
|
+
},
|
|
911
1178
|
"listconfigurationpolicies": {
|
|
912
1179
|
"name": "ListConfigurationPolicies",
|
|
913
1180
|
"description": "Grants permission to list the summaries of all configuration policies created by the calling account",
|
|
@@ -924,6 +1191,14 @@
|
|
|
924
1191
|
"conditionKeys": [],
|
|
925
1192
|
"dependentActions": []
|
|
926
1193
|
},
|
|
1194
|
+
"listconnectorsv2": {
|
|
1195
|
+
"name": "ListConnectorsV2",
|
|
1196
|
+
"description": "Grants permission to retrieve a list of connectors V2 and their metadata for the calling account from Security Hub",
|
|
1197
|
+
"accessLevel": "List",
|
|
1198
|
+
"resourceTypes": [],
|
|
1199
|
+
"conditionKeys": [],
|
|
1200
|
+
"dependentActions": []
|
|
1201
|
+
},
|
|
927
1202
|
"listcontrolevaluationsummaries": {
|
|
928
1203
|
"name": "ListControlEvaluationSummaries",
|
|
929
1204
|
"isPermissionOnly": true,
|
|
@@ -1007,7 +1282,8 @@
|
|
|
1007
1282
|
],
|
|
1008
1283
|
"conditionKeys": [],
|
|
1009
1284
|
"dependentActions": [
|
|
1010
|
-
"organizations:DescribeOrganization"
|
|
1285
|
+
"organizations:DescribeOrganization",
|
|
1286
|
+
"organizations:ListDelegatedAdministrators"
|
|
1011
1287
|
]
|
|
1012
1288
|
},
|
|
1013
1289
|
"listsecuritycontroldefinitions": {
|
|
@@ -1128,17 +1404,35 @@
|
|
|
1128
1404
|
"conditionKeys": [],
|
|
1129
1405
|
"dependentActions": []
|
|
1130
1406
|
},
|
|
1407
|
+
{
|
|
1408
|
+
"name": "automation-rulev2",
|
|
1409
|
+
"required": false,
|
|
1410
|
+
"conditionKeys": [],
|
|
1411
|
+
"dependentActions": []
|
|
1412
|
+
},
|
|
1131
1413
|
{
|
|
1132
1414
|
"name": "configuration-policy",
|
|
1133
1415
|
"required": false,
|
|
1134
1416
|
"conditionKeys": [],
|
|
1135
1417
|
"dependentActions": []
|
|
1136
1418
|
},
|
|
1419
|
+
{
|
|
1420
|
+
"name": "connectorv2",
|
|
1421
|
+
"required": false,
|
|
1422
|
+
"conditionKeys": [],
|
|
1423
|
+
"dependentActions": []
|
|
1424
|
+
},
|
|
1137
1425
|
{
|
|
1138
1426
|
"name": "hub",
|
|
1139
1427
|
"required": false,
|
|
1140
1428
|
"conditionKeys": [],
|
|
1141
1429
|
"dependentActions": []
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"name": "hubv2",
|
|
1433
|
+
"required": false,
|
|
1434
|
+
"conditionKeys": [],
|
|
1435
|
+
"dependentActions": []
|
|
1142
1436
|
}
|
|
1143
1437
|
],
|
|
1144
1438
|
"conditionKeys": [],
|
|
@@ -1155,17 +1449,35 @@
|
|
|
1155
1449
|
"conditionKeys": [],
|
|
1156
1450
|
"dependentActions": []
|
|
1157
1451
|
},
|
|
1452
|
+
{
|
|
1453
|
+
"name": "automation-rulev2",
|
|
1454
|
+
"required": false,
|
|
1455
|
+
"conditionKeys": [],
|
|
1456
|
+
"dependentActions": []
|
|
1457
|
+
},
|
|
1158
1458
|
{
|
|
1159
1459
|
"name": "configuration-policy",
|
|
1160
1460
|
"required": false,
|
|
1161
1461
|
"conditionKeys": [],
|
|
1162
1462
|
"dependentActions": []
|
|
1163
1463
|
},
|
|
1464
|
+
{
|
|
1465
|
+
"name": "connectorv2",
|
|
1466
|
+
"required": false,
|
|
1467
|
+
"conditionKeys": [],
|
|
1468
|
+
"dependentActions": []
|
|
1469
|
+
},
|
|
1164
1470
|
{
|
|
1165
1471
|
"name": "hub",
|
|
1166
1472
|
"required": false,
|
|
1167
1473
|
"conditionKeys": [],
|
|
1168
1474
|
"dependentActions": []
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "hubv2",
|
|
1478
|
+
"required": false,
|
|
1479
|
+
"conditionKeys": [],
|
|
1480
|
+
"dependentActions": []
|
|
1169
1481
|
}
|
|
1170
1482
|
],
|
|
1171
1483
|
"conditionKeys": [],
|
|
@@ -1186,6 +1498,36 @@
|
|
|
1186
1498
|
"conditionKeys": [],
|
|
1187
1499
|
"dependentActions": []
|
|
1188
1500
|
},
|
|
1501
|
+
"updateaggregatorv2": {
|
|
1502
|
+
"name": "UpdateAggregatorV2",
|
|
1503
|
+
"description": "Grants permission to update an aggregatorV2, which configures data aggregation across Regions",
|
|
1504
|
+
"accessLevel": "Write",
|
|
1505
|
+
"resourceTypes": [
|
|
1506
|
+
{
|
|
1507
|
+
"name": "aggregatorv2",
|
|
1508
|
+
"required": true,
|
|
1509
|
+
"conditionKeys": [],
|
|
1510
|
+
"dependentActions": []
|
|
1511
|
+
}
|
|
1512
|
+
],
|
|
1513
|
+
"conditionKeys": [],
|
|
1514
|
+
"dependentActions": []
|
|
1515
|
+
},
|
|
1516
|
+
"updateautomationrulev2": {
|
|
1517
|
+
"name": "UpdateAutomationRuleV2",
|
|
1518
|
+
"description": "Grants permission to update an automation rule V2 in Security Hub based on rule Amazon Resource Name (ARN) and input parameters",
|
|
1519
|
+
"accessLevel": "Write",
|
|
1520
|
+
"resourceTypes": [
|
|
1521
|
+
{
|
|
1522
|
+
"name": "automation-rulev2",
|
|
1523
|
+
"required": true,
|
|
1524
|
+
"conditionKeys": [],
|
|
1525
|
+
"dependentActions": []
|
|
1526
|
+
}
|
|
1527
|
+
],
|
|
1528
|
+
"conditionKeys": [],
|
|
1529
|
+
"dependentActions": []
|
|
1530
|
+
},
|
|
1189
1531
|
"updateconfigurationpolicy": {
|
|
1190
1532
|
"name": "UpdateConfigurationPolicy",
|
|
1191
1533
|
"description": "Grants permission to update an existing configuration policy",
|
|
@@ -1201,6 +1543,21 @@
|
|
|
1201
1543
|
"conditionKeys": [],
|
|
1202
1544
|
"dependentActions": []
|
|
1203
1545
|
},
|
|
1546
|
+
"updateconnectorv2": {
|
|
1547
|
+
"name": "UpdateConnectorV2",
|
|
1548
|
+
"description": "Grants permission to update a connector V2 in Security Hub based on connector id and input parameters",
|
|
1549
|
+
"accessLevel": "Write",
|
|
1550
|
+
"resourceTypes": [
|
|
1551
|
+
{
|
|
1552
|
+
"name": "connectorv2",
|
|
1553
|
+
"required": true,
|
|
1554
|
+
"conditionKeys": [],
|
|
1555
|
+
"dependentActions": []
|
|
1556
|
+
}
|
|
1557
|
+
],
|
|
1558
|
+
"conditionKeys": [],
|
|
1559
|
+
"dependentActions": []
|
|
1560
|
+
},
|
|
1204
1561
|
"updatefindingaggregator": {
|
|
1205
1562
|
"name": "UpdateFindingAggregator",
|
|
1206
1563
|
"description": "Grants permission to update a finding aggregator, which contains the cross-Region finding aggregation configuration",
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"description": "Filters access by the specified fields and values in the request",
|
|
20
20
|
"type": "String"
|
|
21
21
|
},
|
|
22
|
+
"securityhub:ocsfsyntaxpath/${ocsfsyntaxpath}": {
|
|
23
|
+
"key": "securityhub:OCSFSyntaxPath/${OCSFSyntaxPath}",
|
|
24
|
+
"description": "Filters access by the specified fields and values in the request",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
22
27
|
"securityhub:targetaccount": {
|
|
23
28
|
"key": "securityhub:TargetAccount",
|
|
24
29
|
"description": "Filters access by the AwsAccountId field that is specified in the request",
|
iamdata/data/metadata.json
CHANGED
|
@@ -6,6 +6,13 @@
|
|
|
6
6
|
"aws:ResourceTag/${TagKey}"
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
|
+
"hubv2": {
|
|
10
|
+
"key": "hubv2",
|
|
11
|
+
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:hubv2/${HubV2Id}",
|
|
12
|
+
"conditionKeys": [
|
|
13
|
+
"aws:ResourceTag/${TagKey}"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
9
16
|
"product": {
|
|
10
17
|
"key": "product",
|
|
11
18
|
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:product/${Company}/${ProductId}"
|
|
@@ -14,12 +21,30 @@
|
|
|
14
21
|
"key": "finding-aggregator",
|
|
15
22
|
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:finding-aggregator/${FindingAggregatorId}"
|
|
16
23
|
},
|
|
24
|
+
"aggregatorv2": {
|
|
25
|
+
"key": "aggregatorv2",
|
|
26
|
+
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:aggregatorv2/${AggregatorV2Id}"
|
|
27
|
+
},
|
|
17
28
|
"automation-rule": {
|
|
18
29
|
"key": "automation-rule",
|
|
19
30
|
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:automation-rule/${AutomationRuleId}"
|
|
20
31
|
},
|
|
32
|
+
"automation-rulev2": {
|
|
33
|
+
"key": "automation-rulev2",
|
|
34
|
+
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:automation-rulev2/${AutomationRuleV2Id}",
|
|
35
|
+
"conditionKeys": [
|
|
36
|
+
"aws:ResourceTag/${TagKey}"
|
|
37
|
+
]
|
|
38
|
+
},
|
|
21
39
|
"configuration-policy": {
|
|
22
40
|
"key": "configuration-policy",
|
|
23
41
|
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:configuration-policy/${ConfigurationPolicyId}"
|
|
42
|
+
},
|
|
43
|
+
"connectorv2": {
|
|
44
|
+
"key": "connectorv2",
|
|
45
|
+
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:connectorv2/${ConnectorV2Id}",
|
|
46
|
+
"conditionKeys": [
|
|
47
|
+
"aws:ResourceTag/${TagKey}"
|
|
48
|
+
]
|
|
24
49
|
}
|
|
25
50
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202506111
|
|
4
4
|
Summary: IAM data for AWS actions, resources, and conditions based on IAM policy documents. Checked for updates daily.
|
|
5
5
|
Project-URL: Homepage, https://github.com/cloud-copilot/iam-data-python
|
|
6
6
|
Project-URL: Issues, https://github.com/cloud-copilot/iam-data-python/issues
|
|
@@ -4,7 +4,7 @@ iamdata/conditions.py,sha256=JmNyw26ux0SsUGRLctBpVZNi-A88rK9HwMy_e76vxTk,1127
|
|
|
4
4
|
iamdata/resources.py,sha256=q55U8l74HnjnkHp1-i2-rZCe-IsZpZWmfGeMvQjf4xo,1166
|
|
5
5
|
iamdata/services.py,sha256=trEYZQnUb_vwEN-L29RY-vJFnEXDGrpppVpAeQazjgw,689
|
|
6
6
|
iamdata/utils.py,sha256=mwNqfgNO51L33Ag_K9VxaP85J6XRoZrN7rKz6Q_DJQk,398
|
|
7
|
-
iamdata/data/metadata.json,sha256=
|
|
7
|
+
iamdata/data/metadata.json,sha256=qaX2aZFFOd9w-ayqojEyK7eSSNyqC2DkOajFgOtAuz8,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=BHXC5gFyTxjRpouDrGhb4nH0LZwrW1os_joN2Tzeln0,18274
|
|
9
9
|
iamdata/data/services.json,sha256=vOQrKK0Hgx4DM3PVdVJ616IAJk9mAzhvVkCfNTZ5k48,7108
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
@@ -134,7 +134,7 @@ iamdata/data/actions/docdb-elastic.json,sha256=fjk8kUH9ZuYqv_1ZhLfIuwPAtzsuFaZBi
|
|
|
134
134
|
iamdata/data/actions/drs.json,sha256=La78bLQy39JRhXMEYt9fmEyh6EAIDDjeiOfKBH8z14w,43861
|
|
135
135
|
iamdata/data/actions/ds-data.json,sha256=bwZGtvuBi74oVFJVoHDd0_3kGGltbZewiKZVPfYoEpE,8399
|
|
136
136
|
iamdata/data/actions/ds.json,sha256=B_adbfNUcenYt0qGfwBergVIjIVpIUsrey53rsddQGs,35756
|
|
137
|
-
iamdata/data/actions/dsql.json,sha256=
|
|
137
|
+
iamdata/data/actions/dsql.json,sha256=jn-OZUQ9V2KQsvJTAThsu4a3t3HgLwF2mwjhmrzOrzw,8425
|
|
138
138
|
iamdata/data/actions/dynamodb.json,sha256=UgMGv7n2YmsSVNKy9CYP-WOAcgjX7c7yFdwJGJqPqSk,31676
|
|
139
139
|
iamdata/data/actions/ebs.json,sha256=_0xfCEoPjX78Qukewk2vVObn4QA7iH_1Kw2qAfqUh2U,2892
|
|
140
140
|
iamdata/data/actions/ec2-instance-connect.json,sha256=fTwyHt4IzYTCGeCx6hy81ygzaRGNb18-5KynoVE2osA,1720
|
|
@@ -349,7 +349,7 @@ iamdata/data/actions/scn.json,sha256=ObnurlDbDJPfk1MVsMqyiWu2ti93qHn0tyI5uj6I0eI
|
|
|
349
349
|
iamdata/data/actions/sdb.json,sha256=zVcQBc-U-ZILVE-LXO08RNG1YGSv4nRR1m9ViVR6bG0,3822
|
|
350
350
|
iamdata/data/actions/secretsmanager.json,sha256=tCuvKkEHJI-nnTXqyrpPzVRVLs-CMGE3rm-83Ic49MU,13769
|
|
351
351
|
iamdata/data/actions/security-ir.json,sha256=TGUBzc7kMNtC5uQQHo2ktHCmk-pZwBpnml1YfLaekIY,8375
|
|
352
|
-
iamdata/data/actions/securityhub.json,sha256=
|
|
352
|
+
iamdata/data/actions/securityhub.json,sha256=mXoKnE7RpZBMkQaTJ7zDaYVqrKfFiKdVtWXndisxD88,47618
|
|
353
353
|
iamdata/data/actions/securitylake.json,sha256=BgRT1ABCBjALz-lSjQfjXjpWCCvqvc3fgttTTEh_9pQ,18295
|
|
354
354
|
iamdata/data/actions/serverlessrepo.json,sha256=Iljrr1qMuyRCjz5m1QTZKgId1-B_seWQn15fzQ56B7U,5952
|
|
355
355
|
iamdata/data/actions/servicecatalog.json,sha256=Qg7YwtC1LTNLwL1bZ1DOYUxhfB32UZ9EYq6Aq_C8Xgc,44633
|
|
@@ -363,7 +363,7 @@ iamdata/data/actions/signin.json,sha256=JtKbBwkP1rKewUTwxXlHGci9RtGF5QWWiuGo9cA1
|
|
|
363
363
|
iamdata/data/actions/simspaceweaver.json,sha256=h1px0D_ss3w0UcwwwSUfZqJOOhI7I5vzR_0KIuvdpe8,5440
|
|
364
364
|
iamdata/data/actions/sms-voice.json,sha256=2rCGXH5QuXNp27w-7E0ELq_XKdzNzR96pDZInmHiosI,43750
|
|
365
365
|
iamdata/data/actions/sms.json,sha256=xEZ3VoB9QhbM8UWuk-AyleV39B4xyG5budYrIBATwjY,10178
|
|
366
|
-
iamdata/data/actions/snow-device-management.json,sha256=
|
|
366
|
+
iamdata/data/actions/snow-device-management.json,sha256=EcxY8_xWRdAyHaeKx37vkHFfc4aM72oQSArMLsT3r6E,4502
|
|
367
367
|
iamdata/data/actions/snowball.json,sha256=n1czDMQpXRaI8x7g6SZW1XzUU4xT0sKpUhPzcQkRd9Y,7709
|
|
368
368
|
iamdata/data/actions/sns.json,sha256=nCpLw8SWrCk-h2mgU_yN5JZcYOjUCNHlWj39F7_CTcc,14514
|
|
369
369
|
iamdata/data/actions/social-messaging.json,sha256=DgXPl01D5XYRAs-BUo2Q07dAp_tomTBh09M7j9XiQc8,5692
|
|
@@ -392,7 +392,7 @@ iamdata/data/actions/synthetics.json,sha256=_RDjrSsueamor4rfrx5uI-NmsYYYlxdCNv_T
|
|
|
392
392
|
iamdata/data/actions/tag.json,sha256=tdQDgZqx6JbKFfIe07yrGpHqbbde2nnxgera-F1xElY,2364
|
|
393
393
|
iamdata/data/actions/tax.json,sha256=0qG1Z0mLD3Y2XsFhab3bG4OErNzJGSN59f15utrvQO8,4348
|
|
394
394
|
iamdata/data/actions/textract.json,sha256=2rvvfLNuj7bTT7btlXT0_sVv2oH_xCc1_jMimTuA8m0,8725
|
|
395
|
-
iamdata/data/actions/thinclient.json,sha256=
|
|
395
|
+
iamdata/data/actions/thinclient.json,sha256=th_GOkqxk9v4EKXQxC7uE_pmQoc79jboyMMRDkDWuPE,7960
|
|
396
396
|
iamdata/data/actions/timestream-influxdb.json,sha256=hI-p6MRus7-K4aWB6RfhPnKHg9ZPjx8S-TR2AshnH7Y,7876
|
|
397
397
|
iamdata/data/actions/timestream.json,sha256=jXFfbtJ94TX9nsoJGVb11ZHQiFJQF-Kp7DNpX8M5N8s,15050
|
|
398
398
|
iamdata/data/actions/tiros.json,sha256=MvTnjapgT7stB-Qgqt437uHfO4pJ8VlqYUM1O94gP00,1425
|
|
@@ -767,7 +767,7 @@ iamdata/data/conditionKeys/scn.json,sha256=XsIezro6wmEde8AZm17hZkacmWep3IUVAQBo5
|
|
|
767
767
|
iamdata/data/conditionKeys/sdb.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
768
768
|
iamdata/data/conditionKeys/secretsmanager.json,sha256=SG_rEL2wclpq812YW2HAuZYvI9Nb38cFNIPjfTU386w,4329
|
|
769
769
|
iamdata/data/conditionKeys/security-ir.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
770
|
-
iamdata/data/conditionKeys/securityhub.json,sha256=
|
|
770
|
+
iamdata/data/conditionKeys/securityhub.json,sha256=OjBuN6JkTlN5A9q1-vV9tWJq30zkUDC41SkMAsbpuFs,1226
|
|
771
771
|
iamdata/data/conditionKeys/securitylake.json,sha256=9SyKKERLcT7-JlI6gNWuKIzEYMJZomMvQ-9JnV59Gms,511
|
|
772
772
|
iamdata/data/conditionKeys/serverlessrepo.json,sha256=aSmq2UqzxYAgcklZsZex_kflnWN-iHPIDBkguEv-xLE,168
|
|
773
773
|
iamdata/data/conditionKeys/servicecatalog.json,sha256=sMOy99zrd51tXWLf6Ftr-g1LEGawpHgf1v2WPSGq7b0,1710
|
|
@@ -1185,7 +1185,7 @@ iamdata/data/resourceTypes/scn.json,sha256=_7mTFStgXzA-DYDX-WW5EIpbTz8ECLsnQKh8E
|
|
|
1185
1185
|
iamdata/data/resourceTypes/sdb.json,sha256=R7TfxvHzMqTW44DqHtrnsYQWHCjAEZme3im8c8L8TBs,118
|
|
1186
1186
|
iamdata/data/resourceTypes/secretsmanager.json,sha256=z97r_Oa3umKzIMTEwr59hdGiXae5WHU42nZlhKWfF54,346
|
|
1187
1187
|
iamdata/data/resourceTypes/security-ir.json,sha256=4w8aRCsl679ALmRFRCIeWcHuh1HzUWVKZOKuG8nRjUU,382
|
|
1188
|
-
iamdata/data/resourceTypes/securityhub.json,sha256=
|
|
1188
|
+
iamdata/data/resourceTypes/securityhub.json,sha256=_Z0NMio6oIU6d5afb15TzmFoSCcXYJlunW8A13F3_9E,1578
|
|
1189
1189
|
iamdata/data/resourceTypes/securitylake.json,sha256=1Bf8BoC8FDklyYpURsIye2vYW0UWaLwz59tbsAIcoBc,465
|
|
1190
1190
|
iamdata/data/resourceTypes/serverlessrepo.json,sha256=goeQQL9o8zezWE9b90LbwxXUJj2bt6a2a6AYjLzH9XU,147
|
|
1191
1191
|
iamdata/data/resourceTypes/servicecatalog.json,sha256=LKThjQx02_W-ZkQQtlagd6jWo87SEKA_kbcZZ6OUU2c,817
|
|
@@ -1265,7 +1265,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1265
1265
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1266
1266
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1267
1267
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1268
|
-
iamdata-0.1.
|
|
1269
|
-
iamdata-0.1.
|
|
1270
|
-
iamdata-0.1.
|
|
1271
|
-
iamdata-0.1.
|
|
1268
|
+
iamdata-0.1.202506111.dist-info/METADATA,sha256=Qs-pugpH4FpKs7HaLKE-VTmjIPdqGthbEvJLf0-Uc-c,3491
|
|
1269
|
+
iamdata-0.1.202506111.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1270
|
+
iamdata-0.1.202506111.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1271
|
+
iamdata-0.1.202506111.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|