@cloud-copilot/iam-data 0.19.202606301 → 0.19.202607021

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.
@@ -138,7 +138,13 @@
138
138
  "resourceTypes": [
139
139
  {
140
140
  "name": "event-bus",
141
- "required": true,
141
+ "required": false,
142
+ "conditionKeys": [],
143
+ "dependentActions": []
144
+ },
145
+ {
146
+ "name": "event-busv2",
147
+ "required": false,
142
148
  "conditionKeys": [],
143
149
  "dependentActions": []
144
150
  }
@@ -261,7 +267,13 @@
261
267
  "resourceTypes": [
262
268
  {
263
269
  "name": "event-bus",
264
- "required": true,
270
+ "required": false,
271
+ "conditionKeys": [],
272
+ "dependentActions": []
273
+ },
274
+ {
275
+ "name": "event-busv2",
276
+ "required": false,
265
277
  "conditionKeys": [],
266
278
  "dependentActions": []
267
279
  }
@@ -384,6 +396,12 @@
384
396
  "required": false,
385
397
  "conditionKeys": [],
386
398
  "dependentActions": []
399
+ },
400
+ {
401
+ "name": "event-busv2",
402
+ "required": false,
403
+ "conditionKeys": [],
404
+ "dependentActions": []
387
405
  }
388
406
  ],
389
407
  "conditionKeys": [],
@@ -627,6 +645,18 @@
627
645
  "conditionKeys": [],
628
646
  "dependentActions": []
629
647
  },
648
+ {
649
+ "name": "event-busv2",
650
+ "required": false,
651
+ "conditionKeys": [],
652
+ "dependentActions": []
653
+ },
654
+ {
655
+ "name": "publisher",
656
+ "required": false,
657
+ "conditionKeys": [],
658
+ "dependentActions": []
659
+ },
630
660
  {
631
661
  "name": "rule-on-custom-event-bus",
632
662
  "required": false,
@@ -638,6 +668,12 @@
638
668
  "required": false,
639
669
  "conditionKeys": [],
640
670
  "dependentActions": []
671
+ },
672
+ {
673
+ "name": "subscriber",
674
+ "required": false,
675
+ "conditionKeys": [],
676
+ "dependentActions": []
641
677
  }
642
678
  ],
643
679
  "conditionKeys": [
@@ -853,6 +889,18 @@
853
889
  "conditionKeys": [],
854
890
  "dependentActions": []
855
891
  },
892
+ {
893
+ "name": "event-busv2",
894
+ "required": false,
895
+ "conditionKeys": [],
896
+ "dependentActions": []
897
+ },
898
+ {
899
+ "name": "publisher",
900
+ "required": false,
901
+ "conditionKeys": [],
902
+ "dependentActions": []
903
+ },
856
904
  {
857
905
  "name": "rule-on-custom-event-bus",
858
906
  "required": false,
@@ -864,6 +912,12 @@
864
912
  "required": false,
865
913
  "conditionKeys": [],
866
914
  "dependentActions": []
915
+ },
916
+ {
917
+ "name": "subscriber",
918
+ "required": false,
919
+ "conditionKeys": [],
920
+ "dependentActions": []
867
921
  }
868
922
  ],
869
923
  "conditionKeys": [
@@ -892,6 +946,18 @@
892
946
  "conditionKeys": [],
893
947
  "dependentActions": []
894
948
  },
949
+ {
950
+ "name": "event-busv2",
951
+ "required": false,
952
+ "conditionKeys": [],
953
+ "dependentActions": []
954
+ },
955
+ {
956
+ "name": "publisher",
957
+ "required": false,
958
+ "conditionKeys": [],
959
+ "dependentActions": []
960
+ },
895
961
  {
896
962
  "name": "rule-on-custom-event-bus",
897
963
  "required": false,
@@ -903,6 +969,12 @@
903
969
  "required": false,
904
970
  "conditionKeys": [],
905
971
  "dependentActions": []
972
+ },
973
+ {
974
+ "name": "subscriber",
975
+ "required": false,
976
+ "conditionKeys": [],
977
+ "dependentActions": []
906
978
  }
907
979
  ],
