@itentialopensource/adapter-digicert_pki 0.1.1

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.
Files changed (87) hide show
  1. package/.eslintignore +6 -0
  2. package/.eslintrc.js +18 -0
  3. package/.gitlab/.gitkeep +0 -0
  4. package/.gitlab/issue_templates/.gitkeep +0 -0
  5. package/.gitlab/issue_templates/Default.md +17 -0
  6. package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
  7. package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
  8. package/.jshintrc +0 -0
  9. package/AUTH.md +39 -0
  10. package/BROKER.md +199 -0
  11. package/CALLS.md +356 -0
  12. package/CHANGELOG.md +9 -0
  13. package/CODE_OF_CONDUCT.md +43 -0
  14. package/CONTRIBUTING.md +172 -0
  15. package/ENHANCE.md +69 -0
  16. package/LICENSE +201 -0
  17. package/PROPERTIES.md +641 -0
  18. package/README.md +337 -0
  19. package/SUMMARY.md +9 -0
  20. package/SYSTEMINFO.md +11 -0
  21. package/TROUBLESHOOT.md +47 -0
  22. package/adapter.js +3945 -0
  23. package/adapterBase.js +1787 -0
  24. package/entities/.generic/action.json +214 -0
  25. package/entities/.generic/schema.json +28 -0
  26. package/entities/.system/action.json +50 -0
  27. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  28. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  29. package/entities/.system/schema.json +19 -0
  30. package/entities/.system/schemaTokenReq.json +53 -0
  31. package/entities/.system/schemaTokenResp.json +53 -0
  32. package/entities/AuditAPI/action.json +46 -0
  33. package/entities/AuditAPI/schema.json +20 -0
  34. package/entities/CAAPI/action.json +46 -0
  35. package/entities/CAAPI/schema.json +20 -0
  36. package/entities/CertificateEnrollmentAPI/action.json +166 -0
  37. package/entities/CertificateEnrollmentAPI/schema.json +26 -0
  38. package/entities/CertificateProfileAPI/action.json +46 -0
  39. package/entities/CertificateProfileAPI/mockdatafiles/getAllProfilesUsingGET-default.json +1288 -0
  40. package/entities/CertificateProfileAPI/schema.json +20 -0
  41. package/entities/EnrollStatusAPI/action.json +25 -0
  42. package/entities/EnrollStatusAPI/mockdatafiles/enrollStatusUsingGET-default.json +17 -0
  43. package/entities/EnrollStatusAPI/schema.json +30 -0
  44. package/entities/HelloAPI/action.json +25 -0
  45. package/entities/HelloAPI/schema.json +19 -0
  46. package/entities/PROFILEAPI/action.json +124 -0
  47. package/entities/PROFILEAPI/schema.json +24 -0
  48. package/entities/SearchCertificateAPI/action.json +24 -0
  49. package/entities/SearchCertificateAPI/schema.json +19 -0
  50. package/entities/SeatManagementAPI/action.json +85 -0
  51. package/entities/SeatManagementAPI/schema.json +22 -0
  52. package/entities/UserManagementAPI/action.json +85 -0
  53. package/entities/UserManagementAPI/schema.json +33 -0
  54. package/error.json +190 -0
  55. package/package.json +86 -0
  56. package/pronghorn.json +4141 -0
  57. package/propertiesDecorators.json +14 -0
  58. package/propertiesSchema.json +1248 -0
  59. package/refs?service=git-upload-pack +0 -0
  60. package/report/DigiCert One Swagger v1.0.44.json +1 -0
  61. package/report/adapterInfo.json +10 -0
  62. package/report/creationReport.json +490 -0
  63. package/sampleProperties.json +195 -0
  64. package/test/integration/adapterTestBasicGet.js +83 -0
  65. package/test/integration/adapterTestConnectivity.js +93 -0
  66. package/test/integration/adapterTestIntegration.js +1867 -0
  67. package/test/unit/adapterBaseTestUnit.js +949 -0
  68. package/test/unit/adapterTestUnit.js +2278 -0
  69. package/utils/adapterInfo.js +206 -0
  70. package/utils/addAuth.js +94 -0
  71. package/utils/artifactize.js +146 -0
  72. package/utils/basicGet.js +50 -0
  73. package/utils/checkMigrate.js +63 -0
  74. package/utils/entitiesToDB.js +178 -0
  75. package/utils/findPath.js +74 -0
  76. package/utils/methodDocumentor.js +225 -0
  77. package/utils/modify.js +154 -0
  78. package/utils/packModificationScript.js +35 -0
  79. package/utils/patches2bundledDeps.js +90 -0
  80. package/utils/pre-commit.sh +32 -0
  81. package/utils/removeHooks.js +20 -0
  82. package/utils/setup.js +33 -0
  83. package/utils/tbScript.js +246 -0
  84. package/utils/tbUtils.js +490 -0
  85. package/utils/testRunner.js +298 -0
  86. package/utils/troubleshootingAdapter.js +195 -0
  87. package/workflows/README.md +3 -0
