@cloud-copilot/iam-data 0.15.202601141 → 0.15.202601151
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/mgn.json +16 -0
- package/data/conditionKeys/sts.json +2 -2
- package/package.json +2 -2
package/data/actions/mgn.json
CHANGED
|
@@ -469,6 +469,14 @@
|
|
|
469
469
|
"conditionKeys": [],
|
|
470
470
|
"dependentActions": []
|
|
471
471
|
},
|
|
472
|
+
"getaccountsettings": {
|
|
473
|
+
"name": "GetAccountSettings",
|
|
474
|
+
"description": "Grants permission to get account settings",
|
|
475
|
+
"accessLevel": "Read",
|
|
476
|
+
"resourceTypes": [],
|
|
477
|
+
"conditionKeys": [],
|
|
478
|
+
"dependentActions": []
|
|
479
|
+
},
|
|
472
480
|
"getagentcommandformgn": {
|
|
473
481
|
"name": "GetAgentCommandForMgn",
|
|
474
482
|
"isPermissionOnly": true,
|
|
@@ -2012,6 +2020,14 @@
|
|
|
2012
2020
|
],
|
|
2013
2021
|
"dependentActions": []
|
|
2014
2022
|
},
|
|
2023
|
+
"updateaccountsettings": {
|
|
2024
|
+
"name": "UpdateAccountSettings",
|
|
2025
|
+
"description": "Grants permission to update account settings",
|
|
2026
|
+
"accessLevel": "Write",
|
|
2027
|
+
"resourceTypes": [],
|
|
2028
|
+
"conditionKeys": [],
|
|
2029
|
+
"dependentActions": []
|
|
2030
|
+
},
|
|
2015
2031
|
"updateagentbacklogformgn": {
|
|
2016
2032
|
"name": "UpdateAgentBacklogForMgn",
|
|
2017
2033
|
"isPermissionOnly": true,
|
|
@@ -226,8 +226,8 @@
|
|
|
226
226
|
},
|
|
227
227
|
"sts:durationseconds": {
|
|
228
228
|
"key": "sts:DurationSeconds",
|
|
229
|
-
"description": "Filters access by the duration in seconds when getting a bearer token",
|
|
230
|
-
"type": "
|
|
229
|
+
"description": "Filters access by the duration in seconds when getting a bearer token or a JSON Web Token (JWT) from the GetWebIdentityToken API",
|
|
230
|
+
"type": "Numeric"
|
|
231
231
|
},
|
|
232
232
|
"sts:externalid": {
|
|
233
233
|
"key": "sts:ExternalId",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202601151",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-01-
|
|
9
|
+
"updatedAt": "2026-01-15T05:02:14.426Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|