908
980
  "conditionKeys": [
@@ -992,7 +1064,13 @@
992
1064
  "resourceTypes": [
993
1065
  {
994
1066
  "name": "event-bus",
995
- "required": true,
1067
+ "required": false,
1068
+ "conditionKeys": [],
1069
+ "dependentActions": []
1070
+ },
1071
+ {
1072
+ "name": "event-busv2",
1073
+ "required": false,
996
1074
  "conditionKeys": [],
997
1075
  "dependentActions": []
998
1076
  }
@@ -65,6 +65,21 @@
65
65
  "gameliftstreams:TagResource"
66
66
  ]
67
67
  },
68
+ "createstreamsessionadminshell": {
69
+ "name": "CreateStreamSessionAdminShell",
70
+ "description": "Grants permission to establish an administrative terminal connection to a stream session",
71
+ "accessLevel": "Write",
72
+ "resourceTypes": [
73
+ {
74
+ "name": "stream group",
75
+ "required": true,
76
+ "conditionKeys": [],
77
+ "dependentActions": []
78
+ }
79
+ ],
80
+ "conditionKeys": [],
81
+ "dependentActions": []
82
+ },
68
83
  "createstreamsessionconnection": {
69
84
  "name": "CreateStreamSessionConnection",
70
85
  "description": "Grants permission to create a stream session connection",
@@ -89,6 +89,26 @@
89
89
  "conditionKeys": [],
90
90
  "dependentActions": []
91
91
  },
92
+ "createcontainerassociation": {
93
+ "name": "CreateContainerAssociation",
94
+ "description": "Grants permission to create an AWS Network Firewall container association",
95
+ "accessLevel": "Write",
96
+ "resourceTypes": [
97
+ {
98
+ "name": "ContainerAssociation",
99
+ "required": true,
100
+ "conditionKeys": [],
101
+ "dependentActions": [
102
+ "iam:CreateServiceLinkedRole"
103
+ ]
104
+ }
105
+ ],
106
+ "conditionKeys": [
107
+ "aws:RequestTag/${TagKey}",
108
+ "aws:TagKeys"
109
+ ],
110
+ "dependentActions": []
111
+ },
92
112
  "createfirewall": {
93
113
  "name": "CreateFirewall",
94
114
  "description": "Grants permission to create an AWS Network Firewall firewall",
@@ -304,6 +324,21 @@
304
324
  ],
305
325
  "dependentActions": []
306
326
  },
327
+ "deletecontainerassociation": {
328
+ "name": "DeleteContainerAssociation",
329
+ "description": "Grants permission to delete an AWS Network Firewall container association",
330
+ "accessLevel": "Write",
331
+ "resourceTypes": [
332
+ {
333
+ "name": "ContainerAssociation",
334
+ "required": true,
335
+ "conditionKeys": [],
336
+ "dependentActions": []
337
+ }
338
+ ],
339
+ "conditionKeys": [],
340
+ "dependentActions": []
341
+ },
307
342
  "deletefirewall": {
308
343
  "name": "DeleteFirewall",
309
344
  "description": "Grants permission to delete a firewall",
@@ -495,6 +530,21 @@
495
530
  "conditionKeys": [],
496
531
  "dependentActions": []
497
532
  },
533
+ "describecontainerassociation": {
534
+ "name": "DescribeContainerAssociation",
535
+ "description": "Grants permission to retrieve the data objects that define a container association",
536
+ "accessLevel": "Read",
537
+ "resourceTypes": [
538
+ {
539
+ "name": "ContainerAssociation",
540
+ "required": true,
541
+ "conditionKeys": [],
542
+ "dependentActions": []
543
+ }
544
+ ],
545
+ "conditionKeys": [],
546
+ "dependentActions": []
547
+ },
498
548
  "describefirewall": {
499
549
  "name": "DescribeFirewall",
500
550
  "description": "Grants permission to retrieve the data objects that define a firewall",
@@ -858,6 +908,14 @@
858
908
  "conditionKeys": [],
859
909
  "dependentActions": []
860
910
  },
911
+ "listcontainerassociations": {
912
+ "name": "ListContainerAssociations",
913
+ "description": "Grants permission to retrieve the metadata for container associations",
914
+ "accessLevel": "List",
915
+ "resourceTypes": [],
916
+ "conditionKeys": [],
917
+ "dependentActions": []
918
+ },
861
919
  "listfirewallpolicies": {
862
920
  "name": "ListFirewallPolicies",
863
921
  "description": "Grants permission to retrieve the metadata for firewall policies",
@@ -1003,6 +1061,12 @@
1003
1061
  "conditionKeys": [],
1004
1062
  "dependentActions": []
1005
1063
  },
