@cloud-copilot/iam-data 0.15.202602061 → 0.15.202602071

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.
@@ -110,45 +110,6 @@
110
110
  "accounts.google.com:aud",
111
111
  "accounts.google.com:oaud",
112
112
  "accounts.google.com:sub",
113
- "accounts.google.com:organization_number",
114
- "token.actions.githubusercontent.com:actor",
115
- "token.actions.githubusercontent.com:actor_id",
116
- "token.actions.githubusercontent.com:enterprise_id",
117
- "token.actions.githubusercontent.com:environment",
118
- "token.actions.githubusercontent.com:job_workflow_ref",
119
- "token.actions.githubusercontent.com:ref",
120
- "token.actions.githubusercontent.com:repository",
121
- "token.actions.githubusercontent.com:repository_id",
122
- "token.actions.githubusercontent.com:workflow",
123
- "token.actions.githubusercontent.com/${SubPath}:actor",
124
- "token.actions.githubusercontent.com/${SubPath}:actor_id",
125
- "token.actions.githubusercontent.com/${SubPath}:enterprise_id",
126
- "token.actions.githubusercontent.com/${SubPath}:environment",
127
- "token.actions.githubusercontent.com/${SubPath}:job_workflow_ref",
128
- "token.actions.githubusercontent.com/${SubPath}:ref",
129
- "token.actions.githubusercontent.com/${SubPath}:repository",
130
- "token.actions.githubusercontent.com/${SubPath}:repository_id",
131
- "token.actions.githubusercontent.com/${SubPath}:workflow",
132
- "token.actions.${Domain}.ghe.com:actor",
133
- "token.actions.${Domain}.ghe.com:actor_id",
134
- "token.actions.${Domain}.ghe.com:enterprise_id",
135
- "token.actions.${Domain}.ghe.com:environment",
136
- "token.actions.${Domain}.ghe.com:job_workflow_ref",
137
- "token.actions.${Domain}.ghe.com:ref",
138
- "token.actions.${Domain}.ghe.com:repository",
139
- "token.actions.${Domain}.ghe.com:repository_id",
140
- "token.actions.${Domain}.ghe.com:workflow",
141
- "github.com/enterprises/${EnterpriseName}:actor",
142
- "github.com/enterprises/${EnterpriseName}:actor_id",
143
- "github.com/enterprises/${EnterpriseName}:enterprise_id",
144
- "github.com/enterprises/${EnterpriseName}:environment",
145
- "github.com/enterprises/${EnterpriseName}:job_workflow_ref",
146
- "github.com/enterprises/${EnterpriseName}:ref",
147
- "github.com/enterprises/${EnterpriseName}:repository",
148
- "github.com/enterprises/${EnterpriseName}:repository_id",
149
- "github.com/enterprises/${EnterpriseName}:workflow",
150
- "oidc.circleci.com/org/${OrgId}:project_id",
151
- "idcs-${OciUniqueIdentifier}.identity.oraclecloud.com:rpst_id",
152
113
  "aws:TagKeys",
153
114
  "aws:RequestTag/${TagKey}",
154
115
  "sts:TransitiveTagKeys",
@@ -9,11 +9,6 @@
9
9
  "description": "Filters access by the Google audience",
10
10
  "type": "String"
11
11
  },
12
- "accounts.google.com:organization_number": {
13
- "key": "accounts.google.com:organization_number",
14
- "description": "Filters access by the organization number that the Google identity belongs to",
15
- "type": "String"
16
- },
17
12
  "accounts.google.com:sub": {
18
13
  "key": "accounts.google.com:sub",
19
14
  "description": "Filters access by the subject of the claim (the Google user ID)",
@@ -49,51 +44,6 @@
49
44
  "description": "Filters access by the subject of the claim (the Amazon Cognito user ID)",
50
45
  "type": "String"
51
46
  },
