@cloud-copilot/iam-data 0.15.202510241 → 0.15.202510251
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.
|
@@ -14,6 +14,16 @@
|
|
|
14
14
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
16
|
},
|
|
17
|
+
"identitycenter:applicationarn": {
|
|
18
|
+
"key": "identitycenter:ApplicationArn",
|
|
19
|
+
"description": "Filters access by the ARN of the IAM Identity Center application",
|
|
20
|
+
"type": "ARN"
|
|
21
|
+
},
|
|
22
|
+
"identitycenter:instancearn": {
|
|
23
|
+
"key": "identitycenter:InstanceArn",
|
|
24
|
+
"description": "Filters access by the ARN of the IAM Identity Center instance",
|
|
25
|
+
"type": "ARN"
|
|
26
|
+
},
|
|
17
27
|
"sso:applicationaccount": {
|
|
18
28
|
"key": "sso:ApplicationAccount",
|
|
19
29
|
"description": "Filters access by the account which creates the application. This condition key is not supported for customer managed SAML applications",
|
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.202510251",
|
|
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": "2025-10-
|
|
9
|
+
"updatedAt": "2025-10-25T04:45:09.053Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|