1064
+ {
1065
+ "name": "ContainerAssociation",
1066
+ "required": false,
1067
+ "conditionKeys": [],
1068
+ "dependentActions": []
1069
+ },
1006
1070
  {
1007
1071
  "name": "StatefulRuleGroup",
1008
1072
  "required": false,
@@ -1144,6 +1208,12 @@
1144
1208
  "description": "Grants permission to attach tags to a resource",
1145
1209
  "accessLevel": "Tagging",
1146
1210
  "resourceTypes": [
1211
+ {
1212
+ "name": "ContainerAssociation",
1213
+ "required": false,
1214
+ "conditionKeys": [],
1215
+ "dependentActions": []
1216
+ },
1147
1217
  {
1148
1218
  "name": "Firewall",
1149
1219
  "required": false,
@@ -1210,6 +1280,12 @@
1210
1280
  "description": "Grants permission to remove tags from a resource",
1211
1281
  "accessLevel": "Tagging",
1212
1282
  "resourceTypes": [
1283
+ {
1284
+ "name": "ContainerAssociation",
1285
+ "required": false,
1286
+ "conditionKeys": [],
1287
+ "dependentActions": []
1288
+ },
1213
1289
  {
1214
1290
  "name": "Firewall",
1215
1291
  "required": false,
@@ -1285,6 +1361,21 @@
1285
1361
  "conditionKeys": [],
1286
1362
  "dependentActions": []
1287
1363
  },
1364
+ "updatecontainerassociation": {
1365
+ "name": "UpdateContainerAssociation",
1366
+ "description": "Grants permission to update an AWS Network Firewall container association",
1367
+ "accessLevel": "Write",
1368
+ "resourceTypes": [
1369
+ {
1370
+ "name": "ContainerAssociation",
1371
+ "required": true,
1372
+ "conditionKeys": [],
1373
+ "dependentActions": []
1374
+ }
1375
+ ],
1376
+ "conditionKeys": [],
1377
+ "dependentActions": []
1378
+ },
1288
1379
  "updatefirewallanalysissettings": {
1289
1380
  "name": "UpdateFirewallAnalysisSettings",
1290
1381
  "description": "Grants permission to modify firewall analysis settings of a firewall",
@@ -377,6 +377,35 @@
377
377
  ],
378
378
  "dependentActions": []
379
379
  },
380
+ "createmarketplacerevenueshare": {
381
+ "name": "CreateMarketplaceRevenueShare",
382
+ "description": "Grants permission to create marketplace revenue shares in AWS Partner Central",
383
+ "accessLevel": "Write",
384
+ "resourceTypes": [],
385
+ "conditionKeys": [
386
+ "aws:RequestTag/${TagKey}",
387
+ "aws:TagKeys",
388
+ "partnercentral:Catalog"
389
+ ],
390
+ "dependentActions": []
391
+ },
392
+ "createmarketplacerevenueshareallocation": {
393
+ "name": "CreateMarketplaceRevenueShareAllocation",
394
+ "description": "Grants permission to create marketplace revenue share allocations in AWS Partner Central",
395
+ "accessLevel": "Write",
396
+ "resourceTypes": [
397
+ {
398
+ "name": "MarketplaceRevenueShare",
399
+ "required": true,
400
+ "conditionKeys": [],
401
+ "dependentActions": []
402
+ }
403
+ ],
404
+ "conditionKeys": [
405
+ "partnercentral:Catalog"
406
+ ],
407
+ "dependentActions": []
408
+ },
380
409
  "createopportunity": {
381
410
  "name": "CreateOpportunity",
382
411
  "description": "Grants permission to create new Opportunities on AWS Partner Central",
@@ -478,6 +507,18 @@
478
507
  ],
479
508
  "dependentActions": []
480
509
  },
510
+ "createrevenueattribution": {
511
+ "name": "CreateRevenueAttribution",
512
+ "description": "Grants permission to create revenue attributions in AWS Partner Central",
513
+ "accessLevel": "Write",
514
+ "resourceTypes": [],
515
+ "conditionKeys": [
516
+ "aws:RequestTag/${TagKey}",
517
+ "aws:TagKeys",
518
+ "partnercentral:Catalog"
519
+ ],
520
+ "dependentActions": []
521
+ },
481
522
  "deleteprogrammanagementaccount": {
482
523
  "name": "DeleteProgramManagementAccount",
483
524
  "description": "Grants permission to delete program management accounts in AWS Partner Central",
@@ -798,6 +839,40 @@
798
839
  ],
799
840
  "dependentActions": []
800
841
  },
842
+ "getmarketplacerevenueshare": {
843
+ "name": "GetMarketplaceRevenueShare",
844
+ "description": "Grants permission to retrieve marketplace revenue share details in AWS Partner Central",
845
+ "accessLevel": "Read",
846
+ "resourceTypes": [
847
+ {
848
+ "name": "MarketplaceRevenueShare",
849
+ "required": true,
850
+ "conditionKeys": [],
851
+ "dependentActions": []
852
+ }
853
+ ],
854
+ "conditionKeys": [
855
+ "partnercentral:Catalog"
856
+ ],
857
+ "dependentActions": []
858
+ },
859
+ "getmarketplacerevenueshareallocation": {
860
+ "name": "GetMarketplaceRevenueShareAllocation",
861
+ "description": "Grants permission to retrieve marketplace revenue share allocation details in AWS Partner Central",
862
+ "accessLevel": "Read",
863
+ "resourceTypes": [
864
+ {
865
+ "name": "MarketplaceRevenueShare",
866
+ "required": true,
867
+ "conditionKeys": [],
868
+ "dependentActions": []
869
+ }
870
+ ],
871
+ "conditionKeys": [
872
+ "partnercentral:Catalog"
873
+ ],
874
+ "dependentActions": []
875
+ },
801
876
  "getopportunity": {
802
877
  "name": "GetOpportunity",
803
878
  "description": "Grants permission to retrieve details of Opportunities on AWS Partner Central",
@@ -975,6 +1050,57 @@
975
1050
  ],
976
1051
  "dependentActions": []
977
1052
  },