52
- "github.com/enterprises/${enterprisename}:actor": {
53
- "key": "github.com/enterprises/${EnterpriseName}:actor",
54
- "description": "Filters access by the personal account that initiated the workflow run",
55
- "type": "String"
56
- },
57
- "github.com/enterprises/${enterprisename}:actor_id": {
58
- "key": "github.com/enterprises/${EnterpriseName}:actor_id",
59
- "description": "Filters access by the ID of the personal account that initiated the workflow run",
60
- "type": "String"
61
- },
62
- "github.com/enterprises/${enterprisename}:enterprise_id": {
63
- "key": "github.com/enterprises/${EnterpriseName}:enterprise_id",
64
- "description": "Filters access by the ID of the enterprise that contains the repository from where the workflow is running",
65
- "type": "String"
66
- },
67
- "github.com/enterprises/${enterprisename}:environment": {
68
- "key": "github.com/enterprises/${EnterpriseName}:environment",
69
- "description": "Filters access by the name of the environment used by the job",
70
- "type": "String"
71
- },
72
- "github.com/enterprises/${enterprisename}:job_workflow_ref": {
73
- "key": "github.com/enterprises/${EnterpriseName}:job_workflow_ref",
74
- "description": "Filters access by the reference path to the reusable workflow for jobs using a reusable workflow",
75
- "type": "String"
76
- },
77
- "github.com/enterprises/${enterprisename}:ref": {
78
- "key": "github.com/enterprises/${EnterpriseName}:ref",
79
- "description": "Filters access by the git ref (branch or tag) that triggered the workflow run",
80
- "type": "String"
81
- },
82
- "github.com/enterprises/${enterprisename}:repository": {
83
- "key": "github.com/enterprises/${EnterpriseName}:repository",
84
- "description": "Filters access by the repository from where the workflow is running",
85
- "type": "String"
86
- },
87
- "github.com/enterprises/${enterprisename}:repository_id": {
88
- "key": "github.com/enterprises/${EnterpriseName}:repository_id",
89
- "description": "Filters access by the ID of the repository from where the workflow is running",
90
- "type": "String"
91
- },
92
- "github.com/enterprises/${enterprisename}:workflow": {
93
- "key": "github.com/enterprises/${EnterpriseName}:workflow",
94
- "description": "Filters access by the name of the workflow",
95
- "type": "String"
96
- },
97
47
  "graph.facebook.com:app_id": {
98
48
  "key": "graph.facebook.com:app_id",
99
49
  "description": "Filters access by the Facebook application ID",
@@ -109,16 +59,6 @@
109
59
  "description": "Filters access by the tags that are attached to the role that is being assumed",
110
60
  "type": "String"
111
61
  },
112
- "idcs-${ociuniqueidentifier}.identity.oraclecloud.com:rpst_id": {
113
- "key": "idcs-${OciUniqueIdentifier}.identity.oraclecloud.com:rpst_id",
114
- "description": "Filters access by the OCI resource principal session token ID",
115
- "type": "String"
116
- },
117
- "oidc.circleci.com/org/${orgid}:project_id": {
118
- "key": "oidc.circleci.com/org/${OrgId}:project_id",
119
- "description": "Filters access by the CircleCI project ID",
120
- "type": "String"
121
- },
122
62
  "saml:aud": {
123
63
  "key": "saml:aud",
124
64
  "description": "Filters access by the endpoint URL to which SAML assertions are presented",
@@ -334,141 +274,6 @@
334
274
  "description": "Filters access by the transitive tag keys that are passed in the request",
335
275
  "type": "ArrayOfString"
336
276
  },