@@ -0,0 +1,1288 @@
1
+ [
2
+ {
3
+ "authentication": {
4
+ "approval": "string",
5
+ "attributes": [
6
+ {
7
+ "display_name": "string",
8
+ "id": "string",
9
+ "mandatory": false,
10
+ "type": "string",
11
+ "value": "string"
12
+ },
13
+ {
14
+ "display_name": "string",
15
+ "id": "string",
16
+ "mandatory": false,
17
+ "type": "string",
18
+ "value": "string"
19
+ }
20
+ ],
21
+ "method": "string",
22
+ "method_id": "string"
23
+ },
24
+ "certificate": {
25
+ "extensions": {
26
+ "san": {
27
+ "attributes": [
28
+ {
29
+ "id": "string",
30
+ "mandatory": true,
31
+ "type": "string",
32
+ "value": "string"
33
+ },
34
+ {
35
+ "id": "string",
36
+ "mandatory": true,
37
+ "type": "string",
38
+ "value": "string"
39
+ },
40
+ {
41
+ "id": "string",
42
+ "mandatory": true,
43
+ "type": "string",
44
+ "value": "string"
45
+ },
46
+ {
47
+ "id": "string",
48
+ "mandatory": false,
49
+ "type": "string",
50
+ "value": "string"
51
+ },
52
+ {
53
+ "id": "string",
54
+ "mandatory": true,
55
+ "type": "string",
56
+ "value": "string"
57
+ },
58
+ {
59
+ "id": "string",
60
+ "mandatory": true,
61
+ "type": "string",
62
+ "value": "string"
63
+ },
64
+ {
65
+ "id": "string",
66
+ "mandatory": true,
67
+ "type": "string",
68
+ "value": "string"
69
+ }
70
+ ],
71
+ "critical": true
72
+ }
73
+ },
74
+ "issuer": {
75
+ "certificate": "string",
76
+ "chain": [
77
+ {
78
+ "certificate": "string",
79
+ "root": false,
80
+ "serial_number": "string",
81
+ "subject_dn": "string"
82
+ },
83
+ {
84
+ "certificate": "string",
85
+ "root": false,
86
+ "serial_number": "string",
87
+ "subject_dn": "string"
88
+ }
89
+ ],
90
+ "root": true,
91
+ "serial_number": "string",
92
+ "subject_dn": "string"
93
+ },
94
+ "subject": {
95
+ "attributes": [
96
+ {
97
+ "id": "string",
98
+ "mandatory": true,
99
+ "multiple": true,
100
+ "sources": [
101
+ {
102
+ "mandatory": true,
103
+ "value": {}
104
+ },
105
+ {
106
+ "mandatory": false,
107
+ "value": {}
108
+ },
109
+ {
110
+ "mandatory": true,
111
+ "value": {}
112
+ },
113
+ {
114
+ "mandatory": false,
115
+ "value": {}
116
+ },
117
+ {
118
+ "mandatory": false,
119
+ "value": {}
120
+ },
121
+ {
122
+ "mandatory": false,
123
+ "value": {}
124
+ },
125
+ {
126
+ "mandatory": true,
127
+ "value": {}
128
+ }
129
+ ],
130
+ "type": "string",
131
+ "value": "string"
132
+ },
133
+ {
134
+ "id": "string",
135
+ "mandatory": true,
136
+ "multiple": false,
137
+ "sources": [
138
+ {
139
+ "mandatory": true,
140
+ "value": {}
141
+ },
142
+ {
143
+ "mandatory": false,
144
+ "value": {}
145
+ }
146
+ ],
147
+ "type": "string",
148
+ "value": "string"
149
+ },
150
+ {
151
+ "id": "string",
152
+ "mandatory": false,
153
+ "multiple": true,
154
+ "sources": [
155
+ {
156
+ "mandatory": false,
157
+ "value": {}
158
+ },
159
+ {
160
+ "mandatory": false,
161
+ "value": {}
162
+ },
163
+ {
164
+ "mandatory": false,
165
+ "value": {}
166
+ },
167
+ {
168
+ "mandatory": false,
169
+ "value": {}
170
+ }
171
+ ],
172
+ "type": "string",
173
+ "value": "string"
174
+ },
175
+ {
176
+ "id": "string",
177
+ "mandatory": false,
178
+ "multiple": false,
179
+ "sources": [
180
+ {
181
+ "mandatory": false,
182
+ "value": {}
183
+ },
184
+ {
185
+ "mandatory": true,
186
+ "value": {}
187
+ },
188
+ {
189
+ "mandatory": false,
190
+ "value": {}
191
+ },
192
+ {
193
+ "mandatory": false,
194
+ "value": {}
195
+ },
196
+ {
197
+ "mandatory": false,
198
+ "value": {}
199
+ },
200
+ {
201
+ "mandatory": false,
202
+ "value": {}
203
+ }
204
+ ],
205
+ "type": "string",
206
+ "value": "string"
207
+ }
208
+ ]
209
+ },
210
+ "validity": {
211
+ "duration": 3,
212
+ "unit": "string"
213
+ }
214
+ },
215
+ "certificate_delivery_format": "string",
216
+ "duplicate_cert_policy": true,
217
+ "enrollment": {
218
+ "client_type": "string",
219
+ "client_type_id": "string"
220
+ },
221
+ "id": "string",
222
+ "name": "string",
223
+ "private_key_attributes": {
224
+ "algorithm_oid": "string",
225
+ "crypto_providers": {
226
+ "provider": [
227
+ "string",
228
+ "string",
229
+ "string",
230
+ "string",
231
+ "string",
232
+ "string",
233
+ "string",
234
+ "string",
235
+ "string"
236
+ ]
237
+ },
238
+ "key_escrow_policy": {
239
+ "do_key_recovery_for_additional_enroll_request": true,
240
+ "key_escrow_deployment_mode": "string",
241
+ "key_escrow_enabled": false,
242
+ "key_recovery_dual_admin_approval_required": false
243
+ },
244
+ "key_exportable": true,
245
+ "key_protect": false,
246
+ "key_size": 1,
247
+ "key_sizes": [
248
+ 10,
249
+ 7
250
+ ]
251
+ },
252
+ "publish_to_public_directory": false,
253
+ "renewal_period_days": 3,
254
+ "signature_algorithm": "string",
255
+ "status": "string"
256
+ },
257
+ {
258
+ "authentication": {
259
+ "approval": "string",
260
+ "attributes": [
261
+ {
262
+ "display_name": "string",
263
+ "id": "string",
264
+ "mandatory": true,
265
+ "type": "string",
266
+ "value": "string"
267
+ },
268
+ {
269
+ "display_name": "string",
270
+ "id": "string",
271
+ "mandatory": false,
272
+ "type": "string",
273
+ "value": "string"
274
+ },
275
+ {
276
+ "display_name": "string",
277
+ "id": "string",
278
+ "mandatory": false,
279
+ "type": "string",
280
+ "value": "string"
281
+ },
282
+ {
283
+ "display_name": "string",
284
+ "id": "string",
285
+ "mandatory": false,
286
+ "type": "string",
287
+ "value": "string"
288
+ }
289
+ ],
290
+ "method": "string",
291
+ "method_id": "string"
292
+ },
293
+ "certificate": {
294
+ "extensions": {
295
+ "san": {
296
+ "attributes": [
297
+ {
298
+ "id": "string",
299
+ "mandatory": false,
300
+ "type": "string",
301
+ "value": "string"
302
+ },
303
+ {
304
+ "id": "string",
305
+ "mandatory": false,
306
+ "type": "string",
307
+ "value": "string"
308
+ },
309
+ {
310
+ "id": "string",
311
+ "mandatory": false,
312
+ "type": "string",
313
+ "value": "string"
314
+ },
315
+ {
316
+ "id": "string",
317
+ "mandatory": false,
318
+ "type": "string",
319
+ "value": "string"
320
+ },
321
+ {
322
+ "id": "string",
323
+ "mandatory": false,
324
+ "type": "string",
325
+ "value": "string"
326
+ },
327
+ {
328
+ "id": "string",
329
+ "mandatory": true,
330
+ "type": "string",
331
+ "value": "string"
332
+ },
333
+ {
334
+ "id": "string",
335
+ "mandatory": false,
336
+ "type": "string",
337
+ "value": "string"
338
+ }
339
+ ],
340
+ "critical": false
341
+ }
342
+ },
343
+ "issuer": {
344
+ "certificate": "string",
345
+ "chain": [
346
+ {
347
+ "certificate": "string",
348
+ "root": false,
349
+ "serial_number": "string",
350
+ "subject_dn": "string"
351
+ },
352
+ {
353
+ "certificate": "string",
354
+ "root": true,
355
+ "serial_number": "string",
356
+ "subject_dn": "string"
357
+ },
358
+ {
359
+ "certificate": "string",
360
+ "root": false,
361
+ "serial_number": "string",
362
+ "subject_dn": "string"
363
+ }
364
+ ],
365
+ "root": true,
366
+ "serial_number": "string",
367
+ "subject_dn": "string"
368
+ },
369
+ "subject": {
370
+ "attributes": [
371
+ {
372
+ "id": "string",
373
+ "mandatory": true,
374
+ "multiple": true,
375
+ "sources": [
376
+ {
377
+ "mandatory": false,
378
+ "value": {}
379
+ },
380
+ {
381
+ "mandatory": true,
382
+ "value": {}
383
+ },
384
+ {
385
+ "mandatory": false,
386
+ "value": {}
387
+ },
388
+ {
389
+ "mandatory": true,
390
+ "value": {}
391
+ },
392
+ {
393
+ "mandatory": true,
394
+ "value": {}
395
+ },
396
+ {
397
+ "mandatory": true,
398
+ "value": {}
399
+ },
400
+ {
401
+ "mandatory": true,
402
+ "value": {}
403
+ },
404
+ {
405
+ "mandatory": false,
406
+ "value": {}
407
+ },
408
+ {
409
+ "mandatory": false,
410
+ "value": {}
411
+ }
412
+ ],
413
+ "type": "string",
414
+ "value": "string"
415
+ }
416
+ ]
417
+ },
418
+ "validity": {
419
+ "duration": 6,
420
+ "unit": "string"
421
+ }
422
+ },
423
+ "certificate_delivery_format": "string",
424
+ "duplicate_cert_policy": false,
425
+ "enrollment": {
426
+ "client_type": "string",
427
+ "client_type_id": "string"
428
+ },
429
+ "id": "string",
430
+ "name": "string",
431
+ "private_key_attributes": {
432
+ "algorithm_oid": "string",
433
+ "crypto_providers": {
434
+ "provider": [
435
+ "string"
436
+ ]
437
+ },
438
+ "key_escrow_policy": {
439
+ "do_key_recovery_for_additional_enroll_request": false,
440
+ "key_escrow_deployment_mode": "string",
441
+ "key_escrow_enabled": true,
442
+ "key_recovery_dual_admin_approval_required": false
443
+ },
444
+ "key_exportable": true,
445
+ "key_protect": true,
446
+ "key_size": 8,
447
+ "key_sizes": [
448
+ 4,
449
+ 6,
450
+ 1,
451
+ 1,
452
+ 7,
453
+ 5
454
+ ]
455
+ },
456
+ "publish_to_public_directory": true,
457
+ "renewal_period_days": 4,
458
+ "signature_algorithm": "string",
459
+ "status": "string"
460
+ },
461
+ {
462
+ "authentication": {
463
+ "approval": "string",
464
+ "attributes": [
465
+ {
466
+ "display_name": "string",
467
+ "id": "string",
468
+ "mandatory": true,
469
+ "type": "string",
470
+ "value": "string"
471
+ },
472
+ {
473
+ "display_name": "string",
474
+ "id": "string",
475
+ "mandatory": false,
476
+ "type": "string",
477
+ "value": "string"
478
+ },
479
+ {
480
+ "display_name": "string",
481
+ "id": "string",
482
+ "mandatory": false,
483
+ "type": "string",
484
+ "value": "string"
485
+ },
486
+ {
487
+ "display_name": "string",
488
+ "id": "string",
489
+ "mandatory": false,
490
+ "type": "string",
491
+ "value": "string"
492
+ },
493
+ {
494
+ "display_name": "string",
495
+ "id": "string",
496
+ "mandatory": false,
497
+ "type": "string",
498
+ "value": "string"
499
+ }
500
+ ],
501
+ "method": "string",
502
+ "method_id": "string"
503
+ },
504
+ "certificate": {
505
+ "extensions": {
506
+ "san": {
507
+ "attributes": [
508
+ {
509
+ "id": "string",
510
+ "mandatory": true,
511
+ "type": "string",
512
+ "value": "string"
513
+ }
514
+ ],
515
+ "critical": false
516
+ }
517
+ },
518
+ "issuer": {
519
+ "certificate": "string",
520
+ "chain": [
521
+ {
522
+ "certificate": "string",
523
+ "root": true,
524
+ "serial_number": "string",
525
+ "subject_dn": "string"
526
+ },
527
+ {
528
+ "certificate": "string",
529
+ "root": true,
530
+ "serial_number": "string",
531
+ "subject_dn": "string"
532
+ },
533
+ {
534
+ "certificate": "string",
535
+ "root": false,
536
+ "serial_number": "string",
537
+ "subject_dn": "string"
538
+ }
539
+ ],
540
+ "root": false,
541
+ "serial_number": "string",
542
+ "subject_dn": "string"
543
+ },
544
+ "subject": {
545
+ "attributes": [
546
+ {
547
+ "id": "string",
548
+ "mandatory": true,
549
+ "multiple": true,
550
+ "sources": [
551
+ {
552
+ "mandatory": false,
553
+ "value": {}
554
+ },
555
+ {
556
+ "mandatory": false,
557
+ "value": {}
558
+ },
559
+ {
560
+ "mandatory": true,
561
+ "value": {}
562
+ },
563
+ {
564
+ "mandatory": true,
565
+ "value": {}
566
+ },
567
+ {
568
+ "mandatory": false,
569
+ "value": {}
570
+ }
571
+ ],
572
+ "type": "string",
573
+ "value": "string"
574
+ },
575
+ {
576
+ "id": "string",
577
+ "mandatory": false,
578
+ "multiple": false,
579
+ "sources": [
580
+ {
581
+ "mandatory": true,
582
+ "value": {}
583
+ },
584
+ {
585
+ "mandatory": false,
586
+ "value": {}
587
+ },
588
+ {
589
+ "mandatory": true,
590
+ "value": {}
591
+ },
592
+ {
593
+ "mandatory": true,
594
+ "value": {}
595
+ },
596
+ {
597
+ "mandatory": true,
598
+ "value": {}
599
+ },
600
+ {
601
+ "mandatory": true,
602
+ "value": {}
603
+ },
604
+ {
605
+ "mandatory": true,
606
+ "value": {}
607
+ },
608
+ {
609
+ "mandatory": false,
610
+ "value": {}
611
+ },
612
+ {
613
+ "mandatory": true,
614
+ "value": {}
615
+ },
616
+ {
617
+ "mandatory": true,
618
+ "value": {}
619
+ }
620
+ ],
621
+ "type": "string",
622
+ "value": "string"
623
+ },
624
+ {
625
+ "id": "string",
626
+ "mandatory": false,
627
+ "multiple": false,
628
+ "sources": [
629
+ {
630
+ "mandatory": true,
631
+ "value": {}
632
+ },
633
+ {
634
+ "mandatory": true,
635
+ "value": {}
636
+ },
637
+ {
638
+ "mandatory": true,
639
+ "value": {}
640
+ },
641
+ {
642
+ "mandatory": false,
643
+ "value": {}
644
+ }
645
+ ],
646
+ "type": "string",
647
+ "value": "string"
648
+ },
649
+ {
650
+ "id": "string",
651
+ "mandatory": false,
652
+ "multiple": true,
653
+ "sources": [
654
+ {
655
+ "mandatory": true,
656
+ "value": {}
657
+ },
658
+ {
659
+ "mandatory": false,
660
+ "value": {}
661
+ }
662
+ ],
663
+ "type": "string",
664
+ "value": "string"
665
+ },
666
+ {
667
+ "id": "string",
668
+ "mandatory": true,
669
+ "multiple": false,
670
+ "sources": [
671
+ {
672
+ "mandatory": true,
673
+ "value": {}
674
+ },
675
+ {
676
+ "mandatory": true,
677
+ "value": {}
678
+ }
679
+ ],
680
+ "type": "string",
681
+ "value": "string"
682
+ },
683
+ {
684
+ "id": "string",
685
+ "mandatory": true,
686
+ "multiple": false,
687
+ "sources": [
688
+ {
689
+ "mandatory": false,
690
+ "value": {}
691
+ },
692
+ {
693
+ "mandatory": false,
694
+ "value": {}
695
+ },
696
+ {
697
+ "mandatory": true,
698
+ "value": {}
699
+ },
700
+ {
701
+ "mandatory": true,
702
+ "value": {}
703
+ },
704
+ {
705
+ "mandatory": true,
706
+ "value": {}
707
+ }
708
+ ],
709
+ "type": "string",
710
+ "value": "string"
711
+ },
712
+ {
713
+ "id": "string",
714
+ "mandatory": true,
715
+ "multiple": true,
716
+ "sources": [
717
+ {
718
+ "mandatory": false,
719
+ "value": {}
720
+ },
721
+ {
722
+ "mandatory": false,
723
+ "value": {}
724
+ },
725
+ {
726
+ "mandatory": false,
727
+ "value": {}
728
+ },
729
+ {
730
+ "mandatory": true,
731
+ "value": {}
732
+ },
733
+ {
734
+ "mandatory": true,
735
+ "value": {}
736
+ },
737
+ {
738
+ "mandatory": true,
739
+ "value": {}
740
+ },
741
+ {
742
+ "mandatory": false,
743
+ "value": {}
744
+ },
745
+ {
746
+ "mandatory": false,
747
+ "value": {}
748
+ },
749
+ {
750
+ "mandatory": false,
751
+ "value": {}
752
+ }
753
+ ],
754
+ "type": "string",
755
+ "value": "string"
756
+ }
757
+ ]
758
+ },
759
+ "validity": {
760
+ "duration": 1,
761
+ "unit": "string"
762
+ }
763
+ },
764
+ "certificate_delivery_format": "string",
765
+ "duplicate_cert_policy": false,
766
+ "enrollment": {
767
+ "client_type": "string",
768
+ "client_type_id": "string"
769
+ },
770
+ "id": "string",
771
+ "name": "string",
772
+ "private_key_attributes": {
773
+ "algorithm_oid": "string",
774
+ "crypto_providers": {
775
+ "provider": [
776
+ "string",
777
+ "string",
778
+ "string",
779
+ "string",
780
+ "string",
781
+ "string",
782
+ "string",
783
+ "string",
784
+ "string"
785
+ ]
786
+ },
787
+ "key_escrow_policy": {
788
+ "do_key_recovery_for_additional_enroll_request": true,
789
+ "key_escrow_deployment_mode": "string",
790
+ "key_escrow_enabled": true,
791
+ "key_recovery_dual_admin_approval_required": true
792
+ },
793
+ "key_exportable": false,
794
+ "key_protect": true,
795
+ "key_size": 4,
796
+ "key_sizes": [
797
+ 4,
798
+ 10
799
+ ]
800
+ },
801
+ "publish_to_public_directory": false,
802
+ "renewal_period_days": 7,
803
+ "signature_algorithm": "string",
804
+ "status": "string"
805
+ },
806
+ {
807
+ "authentication": {
808
+ "approval": "string",
809
+ "attributes": [
810
+ {
811
+ "display_name": "string",
812
+ "id": "string",
813
+ "mandatory": true,
814
+ "type": "string",
815
+ "value": "string"
816
+ },
817
+ {
818
+ "display_name": "string",
819
+ "id": "string",
820
+ "mandatory": false,
821
+ "type": "string",
822
+ "value": "string"
823
+ },
824
+ {
825
+ "display_name": "string",
826
+ "id": "string",
827
+ "mandatory": true,
828
+ "type": "string",
829
+ "value": "string"
830
+ },
831
+ {
832
+ "display_name": "string",
833
+ "id": "string",
834
+ "mandatory": true,
835
+ "type": "string",
836
+ "value": "string"
837
+ },
838
+ {
839
+ "display_name": "string",
840
+ "id": "string",
841
+ "mandatory": true,
842
+ "type": "string",
843
+ "value": "string"
844
+ },
845
+ {
846
+ "display_name": "string",
847
+ "id": "string",
848
+ "mandatory": false,
849
+ "type": "string",
850
+ "value": "string"
851
+ },
852
+ {
853
+ "display_name": "string",
854
+ "id": "string",
855
+ "mandatory": true,
856
+ "type": "string",
857
+ "value": "string"
858
+ },
859
+ {
860
+ "display_name": "string",
861
+ "id": "string",
862
+ "mandatory": true,
863
+ "type": "string",
864
+ "value": "string"
865
+ },
866
+ {
867
+ "display_name": "string",
868
+ "id": "string",
869
+ "mandatory": false,
870
+ "type": "string",
871
+ "value": "string"
872
+ }
873
+ ],
874
+ "method": "string",
875
+ "method_id": "string"
876
+ },
877
+ "certificate": {
878
+ "extensions": {
879
+ "san": {
880
+ "attributes": [
881
+ {
882
+ "id": "string",
883
+ "mandatory": false,
884
+ "type": "string",
885
+ "value": "string"
886
+ },
887
+ {
888
+ "id": "string",
889
+ "mandatory": false,
890
+ "type": "string",
891
+ "value": "string"
892
+ },
893
+ {
894
+ "id": "string",
895
+ "mandatory": false,
896
+ "type": "string",
897
+ "value": "string"
898
+ }
899
+ ],
900
+ "critical": false
901
+ }
902
+ },
903
+ "issuer": {
904
+ "certificate": "string",
905
+ "chain": [
906
+ {
907
+ "certificate": "string",
908
+ "root": false,
909
+ "serial_number": "string",
910
+ "subject_dn": "string"
911
+ },
912
+ {
913
+ "certificate": "string",
914
+ "root": false,
915
+ "serial_number": "string",
916
+ "subject_dn": "string"
917
+ },
918
+ {
919
+ "certificate": "string",
920
+ "root": false,
921
+ "serial_number": "string",
922
+ "subject_dn": "string"
923
+ },
924
+ {
925
+ "certificate": "string",
926
+ "root": true,
927
+ "serial_number": "string",
928
+ "subject_dn": "string"
929
+ },
930
+ {
931
+ "certificate": "string",
932
+ "root": true,
933
+ "serial_number": "string",
934
+ "subject_dn": "string"
935
+ },
936
+ {
937
+ "certificate": "string",
938
+ "root": false,
939
+ "serial_number": "string",
940
+ "subject_dn": "string"
941
+ },
942
+ {
943
+ "certificate": "string",
944
+ "root": true,
945
+ "serial_number": "string",
946
+ "subject_dn": "string"
947
+ },
948
+ {
949
+ "certificate": "string",
950
+ "root": true,
951
+ "serial_number": "string",
952
+ "subject_dn": "string"
953
+ },
954
+ {
955
+ "certificate": "string",
956
+ "root": false,
957
+ "serial_number": "string",
958
+ "subject_dn": "string"
959
+ }
960
+ ],
961
+ "root": false,
962
+ "serial_number": "string",
963
+ "subject_dn": "string"
964
+ },
965
+ "subject": {
966
+ "attributes": [
967
+ {
968
+ "id": "string",
969
+ "mandatory": false,
970
+ "multiple": true,
971
+ "sources": [
972
+ {
973
+ "mandatory": true,
974
+ "value": {}
975
+ },
976
+ {
977
+ "mandatory": false,
978
+ "value": {}
979
+ }
980
+ ],
981
+ "type": "string",
982
+ "value": "string"
983
+ },
984
+ {
985
+ "id": "string",
986
+ "mandatory": true,
987
+ "multiple": false,
988
+ "sources": [
989
+ {
990
+ "mandatory": true,
991
+ "value": {}
992
+ },
993
+ {
994
+ "mandatory": false,
995
+ "value": {}
996
+ },
997
+ {
998
+ "mandatory": true,
999
+ "value": {}
1000
+ },
1001
+ {
1002
+ "mandatory": true,
1003
+ "value": {}
1004
+ }
1005
+ ],
1006
+ "type": "string",
1007
+ "value": "string"
1008
+ },
1009
+ {
1010
+ "id": "string",
1011
+ "mandatory": true,
1012
+ "multiple": false,
1013
+ "sources": [
1014
+ {
1015
+ "mandatory": true,
1016
+ "value": {}
1017
+ },
1018
+ {
1019
+ "mandatory": false,
1020
+ "value": {}
1021
+ },
1022
+ {
1023
+ "mandatory": false,
1024
+ "value": {}
1025
+ },
1026
+ {
1027
+ "mandatory": true,
1028
+ "value": {}
1029
+ },
1030
+ {
1031
+ "mandatory": false,
1032
+ "value": {}
1033
+ },
1034
+ {
1035
+ "mandatory": false,
1036
+ "value": {}
1037
+ },
1038
+ {
1039
+ "mandatory": true,
1040
+ "value": {}
1041
+ },
1042
+ {
1043
+ "mandatory": true,
1044
+ "value": {}
1045
+ }
1046
+ ],
1047
+ "type": "string",
1048
+ "value": "string"
1049
+ },
1050
+ {
1051
+ "id": "string",
1052
+ "mandatory": false,
1053
+ "multiple": true,
1054
+ "sources": [
1055
+ {
1056
+ "mandatory": false,
1057
+ "value": {}
1058
+ },
1059
+ {
1060
+ "mandatory": false,
1061
+ "value": {}
1062
+ },
1063
+ {
1064
+ "mandatory": true,
1065
+ "value": {}
1066
+ },
1067
+ {
1068
+ "mandatory": true,
1069
+ "value": {}
1070
+ },
1071
+ {
1072
+ "mandatory": true,
1073
+ "value": {}
1074
+ },
1075
+ {
1076
+ "mandatory": true,
1077
+ "value": {}
1078
+ },
1079
+ {
1080
+ "mandatory": false,
1081
+ "value": {}
1082
+ },
1083
+ {
1084
+ "mandatory": false,
1085
+ "value": {}
1086
+ },
1087
+ {
1088
+ "mandatory": false,
1089
+ "value": {}
1090
+ }
1091
+ ],
1092
+ "type": "string",
1093
+ "value": "string"
1094
+ },
1095
+ {
1096
+ "id": "string",
1097
+ "mandatory": true,
1098
+ "multiple": false,
1099
+ "sources": [
1100
+ {
1101
+ "mandatory": false,
1102
+ "value": {}
1103
+ },
1104
+ {
1105
+ "mandatory": false,
1106
+ "value": {}
1107
+ },
1108
+ {
1109
+ "mandatory": false,
1110
+ "value": {}
1111
+ },
1112
+ {
1113
+ "mandatory": true,
1114
+ "value": {}
1115
+ },
1116
+ {
1117
+ "mandatory": false,
1118
+ "value": {}
1119
+ },
1120
+ {
1121
+ "mandatory": false,
1122
+ "value": {}
1123
+ },
1124
+ {
1125
+ "mandatory": true,
1126
+ "value": {}
1127
+ },
1128
+ {
1129
+ "mandatory": true,
1130
+ "value": {}
1131
+ },
1132
+ {
1133
+ "mandatory": false,
1134
+ "value": {}
1135
+ },
1136
+ {
1137
+ "mandatory": false,
1138
+ "value": {}
1139
+ }
1140
+ ],
1141
+ "type": "string",
1142
+ "value": "string"
1143
+ },
1144
+ {
1145
+ "id": "string",
1146
+ "mandatory": true,
1147
+ "multiple": false,
1148
+ "sources": [
1149
+ {
1150
+ "mandatory": false,
1151
+ "value": {}
1152
+ },
1153
+ {
1154
+ "mandatory": false,
1155
+ "value": {}
1156
+ },
1157
+ {
1158
+ "mandatory": false,
1159
+ "value": {}
1160
+ }
1161
+ ],
1162
+ "type": "string",
1163
+ "value": "string"
1164
+ },
1165
+ {
1166
+ "id": "string",
1167
+ "mandatory": true,
1168
+ "multiple": true,
1169
+ "sources": [
1170
+ {
1171
+ "mandatory": true,
1172
+ "value": {}
1173
+ },
1174
+ {
1175
+ "mandatory": false,
1176
+ "value": {}
1177
+ },
1178
+ {
1179
+ "mandatory": true,
1180
+ "value": {}
1181
+ },
1182
+ {
1183
+ "mandatory": false,
1184
+ "value": {}
1185
+ },
1186
+ {
1187
+ "mandatory": true,
1188
+ "value": {}
1189
+ },
1190
+ {
1191
+ "mandatory": true,
1192
+ "value": {}
1193
+ },
1194
+ {
1195
+ "mandatory": false,
1196
+ "value": {}
1197
+ },
1198
+ {
1199
+ "mandatory": true,
1200
+ "value": {}
1201
+ },
1202
+ {
1203
+ "mandatory": false,
1204
+ "value": {}
1205
+ }
1206
+ ],
1207
+ "type": "string",
1208
+ "value": "string"
1209
+ },
1210
+ {
1211
+ "id": "string",
1212
+ "mandatory": true,
1213
+ "multiple": false,
1214
+ "sources": [
1215
+ {
1216
+ "mandatory": false,
1217
+ "value": {}
1218
+ },
1219
+ {
1220
+ "mandatory": true,
1221
+ "value": {}
1222
+ },
1223
+ {
1224
+ "mandatory": true,
1225
+ "value": {}
1226
+ },
1227
+ {
1228
+ "mandatory": true,
1229
+ "value": {}
1230
+ }
1231
+ ],
1232
+ "type": "string",
1233
+ "value": "string"
1234
+ }
1235
+ ]
1236
+ },
1237
+ "validity": {
1238
+ "duration": 4,
1239
+ "unit": "string"
1240
+ }
1241
+ },
1242
+ "certificate_delivery_format": "string",
1243
+ "duplicate_cert_policy": false,
1244
+ "enrollment": {
1245
+ "client_type": "string",
1246
+ "client_type_id": "string"
1247
+ },
1248
+ "id": "string",
1249
+ "name": "string",
1250
+ "private_key_attributes": {
1251
+ "algorithm_oid": "string",
1252
+ "crypto_providers": {
1253
+ "provider": [
1254
+ "string",
1255
+ "string",
1256
+ "string",
1257
+ "string",
1258
+ "string",
1259
+ "string",
1260
+ "string"
1261
+ ]
1262
+ },
1263
+ "key_escrow_policy": {
1264
+ "do_key_recovery_for_additional_enroll_request": true,
1265
+ "key_escrow_deployment_mode": "string",
1266
+ "key_escrow_enabled": true,
1267
+ "key_recovery_dual_admin_approval_required": true
1268
+ },
1269
+ "key_exportable": true,
1270
+ "key_protect": false,
1271
+ "key_size": 3,
1272
+ "key_sizes": [
1273
+ 9,
1274
+ 8,
1275
+ 5,
1276
+ 1,
1277
+ 5,
1278
+ 5,
1279
+ 7,
1280
+ 7
1281
+ ]
1282
+ },
1283
+ "publish_to_public_directory": false,
1284
+ "renewal_period_days": 9,
1285
+ "signature_algorithm": "string",
1286
+ "status": "string"
1287
+ }
1288
+ ]