1053
+ "getrevenueattribution": {
1054
+ "name": "GetRevenueAttribution",
1055
+ "description": "Grants permission to retrieve revenue attribution details in AWS Partner Central",
1056
+ "accessLevel": "Read",
1057
+ "resourceTypes": [
1058
+ {
1059
+ "name": "RevenueAttribution",
1060
+ "required": true,
1061
+ "conditionKeys": [],
1062
+ "dependentActions": []
1063
+ }
1064
+ ],
1065
+ "conditionKeys": [
1066
+ "partnercentral:Catalog"
1067
+ ],
1068
+ "dependentActions": []
1069
+ },
1070
+ "getrevenueattributionallocation": {
1071
+ "name": "GetRevenueAttributionAllocation",
1072
+ "description": "Grants permission to retrieve revenue attribution allocation details in AWS Partner Central",
1073
+ "accessLevel": "Read",
1074
+ "resourceTypes": [
1075
+ {
1076
+ "name": "RevenueAttribution",
1077
+ "required": true,
1078
+ "conditionKeys": [],
1079
+ "dependentActions": []
1080
+ }
1081
+ ],
1082
+ "conditionKeys": [
1083
+ "partnercentral:Catalog"
1084
+ ],
1085
+ "dependentActions": []
1086
+ },
1087
+ "getrevenueattributionallocationstask": {
1088
+ "name": "GetRevenueAttributionAllocationsTask",
1089
+ "description": "Grants permission to retrieve revenue attribution allocations task details in AWS Partner Central",
1090
+ "accessLevel": "Read",
1091
+ "resourceTypes": [
1092
+ {
1093
+ "name": "RevenueAttribution",
1094
+ "required": true,
1095
+ "conditionKeys": [],
1096
+ "dependentActions": []
1097
+ }
1098
+ ],
1099
+ "conditionKeys": [
1100
+ "partnercentral:Catalog"
1101
+ ],
1102
+ "dependentActions": []
1103
+ },
978
1104
  "getsellingsystemsettings": {
979
1105
  "name": "GetSellingSystemSettings",
980
1106
  "description": "Grants permission to retrieving selling system settings in AWS Partner Central",
@@ -1182,6 +1308,33 @@
1182
1308
  ],
1183
1309
  "dependentActions": []
1184
1310
  },