337
- "token.actions.${domain}.ghe.com:actor": {
338
- "key": "token.actions.${Domain}.ghe.com:actor",
339
- "description": "Filters access by the personal account that initiated the workflow run",
340
- "type": "String"
341
- },
342
- "token.actions.${domain}.ghe.com:actor_id": {
343
- "key": "token.actions.${Domain}.ghe.com:actor_id",
344
- "description": "Filters access by the ID of the personal account that initiated the workflow run",
345
- "type": "String"
346
- },
347
- "token.actions.${domain}.ghe.com:enterprise_id": {
348
- "key": "token.actions.${Domain}.ghe.com:enterprise_id",
349
- "description": "Filters access by the ID of the enterprise that contains the repository from where the workflow is running",
350
- "type": "String"
351
- },
352
- "token.actions.${domain}.ghe.com:environment": {
353
- "key": "token.actions.${Domain}.ghe.com:environment",
354
- "description": "Filters access by the name of the environment used by the job",
355
- "type": "String"
356
- },
357
- "token.actions.${domain}.ghe.com:job_workflow_ref": {
358
- "key": "token.actions.${Domain}.ghe.com:job_workflow_ref",
359
- "description": "Filters access by the reference path to the reusable workflow for jobs using a reusable workflow",
360
- "type": "String"
361
- },
362
- "token.actions.${domain}.ghe.com:ref": {
363
- "key": "token.actions.${Domain}.ghe.com:ref",
364
- "description": "Filters access by the git ref (branch or tag) that triggered the workflow run",
365
- "type": "String"
366
- },
367
- "token.actions.${domain}.ghe.com:repository": {
368
- "key": "token.actions.${Domain}.ghe.com:repository",
369
- "description": "Filters access by the repository from where the workflow is running",
370
- "type": "String"
371
- },
372
- "token.actions.${domain}.ghe.com:repository_id": {
373
- "key": "token.actions.${Domain}.ghe.com:repository_id",
374
- "description": "Filters access by the ID of the repository from where the workflow is running",
375
- "type": "String"
376
- },
377
- "token.actions.${domain}.ghe.com:workflow": {
378
- "key": "token.actions.${Domain}.ghe.com:workflow",
379
- "description": "Filters access by the name of the workflow",
380
- "type": "String"
381
- },
382
- "token.actions.githubusercontent.com/${subpath}:actor": {
383
- "key": "token.actions.githubusercontent.com/${SubPath}:actor",
384
- "description": "Filters access by the personal account that initiated the workflow run",
385
- "type": "String"
386
- },
387
- "token.actions.githubusercontent.com/${subpath}:actor_id": {
388
- "key": "token.actions.githubusercontent.com/${SubPath}:actor_id",
389
- "description": "Filters access by the ID of the personal account that initiated the workflow run",
390
- "type": "String"
391
- },
392
- "token.actions.githubusercontent.com/${subpath}:enterprise_id": {
393
- "key": "token.actions.githubusercontent.com/${SubPath}:enterprise_id",
394
- "description": "Filters access by the ID of the enterprise that contains the repository from where the workflow is running",
395
- "type": "String"
396
- },
397
- "token.actions.githubusercontent.com/${subpath}:environment": {
398
- "key": "token.actions.githubusercontent.com/${SubPath}:environment",
399
- "description": "Filters access by the name of the environment used by the job",
400
- "type": "String"
401
- },
402
- "token.actions.githubusercontent.com/${subpath}:job_workflow_ref": {
403
- "key": "token.actions.githubusercontent.com/${SubPath}:job_workflow_ref",
404
- "description": "Filters access by the reference path to the reusable workflow for jobs using a reusable workflow",
405
- "type": "String"
406
- },
407
- "token.actions.githubusercontent.com/${subpath}:ref": {
408
- "key": "token.actions.githubusercontent.com/${SubPath}:ref",
409
- "description": "Filters access by the git ref (branch or tag) that triggered the workflow run",
410
- "type": "String"
411
- },
412
- "token.actions.githubusercontent.com/${subpath}:repository": {
413
- "key": "token.actions.githubusercontent.com/${SubPath}:repository",
414
- "description": "Filters access by the repository from where the workflow is running",
415
- "type": "String"
416
- },
417
- "token.actions.githubusercontent.com/${subpath}:repository_id": {
418
- "key": "token.actions.githubusercontent.com/${SubPath}:repository_id",
419
- "description": "Filters access by the ID of the repository from where the workflow is running",
420
- "type": "String"
421
- },
422
- "token.actions.githubusercontent.com/${subpath}:workflow": {
423
- "key": "token.actions.githubusercontent.com/${SubPath}:workflow",
424
- "description": "Filters access by the name of the workflow",
425
- "type": "String"
426
- },
427
- "token.actions.githubusercontent.com:actor": {
428
- "key": "token.actions.githubusercontent.com:actor",
429
- "description": "Filters access by the personal account that initiated the workflow run",
430
- "type": "String"
431
- },
432
- "token.actions.githubusercontent.com:actor_id": {
433
- "key": "token.actions.githubusercontent.com:actor_id",
434
- "description": "Filters access by the ID of the personal account that initiated the workflow run",
435
- "type": "String"
436
- },
437
- "token.actions.githubusercontent.com:enterprise_id": {
438
- "key": "token.actions.githubusercontent.com:enterprise_id",
439
- "description": "Filters access by the ID of the enterprise that contains the repository from where the workflow is running",
440
- "type": "String"
441
- },
442
- "token.actions.githubusercontent.com:environment": {
443
- "key": "token.actions.githubusercontent.com:environment",
444
- "description": "Filters access by the name of the environment used by the job",
445
- "type": "String"
446
- },
447
- "token.actions.githubusercontent.com:job_workflow_ref": {
448
- "key": "token.actions.githubusercontent.com:job_workflow_ref",
449
- "description": "Filters access by the reference path to the reusable workflow for jobs using a reusable workflow",
450
- "type": "String"
451
- },
452
- "token.actions.githubusercontent.com:ref": {
453
- "key": "token.actions.githubusercontent.com:ref",
454
- "description": "Filters access by the git ref (branch or tag) that triggered the workflow run",
455
- "type": "String"
456
- },
457
- "token.actions.githubusercontent.com:repository": {
458
- "key": "token.actions.githubusercontent.com:repository",
459
- "description": "Filters access by the repository from where the workflow is running",
460
- "type": "String"
461
- },
462
- "token.actions.githubusercontent.com:repository_id": {
463
- "key": "token.actions.githubusercontent.com:repository_id",
464
- "description": "Filters access by the ID of the repository from where the workflow is running",
465
- "type": "String"
466
- },
467
- "token.actions.githubusercontent.com:workflow": {
468
- "key": "token.actions.githubusercontent.com:workflow",
469
- "description": "Filters access by the name of the workflow",
470
- "type": "String"
471
- },
472
277
  "www.amazon.com:app_id": {
473
278
  "key": "www.amazon.com:app_id",
474
279
  "description": "Filters access by the Login with Amazon application ID",
@@ -63,48 +63,9 @@
63
63
  "securityhub:ASFFSyntaxPath/.+?": "securityhub:ASFFSyntaxPath/${ASFFSyntaxPath}",
64
64
  "securityhub:OCSFSyntaxPath/.+?": "securityhub:OCSFSyntaxPath/${OCSFSyntaxPath}"
65
65
  },
