@happyvertical/smrt-secrets 0.44.0 → 0.45.0
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/dist/chunks/{SecretService-BWw6jJog.js → SecretService-NXQlvac6.js} +2 -2
- package/dist/chunks/{SecretService-BWw6jJog.js.map → SecretService-NXQlvac6.js.map} +1 -1
- package/dist/chunks/{TenantKey-BDtyLJyI.js → TenantKey-CZmezeMG.js} +2 -2
- package/dist/chunks/{TenantKey-BDtyLJyI.js.map → TenantKey-CZmezeMG.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/manifest.json +1 -1
- package/dist/models/index.js +1 -1
- package/dist/services/SecretService.js +1 -1
- package/dist/smrt-knowledge.json +969 -6
- package/package.json +4 -4
package/dist/smrt-knowledge.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"sensitiveFieldsExcluded": true,
|
|
4
4
|
"generatedAt": "1970-01-01T00:00:00.000Z",
|
|
5
5
|
"packageName": "@happyvertical/smrt-secrets",
|
|
6
|
-
"packageVersion": "0.
|
|
6
|
+
"packageVersion": "0.45.0",
|
|
7
7
|
"sourceManifestPath": "dist/manifest.json",
|
|
8
8
|
"agentDocPath": "AGENTS.md",
|
|
9
9
|
"sourceHashes": {
|
|
10
|
-
"manifest": "
|
|
11
|
-
"packageJson": "
|
|
10
|
+
"manifest": "bb03250f03b1cfc0ec30b008b51ede5b707e94a404d446cd669c74ee4c97a39e",
|
|
11
|
+
"packageJson": "c81580a94ed1219f89f3b1561b837e8e54561ca5ac66b2ea596cddff4289fd7e",
|
|
12
12
|
"agents": "96fe8095cb8a2673fb8752fdc2940b53ce09d83c42715396ba6812ce215e990b"
|
|
13
13
|
},
|
|
14
14
|
"exports": [
|
|
@@ -138,7 +138,168 @@
|
|
|
138
138
|
"returns": "Promise<SecretAuditLog[]>"
|
|
139
139
|
}
|
|
140
140
|
],
|
|
141
|
-
"surfaces": [
|
|
141
|
+
"surfaces": [
|
|
142
|
+
{
|
|
143
|
+
"kind": "api",
|
|
144
|
+
"name": "secretauditlogs.listLogs",
|
|
145
|
+
"operation": "listLogs",
|
|
146
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
147
|
+
"path": "/secretauditlogs/listLogs",
|
|
148
|
+
"method": "POST"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"kind": "api",
|
|
152
|
+
"name": "secretauditlogs.getSecretHistory",
|
|
153
|
+
"operation": "getSecretHistory",
|
|
154
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
155
|
+
"path": "/secretauditlogs/getSecretHistory",
|
|
156
|
+
"method": "POST"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"kind": "api",
|
|
160
|
+
"name": "secretauditlogs.getUserActivity",
|
|
161
|
+
"operation": "getUserActivity",
|
|
162
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
163
|
+
"path": "/secretauditlogs/getUserActivity",
|
|
164
|
+
"method": "POST"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"kind": "api",
|
|
168
|
+
"name": "secretauditlogs.getRecentFailures",
|
|
169
|
+
"operation": "getRecentFailures",
|
|
170
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
171
|
+
"path": "/secretauditlogs/getRecentFailures",
|
|
172
|
+
"method": "POST"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"kind": "api",
|
|
176
|
+
"name": "secretauditlogs.getRecentDenials",
|
|
177
|
+
"operation": "getRecentDenials",
|
|
178
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
179
|
+
"path": "/secretauditlogs/getRecentDenials",
|
|
180
|
+
"method": "POST"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"kind": "api",
|
|
184
|
+
"name": "secretauditlogs.countByAction",
|
|
185
|
+
"operation": "countByAction",
|
|
186
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
187
|
+
"path": "/secretauditlogs/countByAction",
|
|
188
|
+
"method": "POST"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"kind": "api",
|
|
192
|
+
"name": "secretauditlogs.countByResult",
|
|
193
|
+
"operation": "countByResult",
|
|
194
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
195
|
+
"path": "/secretauditlogs/countByResult",
|
|
196
|
+
"method": "POST"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"kind": "api",
|
|
200
|
+
"name": "secretauditlogs.cleanup",
|
|
201
|
+
"operation": "cleanup",
|
|
202
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
203
|
+
"path": "/secretauditlogs/cleanup",
|
|
204
|
+
"method": "POST"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"kind": "cli",
|
|
208
|
+
"name": "secretauditlogcollection_listLogs",
|
|
209
|
+
"operation": "listLogs",
|
|
210
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"kind": "cli",
|
|
214
|
+
"name": "secretauditlogcollection_getSecretHistory",
|
|
215
|
+
"operation": "getSecretHistory",
|
|
216
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"kind": "cli",
|
|
220
|
+
"name": "secretauditlogcollection_getUserActivity",
|
|
221
|
+
"operation": "getUserActivity",
|
|
222
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"kind": "cli",
|
|
226
|
+
"name": "secretauditlogcollection_getRecentFailures",
|
|
227
|
+
"operation": "getRecentFailures",
|
|
228
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"kind": "cli",
|
|
232
|
+
"name": "secretauditlogcollection_getRecentDenials",
|
|
233
|
+
"operation": "getRecentDenials",
|
|
234
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"kind": "cli",
|
|
238
|
+
"name": "secretauditlogcollection_countByAction",
|
|
239
|
+
"operation": "countByAction",
|
|
240
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"kind": "cli",
|
|
244
|
+
"name": "secretauditlogcollection_countByResult",
|
|
245
|
+
"operation": "countByResult",
|
|
246
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"kind": "cli",
|
|
250
|
+
"name": "secretauditlogcollection_cleanup",
|
|
251
|
+
"operation": "cleanup",
|
|
252
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"kind": "mcp",
|
|
256
|
+
"name": "secretauditlogcollection_listlogs",
|
|
257
|
+
"operation": "listLogs",
|
|
258
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"kind": "mcp",
|
|
262
|
+
"name": "secretauditlogcollection_getsecrethistory",
|
|
263
|
+
"operation": "getSecretHistory",
|
|
264
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"kind": "mcp",
|
|
268
|
+
"name": "secretauditlogcollection_getuseractivity",
|
|
269
|
+
"operation": "getUserActivity",
|
|
270
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"kind": "mcp",
|
|
274
|
+
"name": "secretauditlogcollection_getrecentfailures",
|
|
275
|
+
"operation": "getRecentFailures",
|
|
276
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"kind": "mcp",
|
|
280
|
+
"name": "secretauditlogcollection_getrecentdenials",
|
|
281
|
+
"operation": "getRecentDenials",
|
|
282
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"kind": "mcp",
|
|
286
|
+
"name": "secretauditlogcollection_countbyaction",
|
|
287
|
+
"operation": "countByAction",
|
|
288
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"kind": "mcp",
|
|
292
|
+
"name": "secretauditlogcollection_countbyresult",
|
|
293
|
+
"operation": "countByResult",
|
|
294
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"kind": "mcp",
|
|
298
|
+
"name": "secretauditlogcollection_cleanup",
|
|
299
|
+
"operation": "cleanup",
|
|
300
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
301
|
+
}
|
|
302
|
+
],
|
|
142
303
|
"relationshipFeatures": [
|
|
143
304
|
"uuidColumns"
|
|
144
305
|
],
|
|
@@ -235,7 +396,168 @@
|
|
|
235
396
|
"returns": "Promise<Secret[]>"
|
|
236
397
|
}
|
|
237
398
|
],
|
|
238
|
-
"surfaces": [
|
|
399
|
+
"surfaces": [
|
|
400
|
+
{
|
|
401
|
+
"kind": "api",
|
|
402
|
+
"name": "secrets.findByName",
|
|
403
|
+
"operation": "findByName",
|
|
404
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
405
|
+
"path": "/secrets/findByName",
|
|
406
|
+
"method": "POST"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"kind": "api",
|
|
410
|
+
"name": "secrets.listSecrets",
|
|
411
|
+
"operation": "listSecrets",
|
|
412
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
413
|
+
"path": "/secrets/listSecrets",
|
|
414
|
+
"method": "POST"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"kind": "api",
|
|
418
|
+
"name": "secrets.listActive",
|
|
419
|
+
"operation": "listActive",
|
|
420
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
421
|
+
"path": "/secrets/listActive",
|
|
422
|
+
"method": "POST"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"kind": "api",
|
|
426
|
+
"name": "secrets.listByCategory",
|
|
427
|
+
"operation": "listByCategory",
|
|
428
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
429
|
+
"path": "/secrets/listByCategory",
|
|
430
|
+
"method": "POST"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"kind": "api",
|
|
434
|
+
"name": "secrets.listExpiring",
|
|
435
|
+
"operation": "listExpiring",
|
|
436
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
437
|
+
"path": "/secrets/listExpiring",
|
|
438
|
+
"method": "POST"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"kind": "api",
|
|
442
|
+
"name": "secrets.getCategories",
|
|
443
|
+
"operation": "getCategories",
|
|
444
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
445
|
+
"path": "/secrets/getCategories",
|
|
446
|
+
"method": "POST"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"kind": "api",
|
|
450
|
+
"name": "secrets.countByStatus",
|
|
451
|
+
"operation": "countByStatus",
|
|
452
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
453
|
+
"path": "/secrets/countByStatus",
|
|
454
|
+
"method": "POST"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"kind": "api",
|
|
458
|
+
"name": "secrets.deleteByName",
|
|
459
|
+
"operation": "deleteByName",
|
|
460
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
461
|
+
"path": "/secrets/deleteByName",
|
|
462
|
+
"method": "POST"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"kind": "cli",
|
|
466
|
+
"name": "secretcollection_findByName",
|
|
467
|
+
"operation": "findByName",
|
|
468
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"kind": "cli",
|
|
472
|
+
"name": "secretcollection_listSecrets",
|
|
473
|
+
"operation": "listSecrets",
|
|
474
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"kind": "cli",
|
|
478
|
+
"name": "secretcollection_listActive",
|
|
479
|
+
"operation": "listActive",
|
|
480
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"kind": "cli",
|
|
484
|
+
"name": "secretcollection_listByCategory",
|
|
485
|
+
"operation": "listByCategory",
|
|
486
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"kind": "cli",
|
|
490
|
+
"name": "secretcollection_listExpiring",
|
|
491
|
+
"operation": "listExpiring",
|
|
492
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"kind": "cli",
|
|
496
|
+
"name": "secretcollection_getCategories",
|
|
497
|
+
"operation": "getCategories",
|
|
498
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"kind": "cli",
|
|
502
|
+
"name": "secretcollection_countByStatus",
|
|
503
|
+
"operation": "countByStatus",
|
|
504
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"kind": "cli",
|
|
508
|
+
"name": "secretcollection_deleteByName",
|
|
509
|
+
"operation": "deleteByName",
|
|
510
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"kind": "mcp",
|
|
514
|
+
"name": "secretcollection_findbyname",
|
|
515
|
+
"operation": "findByName",
|
|
516
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"kind": "mcp",
|
|
520
|
+
"name": "secretcollection_listsecrets",
|
|
521
|
+
"operation": "listSecrets",
|
|
522
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"kind": "mcp",
|
|
526
|
+
"name": "secretcollection_listactive",
|
|
527
|
+
"operation": "listActive",
|
|
528
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"kind": "mcp",
|
|
532
|
+
"name": "secretcollection_listbycategory",
|
|
533
|
+
"operation": "listByCategory",
|
|
534
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"kind": "mcp",
|
|
538
|
+
"name": "secretcollection_listexpiring",
|
|
539
|
+
"operation": "listExpiring",
|
|
540
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"kind": "mcp",
|
|
544
|
+
"name": "secretcollection_getcategories",
|
|
545
|
+
"operation": "getCategories",
|
|
546
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"kind": "mcp",
|
|
550
|
+
"name": "secretcollection_countbystatus",
|
|
551
|
+
"operation": "countByStatus",
|
|
552
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"kind": "mcp",
|
|
556
|
+
"name": "secretcollection_deletebyname",
|
|
557
|
+
"operation": "deleteByName",
|
|
558
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
559
|
+
}
|
|
560
|
+
],
|
|
239
561
|
"relationshipFeatures": [
|
|
240
562
|
"uuidColumns"
|
|
241
563
|
],
|
|
@@ -320,7 +642,168 @@
|
|
|
320
642
|
"returns": "Promise<boolean>"
|
|
321
643
|
}
|
|
322
644
|
],
|
|
323
|
-
"surfaces": [
|
|
645
|
+
"surfaces": [
|
|
646
|
+
{
|
|
647
|
+
"kind": "api",
|
|
648
|
+
"name": "tenantkeys.getActiveKey",
|
|
649
|
+
"operation": "getActiveKey",
|
|
650
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
651
|
+
"path": "/tenantkeys/getActiveKey",
|
|
652
|
+
"method": "POST"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"kind": "api",
|
|
656
|
+
"name": "tenantkeys.listKeyVersions",
|
|
657
|
+
"operation": "listKeyVersions",
|
|
658
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
659
|
+
"path": "/tenantkeys/listKeyVersions",
|
|
660
|
+
"method": "POST"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"kind": "api",
|
|
664
|
+
"name": "tenantkeys.getKeyVersion",
|
|
665
|
+
"operation": "getKeyVersion",
|
|
666
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
667
|
+
"path": "/tenantkeys/getKeyVersion",
|
|
668
|
+
"method": "POST"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"kind": "api",
|
|
672
|
+
"name": "tenantkeys.findKeysNeedingRotation",
|
|
673
|
+
"operation": "findKeysNeedingRotation",
|
|
674
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
675
|
+
"path": "/tenantkeys/findKeysNeedingRotation",
|
|
676
|
+
"method": "POST"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"kind": "api",
|
|
680
|
+
"name": "tenantkeys.listAllActiveKeys",
|
|
681
|
+
"operation": "listAllActiveKeys",
|
|
682
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
683
|
+
"path": "/tenantkeys/listAllActiveKeys",
|
|
684
|
+
"method": "POST"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"kind": "api",
|
|
688
|
+
"name": "tenantkeys.countByStatus",
|
|
689
|
+
"operation": "countByStatus",
|
|
690
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
691
|
+
"path": "/tenantkeys/countByStatus",
|
|
692
|
+
"method": "POST"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"kind": "api",
|
|
696
|
+
"name": "tenantkeys.markCompromised",
|
|
697
|
+
"operation": "markCompromised",
|
|
698
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
699
|
+
"path": "/tenantkeys/markCompromised",
|
|
700
|
+
"method": "POST"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"kind": "api",
|
|
704
|
+
"name": "tenantkeys.cleanupRetiredKeys",
|
|
705
|
+
"operation": "cleanupRetiredKeys",
|
|
706
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
707
|
+
"path": "/tenantkeys/cleanupRetiredKeys",
|
|
708
|
+
"method": "POST"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"kind": "cli",
|
|
712
|
+
"name": "tenantkeycollection_getActiveKey",
|
|
713
|
+
"operation": "getActiveKey",
|
|
714
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"kind": "cli",
|
|
718
|
+
"name": "tenantkeycollection_listKeyVersions",
|
|
719
|
+
"operation": "listKeyVersions",
|
|
720
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"kind": "cli",
|
|
724
|
+
"name": "tenantkeycollection_getKeyVersion",
|
|
725
|
+
"operation": "getKeyVersion",
|
|
726
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"kind": "cli",
|
|
730
|
+
"name": "tenantkeycollection_findKeysNeedingRotation",
|
|
731
|
+
"operation": "findKeysNeedingRotation",
|
|
732
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"kind": "cli",
|
|
736
|
+
"name": "tenantkeycollection_listAllActiveKeys",
|
|
737
|
+
"operation": "listAllActiveKeys",
|
|
738
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"kind": "cli",
|
|
742
|
+
"name": "tenantkeycollection_countByStatus",
|
|
743
|
+
"operation": "countByStatus",
|
|
744
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"kind": "cli",
|
|
748
|
+
"name": "tenantkeycollection_markCompromised",
|
|
749
|
+
"operation": "markCompromised",
|
|
750
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"kind": "cli",
|
|
754
|
+
"name": "tenantkeycollection_cleanupRetiredKeys",
|
|
755
|
+
"operation": "cleanupRetiredKeys",
|
|
756
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"kind": "mcp",
|
|
760
|
+
"name": "tenantkeycollection_getactivekey",
|
|
761
|
+
"operation": "getActiveKey",
|
|
762
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"kind": "mcp",
|
|
766
|
+
"name": "tenantkeycollection_listkeyversions",
|
|
767
|
+
"operation": "listKeyVersions",
|
|
768
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"kind": "mcp",
|
|
772
|
+
"name": "tenantkeycollection_getkeyversion",
|
|
773
|
+
"operation": "getKeyVersion",
|
|
774
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"kind": "mcp",
|
|
778
|
+
"name": "tenantkeycollection_findkeysneedingrotation",
|
|
779
|
+
"operation": "findKeysNeedingRotation",
|
|
780
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"kind": "mcp",
|
|
784
|
+
"name": "tenantkeycollection_listallactivekeys",
|
|
785
|
+
"operation": "listAllActiveKeys",
|
|
786
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"kind": "mcp",
|
|
790
|
+
"name": "tenantkeycollection_countbystatus",
|
|
791
|
+
"operation": "countByStatus",
|
|
792
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"kind": "mcp",
|
|
796
|
+
"name": "tenantkeycollection_markcompromised",
|
|
797
|
+
"operation": "markCompromised",
|
|
798
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"kind": "mcp",
|
|
802
|
+
"name": "tenantkeycollection_cleanupretiredkeys",
|
|
803
|
+
"operation": "cleanupRetiredKeys",
|
|
804
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
805
|
+
}
|
|
806
|
+
],
|
|
324
807
|
"relationshipFeatures": [
|
|
325
808
|
"uuidColumns"
|
|
326
809
|
],
|
|
@@ -740,6 +1223,486 @@
|
|
|
740
1223
|
}
|
|
741
1224
|
],
|
|
742
1225
|
"surfaces": [
|
|
1226
|
+
{
|
|
1227
|
+
"kind": "api",
|
|
1228
|
+
"name": "secretauditlogs.listLogs",
|
|
1229
|
+
"operation": "listLogs",
|
|
1230
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
1231
|
+
"path": "/secretauditlogs/listLogs",
|
|
1232
|
+
"method": "POST"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"kind": "api",
|
|
1236
|
+
"name": "secretauditlogs.getSecretHistory",
|
|
1237
|
+
"operation": "getSecretHistory",
|
|
1238
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
1239
|
+
"path": "/secretauditlogs/getSecretHistory",
|
|
1240
|
+
"method": "POST"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"kind": "api",
|
|
1244
|
+
"name": "secretauditlogs.getUserActivity",
|
|
1245
|
+
"operation": "getUserActivity",
|
|
1246
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
1247
|
+
"path": "/secretauditlogs/getUserActivity",
|
|
1248
|
+
"method": "POST"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"kind": "api",
|
|
1252
|
+
"name": "secretauditlogs.getRecentFailures",
|
|
1253
|
+
"operation": "getRecentFailures",
|
|
1254
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
1255
|
+
"path": "/secretauditlogs/getRecentFailures",
|
|
1256
|
+
"method": "POST"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"kind": "api",
|
|
1260
|
+
"name": "secretauditlogs.getRecentDenials",
|
|
1261
|
+
"operation": "getRecentDenials",
|
|
1262
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
1263
|
+
"path": "/secretauditlogs/getRecentDenials",
|
|
1264
|
+
"method": "POST"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"kind": "api",
|
|
1268
|
+
"name": "secretauditlogs.countByAction",
|
|
1269
|
+
"operation": "countByAction",
|
|
1270
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
1271
|
+
"path": "/secretauditlogs/countByAction",
|
|
1272
|
+
"method": "POST"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"kind": "api",
|
|
1276
|
+
"name": "secretauditlogs.countByResult",
|
|
1277
|
+
"operation": "countByResult",
|
|
1278
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
1279
|
+
"path": "/secretauditlogs/countByResult",
|
|
1280
|
+
"method": "POST"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"kind": "api",
|
|
1284
|
+
"name": "secretauditlogs.cleanup",
|
|
1285
|
+
"operation": "cleanup",
|
|
1286
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection",
|
|
1287
|
+
"path": "/secretauditlogs/cleanup",
|
|
1288
|
+
"method": "POST"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"kind": "cli",
|
|
1292
|
+
"name": "secretauditlogcollection_listLogs",
|
|
1293
|
+
"operation": "listLogs",
|
|
1294
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"kind": "cli",
|
|
1298
|
+
"name": "secretauditlogcollection_getSecretHistory",
|
|
1299
|
+
"operation": "getSecretHistory",
|
|
1300
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"kind": "cli",
|
|
1304
|
+
"name": "secretauditlogcollection_getUserActivity",
|
|
1305
|
+
"operation": "getUserActivity",
|
|
1306
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"kind": "cli",
|
|
1310
|
+
"name": "secretauditlogcollection_getRecentFailures",
|
|
1311
|
+
"operation": "getRecentFailures",
|
|
1312
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"kind": "cli",
|
|
1316
|
+
"name": "secretauditlogcollection_getRecentDenials",
|
|
1317
|
+
"operation": "getRecentDenials",
|
|
1318
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"kind": "cli",
|
|
1322
|
+
"name": "secretauditlogcollection_countByAction",
|
|
1323
|
+
"operation": "countByAction",
|
|
1324
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"kind": "cli",
|
|
1328
|
+
"name": "secretauditlogcollection_countByResult",
|
|
1329
|
+
"operation": "countByResult",
|
|
1330
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"kind": "cli",
|
|
1334
|
+
"name": "secretauditlogcollection_cleanup",
|
|
1335
|
+
"operation": "cleanup",
|
|
1336
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"kind": "mcp",
|
|
1340
|
+
"name": "secretauditlogcollection_listlogs",
|
|
1341
|
+
"operation": "listLogs",
|
|
1342
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"kind": "mcp",
|
|
1346
|
+
"name": "secretauditlogcollection_getsecrethistory",
|
|
1347
|
+
"operation": "getSecretHistory",
|
|
1348
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"kind": "mcp",
|
|
1352
|
+
"name": "secretauditlogcollection_getuseractivity",
|
|
1353
|
+
"operation": "getUserActivity",
|
|
1354
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"kind": "mcp",
|
|
1358
|
+
"name": "secretauditlogcollection_getrecentfailures",
|
|
1359
|
+
"operation": "getRecentFailures",
|
|
1360
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"kind": "mcp",
|
|
1364
|
+
"name": "secretauditlogcollection_getrecentdenials",
|
|
1365
|
+
"operation": "getRecentDenials",
|
|
1366
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"kind": "mcp",
|
|
1370
|
+
"name": "secretauditlogcollection_countbyaction",
|
|
1371
|
+
"operation": "countByAction",
|
|
1372
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"kind": "mcp",
|
|
1376
|
+
"name": "secretauditlogcollection_countbyresult",
|
|
1377
|
+
"operation": "countByResult",
|
|
1378
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"kind": "mcp",
|
|
1382
|
+
"name": "secretauditlogcollection_cleanup",
|
|
1383
|
+
"operation": "cleanup",
|
|
1384
|
+
"objectName": "@happyvertical/smrt-secrets:SecretAuditLogCollection"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"kind": "api",
|
|
1388
|
+
"name": "secrets.findByName",
|
|
1389
|
+
"operation": "findByName",
|
|
1390
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
1391
|
+
"path": "/secrets/findByName",
|
|
1392
|
+
"method": "POST"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"kind": "api",
|
|
1396
|
+
"name": "secrets.listSecrets",
|
|
1397
|
+
"operation": "listSecrets",
|
|
1398
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
1399
|
+
"path": "/secrets/listSecrets",
|
|
1400
|
+
"method": "POST"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"kind": "api",
|
|
1404
|
+
"name": "secrets.listActive",
|
|
1405
|
+
"operation": "listActive",
|
|
1406
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
1407
|
+
"path": "/secrets/listActive",
|
|
1408
|
+
"method": "POST"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"kind": "api",
|
|
1412
|
+
"name": "secrets.listByCategory",
|
|
1413
|
+
"operation": "listByCategory",
|
|
1414
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
1415
|
+
"path": "/secrets/listByCategory",
|
|
1416
|
+
"method": "POST"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"kind": "api",
|
|
1420
|
+
"name": "secrets.listExpiring",
|
|
1421
|
+
"operation": "listExpiring",
|
|
1422
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
1423
|
+
"path": "/secrets/listExpiring",
|
|
1424
|
+
"method": "POST"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"kind": "api",
|
|
1428
|
+
"name": "secrets.getCategories",
|
|
1429
|
+
"operation": "getCategories",
|
|
1430
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
1431
|
+
"path": "/secrets/getCategories",
|
|
1432
|
+
"method": "POST"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"kind": "api",
|
|
1436
|
+
"name": "secrets.countByStatus",
|
|
1437
|
+
"operation": "countByStatus",
|
|
1438
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
1439
|
+
"path": "/secrets/countByStatus",
|
|
1440
|
+
"method": "POST"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"kind": "api",
|
|
1444
|
+
"name": "secrets.deleteByName",
|
|
1445
|
+
"operation": "deleteByName",
|
|
1446
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection",
|
|
1447
|
+
"path": "/secrets/deleteByName",
|
|
1448
|
+
"method": "POST"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"kind": "cli",
|
|
1452
|
+
"name": "secretcollection_findByName",
|
|
1453
|
+
"operation": "findByName",
|
|
1454
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"kind": "cli",
|
|
1458
|
+
"name": "secretcollection_listSecrets",
|
|
1459
|
+
"operation": "listSecrets",
|
|
1460
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"kind": "cli",
|
|
1464
|
+
"name": "secretcollection_listActive",
|
|
1465
|
+
"operation": "listActive",
|
|
1466
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"kind": "cli",
|
|
1470
|
+
"name": "secretcollection_listByCategory",
|
|
1471
|
+
"operation": "listByCategory",
|
|
1472
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"kind": "cli",
|
|
1476
|
+
"name": "secretcollection_listExpiring",
|
|
1477
|
+
"operation": "listExpiring",
|
|
1478
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"kind": "cli",
|
|
1482
|
+
"name": "secretcollection_getCategories",
|
|
1483
|
+
"operation": "getCategories",
|
|
1484
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"kind": "cli",
|
|
1488
|
+
"name": "secretcollection_countByStatus",
|
|
1489
|
+
"operation": "countByStatus",
|
|
1490
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"kind": "cli",
|
|
1494
|
+
"name": "secretcollection_deleteByName",
|
|
1495
|
+
"operation": "deleteByName",
|
|
1496
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"kind": "mcp",
|
|
1500
|
+
"name": "secretcollection_findbyname",
|
|
1501
|
+
"operation": "findByName",
|
|
1502
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"kind": "mcp",
|
|
1506
|
+
"name": "secretcollection_listsecrets",
|
|
1507
|
+
"operation": "listSecrets",
|
|
1508
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"kind": "mcp",
|
|
1512
|
+
"name": "secretcollection_listactive",
|
|
1513
|
+
"operation": "listActive",
|
|
1514
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"kind": "mcp",
|
|
1518
|
+
"name": "secretcollection_listbycategory",
|
|
1519
|
+
"operation": "listByCategory",
|
|
1520
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"kind": "mcp",
|
|
1524
|
+
"name": "secretcollection_listexpiring",
|
|
1525
|
+
"operation": "listExpiring",
|
|
1526
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"kind": "mcp",
|
|
1530
|
+
"name": "secretcollection_getcategories",
|
|
1531
|
+
"operation": "getCategories",
|
|
1532
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"kind": "mcp",
|
|
1536
|
+
"name": "secretcollection_countbystatus",
|
|
1537
|
+
"operation": "countByStatus",
|
|
1538
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"kind": "mcp",
|
|
1542
|
+
"name": "secretcollection_deletebyname",
|
|
1543
|
+
"operation": "deleteByName",
|
|
1544
|
+
"objectName": "@happyvertical/smrt-secrets:SecretCollection"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"kind": "api",
|
|
1548
|
+
"name": "tenantkeys.getActiveKey",
|
|
1549
|
+
"operation": "getActiveKey",
|
|
1550
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
1551
|
+
"path": "/tenantkeys/getActiveKey",
|
|
1552
|
+
"method": "POST"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"kind": "api",
|
|
1556
|
+
"name": "tenantkeys.listKeyVersions",
|
|
1557
|
+
"operation": "listKeyVersions",
|
|
1558
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
1559
|
+
"path": "/tenantkeys/listKeyVersions",
|
|
1560
|
+
"method": "POST"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"kind": "api",
|
|
1564
|
+
"name": "tenantkeys.getKeyVersion",
|
|
1565
|
+
"operation": "getKeyVersion",
|
|
1566
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
1567
|
+
"path": "/tenantkeys/getKeyVersion",
|
|
1568
|
+
"method": "POST"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"kind": "api",
|
|
1572
|
+
"name": "tenantkeys.findKeysNeedingRotation",
|
|
1573
|
+
"operation": "findKeysNeedingRotation",
|
|
1574
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
1575
|
+
"path": "/tenantkeys/findKeysNeedingRotation",
|
|
1576
|
+
"method": "POST"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"kind": "api",
|
|
1580
|
+
"name": "tenantkeys.listAllActiveKeys",
|
|
1581
|
+
"operation": "listAllActiveKeys",
|
|
1582
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
1583
|
+
"path": "/tenantkeys/listAllActiveKeys",
|
|
1584
|
+
"method": "POST"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"kind": "api",
|
|
1588
|
+
"name": "tenantkeys.countByStatus",
|
|
1589
|
+
"operation": "countByStatus",
|
|
1590
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
1591
|
+
"path": "/tenantkeys/countByStatus",
|
|
1592
|
+
"method": "POST"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"kind": "api",
|
|
1596
|
+
"name": "tenantkeys.markCompromised",
|
|
1597
|
+
"operation": "markCompromised",
|
|
1598
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
1599
|
+
"path": "/tenantkeys/markCompromised",
|
|
1600
|
+
"method": "POST"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"kind": "api",
|
|
1604
|
+
"name": "tenantkeys.cleanupRetiredKeys",
|
|
1605
|
+
"operation": "cleanupRetiredKeys",
|
|
1606
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection",
|
|
1607
|
+
"path": "/tenantkeys/cleanupRetiredKeys",
|
|
1608
|
+
"method": "POST"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"kind": "cli",
|
|
1612
|
+
"name": "tenantkeycollection_getActiveKey",
|
|
1613
|
+
"operation": "getActiveKey",
|
|
1614
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"kind": "cli",
|
|
1618
|
+
"name": "tenantkeycollection_listKeyVersions",
|
|
1619
|
+
"operation": "listKeyVersions",
|
|
1620
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"kind": "cli",
|
|
1624
|
+
"name": "tenantkeycollection_getKeyVersion",
|
|
1625
|
+
"operation": "getKeyVersion",
|
|
1626
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"kind": "cli",
|
|
1630
|
+
"name": "tenantkeycollection_findKeysNeedingRotation",
|
|
1631
|
+
"operation": "findKeysNeedingRotation",
|
|
1632
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"kind": "cli",
|
|
1636
|
+
"name": "tenantkeycollection_listAllActiveKeys",
|
|
1637
|
+
"operation": "listAllActiveKeys",
|
|
1638
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"kind": "cli",
|
|
1642
|
+
"name": "tenantkeycollection_countByStatus",
|
|
1643
|
+
"operation": "countByStatus",
|
|
1644
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"kind": "cli",
|
|
1648
|
+
"name": "tenantkeycollection_markCompromised",
|
|
1649
|
+
"operation": "markCompromised",
|
|
1650
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"kind": "cli",
|
|
1654
|
+
"name": "tenantkeycollection_cleanupRetiredKeys",
|
|
1655
|
+
"operation": "cleanupRetiredKeys",
|
|
1656
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"kind": "mcp",
|
|
1660
|
+
"name": "tenantkeycollection_getactivekey",
|
|
1661
|
+
"operation": "getActiveKey",
|
|
1662
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"kind": "mcp",
|
|
1666
|
+
"name": "tenantkeycollection_listkeyversions",
|
|
1667
|
+
"operation": "listKeyVersions",
|
|
1668
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"kind": "mcp",
|
|
1672
|
+
"name": "tenantkeycollection_getkeyversion",
|
|
1673
|
+
"operation": "getKeyVersion",
|
|
1674
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"kind": "mcp",
|
|
1678
|
+
"name": "tenantkeycollection_findkeysneedingrotation",
|
|
1679
|
+
"operation": "findKeysNeedingRotation",
|
|
1680
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"kind": "mcp",
|
|
1684
|
+
"name": "tenantkeycollection_listallactivekeys",
|
|
1685
|
+
"operation": "listAllActiveKeys",
|
|
1686
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"kind": "mcp",
|
|
1690
|
+
"name": "tenantkeycollection_countbystatus",
|
|
1691
|
+
"operation": "countByStatus",
|
|
1692
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"kind": "mcp",
|
|
1696
|
+
"name": "tenantkeycollection_markcompromised",
|
|
1697
|
+
"operation": "markCompromised",
|
|
1698
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"kind": "mcp",
|
|
1702
|
+
"name": "tenantkeycollection_cleanupretiredkeys",
|
|
1703
|
+
"operation": "cleanupRetiredKeys",
|
|
1704
|
+
"objectName": "@happyvertical/smrt-secrets:TenantKeyCollection"
|
|
1705
|
+
},
|
|
743
1706
|
{
|
|
744
1707
|
"kind": "cli",
|
|
745
1708
|
"name": "secret_list",
|