1311
+ "listmarketplacerevenueshareallocations": {
1312
+ "name": "ListMarketplaceRevenueShareAllocations",
1313
+ "description": "Grants permission to list marketplace revenue share allocations in AWS Partner Central",
1314
+ "accessLevel": "List",
1315
+ "resourceTypes": [
1316
+ {
1317
+ "name": "MarketplaceRevenueShare",
1318
+ "required": true,
1319
+ "conditionKeys": [],
1320
+ "dependentActions": []
1321
+ }
1322
+ ],
1323
+ "conditionKeys": [
1324
+ "partnercentral:Catalog"
1325
+ ],
1326
+ "dependentActions": []
1327
+ },
1328
+ "listmarketplacerevenueshares": {
1329
+ "name": "ListMarketplaceRevenueShares",
1330
+ "description": "Grants permission to list marketplace revenue shares in AWS Partner Central",
1331
+ "accessLevel": "List",
1332
+ "resourceTypes": [],
1333
+ "conditionKeys": [
1334
+ "partnercentral:Catalog"
1335
+ ],
1336
+ "dependentActions": []
1337
+ },
1185
1338
  "listopportunities": {
1186
1339
  "name": "ListOpportunities",
1187
1340
  "description": "Grants permission to list Opportunities on AWS Partner Central",
@@ -1292,6 +1445,33 @@
1292
1445
  ],
1293
1446
  "dependentActions": []
1294
1447
  },
1448
+ "listrevenueattributionallocations": {
1449
+ "name": "ListRevenueAttributionAllocations",
1450
+ "description": "Grants permission to list revenue attribution allocations in AWS Partner Central",
1451
+ "accessLevel": "List",
1452
+ "resourceTypes": [
1453
+ {
1454
+ "name": "RevenueAttribution",
1455
+ "required": true,
1456
+ "conditionKeys": [],
1457
+ "dependentActions": []
1458
+ }
1459
+ ],
1460
+ "conditionKeys": [
1461
+ "partnercentral:Catalog"
1462
+ ],
1463
+ "dependentActions": []
1464
+ },
1465
+ "listrevenueattributions": {
1466
+ "name": "ListRevenueAttributions",
1467
+ "description": "Grants permission to list revenue attributions in AWS Partner Central",
1468
+ "accessLevel": "List",
1469
+ "resourceTypes": [],
1470
+ "conditionKeys": [
1471
+ "partnercentral:Catalog"
1472
+ ],
1473
+ "dependentActions": []
1474
+ },
1295
1475
  "listsolutions": {
1296
1476
  "name": "ListSolutions",
1297
1477
  "description": "Grants permission to list Solutions on AWS Partner Central",
@@ -1595,6 +1775,23 @@
1595
1775
  ],
1596
1776
  "dependentActions": []
1597
1777
  },
1778
+ "startrevenueattributionallocationstask": {
1779
+ "name": "StartRevenueAttributionAllocationsTask",
1780
+ "description": "Grants permission to initiate tasks that manage revenue attribution allocations in AWS Partner Central",
1781
+ "accessLevel": "Write",
1782
+ "resourceTypes": [
1783
+ {
1784
+ "name": "RevenueAttribution",
1785
+ "required": true,
1786
+ "conditionKeys": [],
1787
+ "dependentActions": []
1788
+ }
1789
+ ],
1790
+ "conditionKeys": [
1791
+ "partnercentral:Catalog"
1792
+ ],
1793
+ "dependentActions": []
1794
+ },
1598
1795
  "startverification": {
1599
1796
  "name": "StartVerification",
1600
1797
  "description": "Grants permission to start verification processes in AWS Partner Central",
@@ -1677,6 +1874,12 @@
1677
1874
  "conditionKeys": [],
1678
1875
  "dependentActions": []
1679
1876
  },
1877
+ {
1878
+ "name": "MarketplaceRevenueShare",
1879
+ "required": false,
1880
+ "conditionKeys": [],
1881
+ "dependentActions": []
1882
+ },
1680
1883
  {
1681
1884
  "name": "Opportunity",
1682
1885
  "required": false,
@@ -1701,6 +1904,12 @@
1701
1904
  "conditionKeys": [],
1702
1905
  "dependentActions": []
1703
1906
  },
1907
+ {
1908
+ "name": "RevenueAttribution",
1909
+ "required": false,
1910
+ "conditionKeys": [],
1911
+ "dependentActions": []
1912
+ },
1704
1913
  {
1705
1914
  "name": "resource-snapshot-job",
1706
1915
  "required": false,
@@ -1735,6 +1944,12 @@
1735
1944
  "conditionKeys": [],
1736
1945
  "dependentActions": []
1737
1946
  },