66
- "github.com/enterprises/${EnterpriseName}": {
67
- "github.com/enterprises/.+?:actor": "github.com/enterprises/${EnterpriseName}:actor",
68
- "github.com/enterprises/.+?:actor_id": "github.com/enterprises/${EnterpriseName}:actor_id",
69
- "github.com/enterprises/.+?:enterprise_id": "github.com/enterprises/${EnterpriseName}:enterprise_id",
70
- "github.com/enterprises/.+?:environment": "github.com/enterprises/${EnterpriseName}:environment",
71
- "github.com/enterprises/.+?:job_workflow_ref": "github.com/enterprises/${EnterpriseName}:job_workflow_ref",
72
- "github.com/enterprises/.+?:ref": "github.com/enterprises/${EnterpriseName}:ref",
73
- "github.com/enterprises/.+?:repository": "github.com/enterprises/${EnterpriseName}:repository",
74
- "github.com/enterprises/.+?:repository_id": "github.com/enterprises/${EnterpriseName}:repository_id",
75
- "github.com/enterprises/.+?:workflow": "github.com/enterprises/${EnterpriseName}:workflow"
76
- },
77
- "idcs-${OciUniqueIdentifier}.identity.oraclecloud.com": {
78
- "idcs-.+?.identity.oraclecloud.com:rpst_id": "idcs-${OciUniqueIdentifier}.identity.oraclecloud.com:rpst_id"
79
- },
80
- "oidc.circleci.com/org/${OrgId}": {
81
- "oidc.circleci.com/org/.+?:project_id": "oidc.circleci.com/org/${OrgId}:project_id"
82
- },
83
66
  "sts": {
84
67
  "sts:RequestContext/.+?": "sts:RequestContext/${ContextKey}"
85
68
  },
