@cloud-copilot/iam-data 0.18.202604081 → 0.18.202604111
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.
- package/data/actions/aws-marketplace.json +135 -0
- package/data/actions/bcm-dashboards.json +53 -0
- package/data/actions/bedrock-agentcore.json +196 -0
- package/data/actions/deadline.json +30 -0
- package/data/actions/ecs.json +66 -64
- package/data/actions/es.json +45 -0
- package/data/actions/observabilityadmin.json +36 -12
- package/data/actions/omics.json +151 -0
- package/data/actions/securitylake.json +1 -0
- package/data/actions/verifiedpermissions.json +53 -0
- package/data/actions/workspaces.json +48 -0
- package/data/conditionKeys/bcm-dashboards.json +5 -0
- package/data/conditionKeys/observabilityadmin.json +20 -0
- package/data/resourceTypes/aws-marketplace.json +20 -0
- package/data/resourceTypes/bcm-dashboards.json +18 -1
- package/data/resourceTypes/bedrock-agentcore.json +8 -0
- package/data/resourceTypes/ecs.json +34 -34
- package/data/resourceTypes/omics.json +7 -0
- package/package.json +2 -2
|
@@ -234,6 +234,96 @@
|
|
|
234
234
|
],
|
|
235
235
|
"dependentActions": []
|
|
236
236
|
},
|
|
237
|
+
"getlisting": {
|
|
238
|
+
"name": "GetListing",
|
|
239
|
+
"description": "Grants permission to retrieve information about a listing",
|
|
240
|
+
"accessLevel": "Read",
|
|
241
|
+
"resourceTypes": [
|
|
242
|
+
{
|
|
243
|
+
"name": "Listing",
|
|
244
|
+
"required": true,
|
|
245
|
+
"conditionKeys": [],
|
|
246
|
+
"dependentActions": []
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"conditionKeys": [],
|
|
250
|
+
"dependentActions": []
|
|
251
|
+
},
|
|
252
|
+
"getoffer": {
|
|
253
|
+
"name": "GetOffer",
|
|
254
|
+
"description": "Grants permission to retrieve information about an offer",
|
|
255
|
+
"accessLevel": "Read",
|
|
256
|
+
"resourceTypes": [
|
|
257
|
+
{
|
|
258
|
+
"name": "Offer",
|
|
259
|
+
"required": true,
|
|
260
|
+
"conditionKeys": [],
|
|
261
|
+
"dependentActions": []
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"conditionKeys": [],
|
|
265
|
+
"dependentActions": []
|
|
266
|
+
},
|
|
267
|
+
"getofferset": {
|
|
268
|
+
"name": "GetOfferSet",
|
|
269
|
+
"description": "Grants permission to retrieve information about an offer set",
|
|
270
|
+
"accessLevel": "Read",
|
|
271
|
+
"resourceTypes": [
|
|
272
|
+
{
|
|
273
|
+
"name": "OfferSet",
|
|
274
|
+
"required": true,
|
|
275
|
+
"conditionKeys": [],
|
|
276
|
+
"dependentActions": []
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"conditionKeys": [],
|
|
280
|
+
"dependentActions": []
|
|
281
|
+
},
|
|
282
|
+
"getofferterms": {
|
|
283
|
+
"name": "GetOfferTerms",
|
|
284
|
+
"description": "Grants permission to retrieve terms for an offer",
|
|
285
|
+
"accessLevel": "Read",
|
|
286
|
+
"resourceTypes": [
|
|
287
|
+
{
|
|
288
|
+
"name": "Offer",
|
|
289
|
+
"required": true,
|
|
290
|
+
"conditionKeys": [],
|
|
291
|
+
"dependentActions": []
|
|
292
|
+
}
|
|
293
|
+
],
|
|
294
|
+
"conditionKeys": [],
|
|
295
|
+
"dependentActions": []
|
|
296
|
+
},
|
|
297
|
+
"getproduct": {
|
|
298
|
+
"name": "GetProduct",
|
|
299
|
+
"description": "Grants permission to retrieve information about a product",
|
|
300
|
+
"accessLevel": "Read",
|
|
301
|
+
"resourceTypes": [
|
|
302
|
+
{
|
|
303
|
+
"name": "Product",
|
|
304
|
+
"required": true,
|
|
305
|
+
"conditionKeys": [],
|
|
306
|
+
"dependentActions": []
|
|
307
|
+
}
|
|
308
|
+
],
|
|
309
|
+
"conditionKeys": [],
|
|
310
|
+
"dependentActions": []
|
|
311
|
+
},
|
|
312
|
+
"listfulfillmentoptions": {
|
|
313
|
+
"name": "ListFulfillmentOptions",
|
|
314
|
+
"description": "Grants permission to list fulfillment options for a product",
|
|
315
|
+
"accessLevel": "List",
|
|
316
|
+
"resourceTypes": [
|
|
317
|
+
{
|
|
318
|
+
"name": "Product",
|
|
319
|
+
"required": true,
|
|
320
|
+
"conditionKeys": [],
|
|
321
|
+
"dependentActions": []
|
|
322
|
+
}
|
|
323
|
+
],
|
|
324
|
+
"conditionKeys": [],
|
|
325
|
+
"dependentActions": []
|
|
326
|
+
},
|
|
237
327
|
"listprivatelistings": {
|
|
238
328
|
"name": "ListPrivateListings",
|
|
239
329
|
"description": "Grants permission to users to list their private offers",
|
|
@@ -242,6 +332,51 @@
|
|
|
242
332
|
"conditionKeys": [],
|
|
243
333
|
"dependentActions": []
|
|
244
334
|
},
|
|
335
|
+
"listpurchaseoptions": {
|
|
336
|
+
"name": "ListPurchaseOptions",
|
|
337
|
+
"description": "Grants permission to list purchase options available to the buyer",
|
|
338
|
+
"accessLevel": "List",
|
|
339
|
+
"resourceTypes": [
|
|
340
|
+
{
|
|
341
|
+
"name": "PurchaseOption",
|
|
342
|
+
"required": true,
|
|
343
|
+
"conditionKeys": [],
|
|
344
|
+
"dependentActions": []
|
|
345
|
+
}
|
|
346
|
+
],
|
|
347
|
+
"conditionKeys": [],
|
|
348
|
+
"dependentActions": []
|
|
349
|
+
},
|
|
350
|
+
"searchfacets": {
|
|
351
|
+
"name": "SearchFacets",
|
|
352
|
+
"description": "Grants permission to retrieve facet values for filtering listings",
|
|
353
|
+
"accessLevel": "List",
|
|
354
|
+
"resourceTypes": [
|
|
355
|
+
{
|
|
356
|
+
"name": "Listing",
|
|
357
|
+
"required": true,
|
|
358
|
+
"conditionKeys": [],
|
|
359
|
+
"dependentActions": []
|
|
360
|
+
}
|
|
361
|
+
],
|
|
362
|
+
"conditionKeys": [],
|
|
363
|
+
"dependentActions": []
|
|
364
|
+
},
|
|
365
|
+
"searchlistings": {
|
|
366
|
+
"name": "SearchListings",
|
|
367
|
+
"description": "Grants permission to search for product listings",
|
|
368
|
+
"accessLevel": "List",
|
|
369
|
+
"resourceTypes": [
|
|
370
|
+
{
|
|
371
|
+
"name": "Listing",
|
|
372
|
+
"required": true,
|
|
373
|
+
"conditionKeys": [],
|
|
374
|
+
"dependentActions": []
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"conditionKeys": [],
|
|
378
|
+
"dependentActions": []
|
|
379
|
+
},
|
|
245
380
|
"getentitlements": {
|
|
246
381
|
"name": "GetEntitlements",
|
|
247
382
|
"description": "Grants permission to retrieve entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions",
|
|
@@ -7,6 +7,19 @@
|
|
|
7
7
|
"conditionKeys": [],
|
|
8
8
|
"dependentActions": []
|
|
9
9
|
},
|
|
10
|
+
"createscheduledreport": {
|
|
11
|
+
"name": "CreateScheduledReport",
|
|
12
|
+
"description": "Grants permission to create a scheduled report",
|
|
13
|
+
"accessLevel": "Write",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [
|
|
16
|
+
"aws:ResourceTag/${TagKey}",
|
|
17
|
+
"aws:TagKeys"
|
|
18
|
+
],
|
|
19
|
+
"dependentActions": [
|
|
20
|
+
"iam:PassRole"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
10
23
|
"deletedashboard": {
|
|
11
24
|
"name": "DeleteDashboard",
|
|
12
25
|
"description": "Grants permission to delete a dashboard",
|
|
@@ -15,6 +28,22 @@
|
|
|
15
28
|
"conditionKeys": [],
|
|
16
29
|
"dependentActions": []
|
|
17
30
|
},
|
|
31
|
+
"deletescheduledreport": {
|
|
32
|
+
"name": "DeleteScheduledReport",
|
|
33
|
+
"description": "Grants permission to delete a scheduled report",
|
|
34
|
+
"accessLevel": "Write",
|
|
35
|
+
"resourceTypes": [],
|
|
36
|
+
"conditionKeys": [],
|
|
37
|
+
"dependentActions": []
|
|
38
|
+
},
|
|
39
|
+
"executescheduledreport": {
|
|
40
|
+
"name": "ExecuteScheduledReport",
|
|
41
|
+
"description": "Grants permission to execute a scheduled report",
|
|
42
|
+
"accessLevel": "Write",
|
|
43
|
+
"resourceTypes": [],
|
|
44
|
+
"conditionKeys": [],
|
|
45
|
+
"dependentActions": []
|
|
46
|
+
},
|
|
18
47
|
"getdashboard": {
|
|
19
48
|
"name": "GetDashboard",
|
|
20
49
|
"description": "Grants permission to get dashboard information",
|
|
@@ -31,6 +60,14 @@
|
|
|
31
60
|
"conditionKeys": [],
|
|
32
61
|
"dependentActions": []
|
|
33
62
|
},
|
|
63
|
+
"getscheduledreport": {
|
|
64
|
+
"name": "GetScheduledReport",
|
|
65
|
+
"description": "Grants permission to get scheduled report information",
|
|
66
|
+
"accessLevel": "Read",
|
|
67
|
+
"resourceTypes": [],
|
|
68
|
+
"conditionKeys": [],
|
|
69
|
+
"dependentActions": []
|
|
70
|
+
},
|
|
34
71
|
"listdashboards": {
|
|
35
72
|
"name": "ListDashboards",
|
|
36
73
|
"description": "Grants permission to list information about all of the dashboards for a user",
|
|
@@ -39,6 +76,14 @@
|
|
|
39
76
|
"conditionKeys": [],
|
|
40
77
|
"dependentActions": []
|
|
41
78
|
},
|
|
79
|
+
"listscheduledreports": {
|
|
80
|
+
"name": "ListScheduledReports",
|
|
81
|
+
"description": "Grants permission to list information about all of the scheduled reports for a user",
|
|
82
|
+
"accessLevel": "List",
|
|
83
|
+
"resourceTypes": [],
|
|
84
|
+
"conditionKeys": [],
|
|
85
|
+
"dependentActions": []
|
|
86
|
+
},
|
|
42
87
|
"listtagsforresource": {
|
|
43
88
|
"name": "ListTagsForResource",
|
|
44
89
|
"description": "Grants permission to list all of the tags for a resource",
|
|
@@ -75,5 +120,13 @@
|
|
|
75
120
|
"resourceTypes": [],
|
|
76
121
|
"conditionKeys": [],
|
|
77
122
|
"dependentActions": []
|
|
123
|
+
},
|
|
124
|
+
"updatescheduledreport": {
|
|
125
|
+
"name": "UpdateScheduledReport",
|
|
126
|
+
"description": "Grants permission to update an existing scheduled report",
|
|
127
|
+
"accessLevel": "Write",
|
|
128
|
+
"resourceTypes": [],
|
|
129
|
+
"conditionKeys": [],
|
|
130
|
+
"dependentActions": []
|
|
78
131
|
}
|
|
79
132
|
}
|
|
@@ -369,6 +369,29 @@
|
|
|
369
369
|
"conditionKeys": [],
|
|
370
370
|
"dependentActions": []
|
|
371
371
|
},
|
|
372
|
+
"createregistry": {
|
|
373
|
+
"name": "CreateRegistry",
|
|
374
|
+
"description": "Grants permission to create a new registry",
|
|
375
|
+
"accessLevel": "Write",
|
|
376
|
+
"resourceTypes": [],
|
|
377
|
+
"conditionKeys": [],
|
|
378
|
+
"dependentActions": []
|
|
379
|
+
},
|
|
380
|
+
"createregistryrecord": {
|
|
381
|
+
"name": "CreateRegistryRecord",
|
|
382
|
+
"description": "Grants permission to create a new registry record",
|
|
383
|
+
"accessLevel": "Write",
|
|
384
|
+
"resourceTypes": [
|
|
385
|
+
{
|
|
386
|
+
"name": "registry",
|
|
387
|
+
"required": true,
|
|
388
|
+
"conditionKeys": [],
|
|
389
|
+
"dependentActions": []
|
|
390
|
+
}
|
|
391
|
+
],
|
|
392
|
+
"conditionKeys": [],
|
|
393
|
+
"dependentActions": []
|
|
394
|
+
},
|
|
372
395
|
"createworkloadidentity": {
|
|
373
396
|
"name": "CreateWorkloadIdentity",
|
|
374
397
|
"description": "Grants permission to create a new Workload Identity",
|
|
@@ -660,6 +683,36 @@
|
|
|
660
683
|
"conditionKeys": [],
|
|
661
684
|
"dependentActions": []
|
|
662
685
|
},
|
|
686
|
+
"deleteregistry": {
|
|
687
|
+
"name": "DeleteRegistry",
|
|
688
|
+
"description": "Grants permission to delete an existing registry",
|
|
689
|
+
"accessLevel": "Write",
|
|
690
|
+
"resourceTypes": [
|
|
691
|
+
{
|
|
692
|
+
"name": "registry",
|
|
693
|
+
"required": true,
|
|
694
|
+
"conditionKeys": [],
|
|
695
|
+
"dependentActions": []
|
|
696
|
+
}
|
|
697
|
+
],
|
|
698
|
+
"conditionKeys": [],
|
|
699
|
+
"dependentActions": []
|
|
700
|
+
},
|
|
701
|
+
"deleteregistryrecord": {
|
|
702
|
+
"name": "DeleteRegistryRecord",
|
|
703
|
+
"description": "Grants permission to delete an existing registry record",
|
|
704
|
+
"accessLevel": "Write",
|
|
705
|
+
"resourceTypes": [
|
|
706
|
+
{
|
|
707
|
+
"name": "registry-record",
|
|
708
|
+
"required": true,
|
|
709
|
+
"conditionKeys": [],
|
|
710
|
+
"dependentActions": []
|
|
711
|
+
}
|
|
712
|
+
],
|
|
713
|
+
"conditionKeys": [],
|
|
714
|
+
"dependentActions": []
|
|
715
|
+
},
|
|
663
716
|
"deleteresourcepolicy": {
|
|
664
717
|
"name": "DeleteResourcePolicy",
|
|
665
718
|
"description": "Grants permission to delete the resource-based policy for a Bedrock resource",
|
|
@@ -1074,6 +1127,36 @@
|
|
|
1074
1127
|
"conditionKeys": [],
|
|
1075
1128
|
"dependentActions": []
|
|
1076
1129
|
},
|
|
1130
|
+
"getregistry": {
|
|
1131
|
+
"name": "GetRegistry",
|
|
1132
|
+
"description": "Grants permission to retrieve an existing registry",
|
|
1133
|
+
"accessLevel": "Read",
|
|
1134
|
+
"resourceTypes": [
|
|
1135
|
+
{
|
|
1136
|
+
"name": "registry",
|
|
1137
|
+
"required": true,
|
|
1138
|
+
"conditionKeys": [],
|
|
1139
|
+
"dependentActions": []
|
|
1140
|
+
}
|
|
1141
|
+
],
|
|
1142
|
+
"conditionKeys": [],
|
|
1143
|
+
"dependentActions": []
|
|
1144
|
+
},
|
|
1145
|
+
"getregistryrecord": {
|
|
1146
|
+
"name": "GetRegistryRecord",
|
|
1147
|
+
"description": "Grants permission to retrieve an existing registry record",
|
|
1148
|
+
"accessLevel": "Read",
|
|
1149
|
+
"resourceTypes": [
|
|
1150
|
+
{
|
|
1151
|
+
"name": "registry-record",
|
|
1152
|
+
"required": true,
|
|
1153
|
+
"conditionKeys": [],
|
|
1154
|
+
"dependentActions": []
|
|
1155
|
+
}
|
|
1156
|
+
],
|
|
1157
|
+
"conditionKeys": [],
|
|
1158
|
+
"dependentActions": []
|
|
1159
|
+
},
|
|
1077
1160
|
"getresourceapikey": {
|
|
1078
1161
|
"name": "GetResourceApiKey",
|
|
1079
1162
|
"description": "Grants permission to retrieve an API Key associated with an Api Key Credential Provider",
|
|
@@ -1416,6 +1499,21 @@
|
|
|
1416
1499
|
"conditionKeys": [],
|
|
1417
1500
|
"dependentActions": []
|
|
1418
1501
|
},
|
|
1502
|
+
"invokeregistrymcp": {
|
|
1503
|
+
"name": "InvokeRegistryMcp",
|
|
1504
|
+
"description": "Grants permission to invoke an MCP operation against an existing registry",
|
|
1505
|
+
"accessLevel": "Read",
|
|
1506
|
+
"resourceTypes": [
|
|
1507
|
+
{
|
|
1508
|
+
"name": "registry",
|
|
1509
|
+
"required": true,
|
|
1510
|
+
"conditionKeys": [],
|
|
1511
|
+
"dependentActions": []
|
|
1512
|
+
}
|
|
1513
|
+
],
|
|
1514
|
+
"conditionKeys": [],
|
|
1515
|
+
"dependentActions": []
|
|
1516
|
+
},
|
|
1419
1517
|
"listactors": {
|
|
1420
1518
|
"name": "ListActors",
|
|
1421
1519
|
"description": "Grants permission to list Actors",
|
|
@@ -1707,6 +1805,29 @@
|
|
|
1707
1805
|
"conditionKeys": [],
|
|
1708
1806
|
"dependentActions": []
|
|
1709
1807
|
},
|
|
1808
|
+
"listregistries": {
|
|
1809
|
+
"name": "ListRegistries",
|
|
1810
|
+
"description": "Grants permission to list existing registries",
|
|
1811
|
+
"accessLevel": "List",
|
|
1812
|
+
"resourceTypes": [],
|
|
1813
|
+
"conditionKeys": [],
|
|
1814
|
+
"dependentActions": []
|
|
1815
|
+
},
|
|
1816
|
+
"listregistryrecords": {
|
|
1817
|
+
"name": "ListRegistryRecords",
|
|
1818
|
+
"description": "Grants permission to list existing registry records in a registry",
|
|
1819
|
+
"accessLevel": "List",
|
|
1820
|
+
"resourceTypes": [
|
|
1821
|
+
{
|
|
1822
|
+
"name": "registry",
|
|
1823
|
+
"required": true,
|
|
1824
|
+
"conditionKeys": [],
|
|
1825
|
+
"dependentActions": []
|
|
1826
|
+
}
|
|
1827
|
+
],
|
|
1828
|
+
"conditionKeys": [],
|
|
1829
|
+
"dependentActions": []
|
|
1830
|
+
},
|
|
1710
1831
|
"listsessions": {
|
|
1711
1832
|
"name": "ListSessions",
|
|
1712
1833
|
"description": "Grants permission to list sessions",
|
|
@@ -1957,6 +2078,21 @@
|
|
|
1957
2078
|
"conditionKeys": [],
|
|
1958
2079
|
"dependentActions": []
|
|
1959
2080
|
},
|
|
2081
|
+
"searchregistryrecords": {
|
|
2082
|
+
"name": "SearchRegistryRecords",
|
|
2083
|
+
"description": "Grants permission to search for registry records",
|
|
2084
|
+
"accessLevel": "Read",
|
|
2085
|
+
"resourceTypes": [
|
|
2086
|
+
{
|
|
2087
|
+
"name": "registry",
|
|
2088
|
+
"required": true,
|
|
2089
|
+
"conditionKeys": [],
|
|
2090
|
+
"dependentActions": []
|
|
2091
|
+
}
|
|
2092
|
+
],
|
|
2093
|
+
"conditionKeys": [],
|
|
2094
|
+
"dependentActions": []
|
|
2095
|
+
},
|
|
1960
2096
|
"settokenvaultcmk": {
|
|
1961
2097
|
"name": "SetTokenVaultCMK",
|
|
1962
2098
|
"description": "Grants permission to associate a Customer Managed Key (CMK) or a Service Managed Key with a specific TokenVault",
|
|
@@ -2117,6 +2253,21 @@
|
|
|
2117
2253
|
"conditionKeys": [],
|
|
2118
2254
|
"dependentActions": []
|
|
2119
2255
|
},
|
|
2256
|
+
"submitregistryrecordforapproval": {
|
|
2257
|
+
"name": "SubmitRegistryRecordForApproval",
|
|
2258
|
+
"description": "Grants permission to submit a registry record for approval",
|
|
2259
|
+
"accessLevel": "Write",
|
|
2260
|
+
"resourceTypes": [
|
|
2261
|
+
{
|
|
2262
|
+
"name": "registry-record",
|
|
2263
|
+
"required": true,
|
|
2264
|
+
"conditionKeys": [],
|
|
2265
|
+
"dependentActions": []
|
|
2266
|
+
}
|
|
2267
|
+
],
|
|
2268
|
+
"conditionKeys": [],
|
|
2269
|
+
"dependentActions": []
|
|
2270
|
+
},
|
|
2120
2271
|
"synchronizegatewaytargets": {
|
|
2121
2272
|
"name": "SynchronizeGatewayTargets",
|
|
2122
2273
|
"isPermissionOnly": true,
|
|
@@ -2545,6 +2696,51 @@
|
|
|
2545
2696
|
"conditionKeys": [],
|
|
2546
2697
|
"dependentActions": []
|
|
2547
2698
|
},
|
|
2699
|
+
"updateregistry": {
|
|
2700
|
+
"name": "UpdateRegistry",
|
|
2701
|
+
"description": "Grants permission to update an existing registry",
|
|
2702
|
+
"accessLevel": "Write",
|
|
2703
|
+
"resourceTypes": [
|
|
2704
|
+
{
|
|
2705
|
+
"name": "registry",
|
|
2706
|
+
"required": true,
|
|
2707
|
+
"conditionKeys": [],
|
|
2708
|
+
"dependentActions": []
|
|
2709
|
+
}
|
|
2710
|
+
],
|
|
2711
|
+
"conditionKeys": [],
|
|
2712
|
+
"dependentActions": []
|
|
2713
|
+
},
|
|
2714
|
+
"updateregistryrecord": {
|
|
2715
|
+
"name": "UpdateRegistryRecord",
|
|
2716
|
+
"description": "Grants permission to update an existing registry record",
|
|
2717
|
+
"accessLevel": "Write",
|
|
2718
|
+
"resourceTypes": [
|
|
2719
|
+
{
|
|
2720
|
+
"name": "registry-record",
|
|
2721
|
+
"required": true,
|
|
2722
|
+
"conditionKeys": [],
|
|
2723
|
+
"dependentActions": []
|
|
2724
|
+
}
|
|
2725
|
+
],
|
|
2726
|
+
"conditionKeys": [],
|
|
2727
|
+
"dependentActions": []
|
|
2728
|
+
},
|
|
2729
|
+
"updateregistryrecordstatus": {
|
|
2730
|
+
"name": "UpdateRegistryRecordStatus",
|
|
2731
|
+
"description": "Grants permission to update the status of a registry record",
|
|
2732
|
+
"accessLevel": "Write",
|
|
2733
|
+
"resourceTypes": [
|
|
2734
|
+
{
|
|
2735
|
+
"name": "registry-record",
|
|
2736
|
+
"required": true,
|
|
2737
|
+
"conditionKeys": [],
|
|
2738
|
+
"dependentActions": []
|
|
2739
|
+
}
|
|
2740
|
+
],
|
|
2741
|
+
"conditionKeys": [],
|
|
2742
|
+
"dependentActions": []
|
|
2743
|
+
},
|
|
2548
2744
|
"updateworkloadidentity": {
|
|
2549
2745
|
"name": "UpdateWorkloadIdentity",
|
|
2550
2746
|
"description": "Grants permission to update the metadata of an existing Workload Identity",
|
|
@@ -939,6 +939,21 @@
|
|
|
939
939
|
"conditionKeys": [],
|
|
940
940
|
"dependentActions": []
|
|
941
941
|
},
|
|
942
|
+
"getmonitorsettings": {
|
|
943
|
+
"name": "GetMonitorSettings",
|
|
944
|
+
"description": "Grants permission to get settings for a monitor",
|
|
945
|
+
"accessLevel": "Read",
|
|
946
|
+
"resourceTypes": [
|
|
947
|
+
{
|
|
948
|
+
"name": "monitor",
|
|
949
|
+
"required": true,
|
|
950
|
+
"conditionKeys": [],
|
|
951
|
+
"dependentActions": []
|
|
952
|
+
}
|
|
953
|
+
],
|
|
954
|
+
"conditionKeys": [],
|
|
955
|
+
"dependentActions": []
|
|
956
|
+
},
|
|
942
957
|
"getqueue": {
|
|
943
958
|
"name": "GetQueue",
|
|
944
959
|
"description": "Grants permission to get a queue",
|
|
@@ -2064,6 +2079,21 @@
|
|
|
2064
2079
|
"sso:UpdateApplication"
|
|
2065
2080
|
]
|
|
2066
2081
|
},
|
|
2082
|
+
"updatemonitorsettings": {
|
|
2083
|
+
"name": "UpdateMonitorSettings",
|
|
2084
|
+
"description": "Grants permission to update settings for a monitor",
|
|
2085
|
+
"accessLevel": "Write",
|
|
2086
|
+
"resourceTypes": [
|
|
2087
|
+
{
|
|
2088
|
+
"name": "monitor",
|
|
2089
|
+
"required": true,
|
|
2090
|
+
"conditionKeys": [],
|
|
2091
|
+
"dependentActions": []
|
|
2092
|
+
}
|
|
2093
|
+
],
|
|
2094
|
+
"conditionKeys": [],
|
|
2095
|
+
"dependentActions": []
|
|
2096
|
+
},
|
|
2067
2097
|
"updatequeue": {
|
|
2068
2098
|
"name": "UpdateQueue",
|
|
2069
2099
|
"description": "Grants permission to update a queue",
|