1947
+ {
1948
+ "name": "MarketplaceRevenueShare",
1949
+ "required": false,
1950
+ "conditionKeys": [],
1951
+ "dependentActions": []
1952
+ },
1738
1953
  {
1739
1954
  "name": "Opportunity",
1740
1955
  "required": false,
@@ -1759,6 +1974,12 @@
1759
1974
  "conditionKeys": [],
1760
1975
  "dependentActions": []
1761
1976
  },
1977
+ {
1978
+ "name": "RevenueAttribution",
1979
+ "required": false,
1980
+ "conditionKeys": [],
1981
+ "dependentActions": []
1982
+ },
1762
1983
  {
1763
1984
  "name": "resource-snapshot-job",
1764
1985
  "required": false,
@@ -1822,6 +2043,23 @@
1822
2043
  ],
1823
2044
  "dependentActions": []
1824
2045
  },
2046
+ "updatemarketplacerevenueshareallocation": {
2047
+ "name": "UpdateMarketplaceRevenueShareAllocation",
2048
+ "description": "Grants permission to update marketplace revenue share allocations in AWS Partner Central",
2049
+ "accessLevel": "Write",
2050
+ "resourceTypes": [
2051
+ {
2052
+ "name": "MarketplaceRevenueShare",
2053
+ "required": true,
2054
+ "conditionKeys": [],
2055
+ "dependentActions": []
2056
+ }
2057
+ ],
2058
+ "conditionKeys": [
2059
+ "partnercentral:Catalog"
2060
+ ],
2061
+ "dependentActions": []
2062
+ },
1825
2063
  "updateopportunity": {
1826
2064
  "name": "UpdateOpportunity",
1827
2065
  "description": "Grants permission to update Opportunities on AWS Partner Central",
@@ -1875,6 +2113,23 @@
1875
2113
  ],
1876
2114
  "dependentActions": []
1877
2115
  },
2116
+ "updaterevenueattribution": {
2117
+ "name": "UpdateRevenueAttribution",
2118
+ "description": "Grants permission to update revenue attributions in AWS Partner Central",
2119
+ "accessLevel": "Write",
2120
+ "resourceTypes": [
2121
+ {
2122
+ "name": "RevenueAttribution",
2123
+ "required": true,
2124
+ "conditionKeys": [],
2125
+ "dependentActions": []
2126
+ }
2127
+ ],
2128
+ "conditionKeys": [
2129
+ "partnercentral:Catalog"
2130
+ ],
2131
+ "dependentActions": []
2132
+ },
1878
2133
  "usesession": {
1879
2134
  "name": "UseSession",
1880
2135
  "isPermissionOnly": true,
@@ -593,6 +593,21 @@
593
593
  "conditionKeys": [],
594
594
  "dependentActions": []
595
595
  },
596
+ "batchwriterecord": {
597
+ "name": "BatchWriteRecord",
598
+ "description": "Grants permission to put a batch of records to one or more feature groups",
599
+ "accessLevel": "Write",
600
+ "resourceTypes": [
601
+ {
602
+ "name": "feature-group",
603
+ "required": true,
604
+ "conditionKeys": [],
605
+ "dependentActions": []
606
+ }
607
+ ],
608
+ "conditionKeys": [],
609
+ "dependentActions": []
610
+ },
596
611
  "callmlflowappapi": {
597
612
  "name": "CallMlflowAppApi",
598
613
  "description": "Grants permission to invoke MLflow APIs",
@@ -5969,6 +5984,21 @@
5969
5984
  "conditionKeys": [],
5970
5985
  "dependentActions": []
5971
5986
  },
5987
+ "listrecords": {
5988
+ "name": "ListRecords",
5989
+ "description": "Grants permission to list record identifiers from a feature group",
5990
+ "accessLevel": "List",
5991
+ "resourceTypes": [
5992
+ {
5993
+ "name": "feature-group",
5994
+ "required": true,
5995
+ "conditionKeys": [],
5996
+ "dependentActions": []
5997
+ }
5998
+ ],
5999
+ "conditionKeys": [],
6000
+ "dependentActions": []
6001
+ },
5972
6002
  "listresourcecatalogs": {
5973
6003
  "name": "ListResourceCatalogs",
5974
6004
  "description": "Grants permission to list resource catalogs",