86
- "token.actions.${Domain}.ghe.com": {
87
- "token.actions..+?.ghe.com:actor": "token.actions.${Domain}.ghe.com:actor",
88
- "token.actions..+?.ghe.com:actor_id": "token.actions.${Domain}.ghe.com:actor_id",
89
- "token.actions..+?.ghe.com:enterprise_id": "token.actions.${Domain}.ghe.com:enterprise_id",
90
- "token.actions..+?.ghe.com:environment": "token.actions.${Domain}.ghe.com:environment",
91
- "token.actions..+?.ghe.com:job_workflow_ref": "token.actions.${Domain}.ghe.com:job_workflow_ref",
92
- "token.actions..+?.ghe.com:ref": "token.actions.${Domain}.ghe.com:ref",
93
- "token.actions..+?.ghe.com:repository": "token.actions.${Domain}.ghe.com:repository",
94
- "token.actions..+?.ghe.com:repository_id": "token.actions.${Domain}.ghe.com:repository_id",
95
- "token.actions..+?.ghe.com:workflow": "token.actions.${Domain}.ghe.com:workflow"
96
- },
97
- "token.actions.githubusercontent.com/${SubPath}": {
98
- "token.actions.githubusercontent.com/.+?:actor": "token.actions.githubusercontent.com/${SubPath}:actor",
99
- "token.actions.githubusercontent.com/.+?:actor_id": "token.actions.githubusercontent.com/${SubPath}:actor_id",
100
- "token.actions.githubusercontent.com/.+?:enterprise_id": "token.actions.githubusercontent.com/${SubPath}:enterprise_id",
101
- "token.actions.githubusercontent.com/.+?:environment": "token.actions.githubusercontent.com/${SubPath}:environment",
102
- "token.actions.githubusercontent.com/.+?:job_workflow_ref": "token.actions.githubusercontent.com/${SubPath}:job_workflow_ref",
103
- "token.actions.githubusercontent.com/.+?:ref": "token.actions.githubusercontent.com/${SubPath}:ref",
104
- "token.actions.githubusercontent.com/.+?:repository": "token.actions.githubusercontent.com/${SubPath}:repository",
105
- "token.actions.githubusercontent.com/.+?:repository_id": "token.actions.githubusercontent.com/${SubPath}:repository_id",
106
- "token.actions.githubusercontent.com/.+?:workflow": "token.actions.githubusercontent.com/${SubPath}:workflow"
107
- },
108
69
  "ssm": {
109
70
  "ssm:resourceTag/.+?": "ssm:resourceTag/${TagKey}"
110
71
  },
@@ -11,30 +11,12 @@
11
11
  "cognito-identity.amazonaws.com": [
12
12
  "sts"
13
13
  ],
14
- "github.com/enterprises/${EnterpriseName}": [
15
- "sts"
16
- ],
17
14
  "graph.facebook.com": [
18
15
  "sts"
19
16
  ],
20
- "idcs-${OciUniqueIdentifier}.identity.oraclecloud.com": [
21
- "sts"
22
- ],
23
- "oidc.circleci.com/org/${OrgId}": [
24
- "sts"
25
- ],
26
17
  "saml": [
27
18
  "sts"
28
19
  ],
29
- "token.actions.${Domain}.ghe.com": [
30
- "sts"
31
- ],
32
- "token.actions.githubusercontent.com/${SubPath}": [
33
- "sts"
34
- ],
35
- "token.actions.githubusercontent.com": [
36
- "sts"
37
- ],
38
20
  "www.amazon.com": [
39
21
  "sts"
40
22
  ],
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202602061",
3
+ "version": "0.15.202602071",
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-02-06T05:41:26.378Z",
9
+ "updatedAt": "2026-02-07T05:30:08.774Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",