@itentialopensource/adapter-digicert_pki 0.1.1 → 1.0.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.
Files changed (92) hide show
  1. package/CALLS.md +1245 -0
  2. package/CHANGELOG.md +8 -1
  3. package/adapter.js +13519 -0
  4. package/entities/ACME/action.json +166 -0
  5. package/entities/ACME/mockdatafiles/createAcmeAuthentication-default.json +21 -0
  6. package/entities/ACME/mockdatafiles/getAcmeAuthentication-default.json +21 -0
  7. package/entities/ACME/mockdatafiles/listAcmeAuthentication-default.json +41 -0
  8. package/entities/ACME/mockdatafiles/updateAcmeAuthentication-default.json +21 -0
  9. package/entities/ACME/schema.json +125 -0
  10. package/entities/AuthenticationCACertificates/action.json +107 -0
  11. package/entities/AuthenticationCACertificates/schema.json +155 -0
  12. package/entities/AuthenticationCATemplates/action.json +187 -0
  13. package/entities/AuthenticationCATemplates/mockdatafiles/createAuthenticationCATemplate-default.json +33 -0
  14. package/entities/AuthenticationCATemplates/mockdatafiles/getAuthenticationCATemplate-default.json +33 -0
  15. package/entities/AuthenticationCATemplates/mockdatafiles/updateAuthenticationCATemplate-default.json +33 -0
  16. package/entities/AuthenticationCATemplates/schema.json +137 -0
  17. package/entities/AuthenticationCertificates/action.json +166 -0
  18. package/entities/AuthenticationCertificates/mockdatafiles/addAuthenticationCertificate-default.json +48 -0
  19. package/entities/AuthenticationCertificates/mockdatafiles/getAuthenticationCertificateDetails-default.json +49 -0
  20. package/entities/AuthenticationCertificates/mockdatafiles/listAuthenticationCertificates-default.json +93 -0
  21. package/entities/AuthenticationCertificates/mockdatafiles/updateAuthenticationCertificate-default.json +48 -0
  22. package/entities/AuthenticationCertificates/schema.json +202 -0
  23. package/entities/BatchCertificateEnrollment/action.json +268 -0
  24. package/entities/BatchCertificateEnrollment/mockdatafiles/batchCSREnroll-default.json +22 -0
  25. package/entities/BatchCertificateEnrollment/mockdatafiles/batchEnrollWithKeyGen-default.json +22 -0
  26. package/entities/BatchCertificateEnrollment/mockdatafiles/batchEnrollWithKeyGenMac-default.json +22 -0
  27. package/entities/BatchCertificateEnrollment/mockdatafiles/downloadCertificates-default.json +18 -0
  28. package/entities/BatchCertificateEnrollment/mockdatafiles/getBatchJobSettings-default.json +22 -0
  29. package/entities/BatchCertificateEnrollment/mockdatafiles/regenerateBatchJobPasscode-default.json +22 -0
  30. package/entities/BatchCertificateEnrollment/mockdatafiles/updateBatchJobSettings-default.json +22 -0
  31. package/entities/BatchCertificateEnrollment/schema.json +284 -0
  32. package/entities/CertificateProfiles/action.json +206 -0
  33. package/entities/CertificateProfiles/mockdatafiles/listCertificateProfiles-default.json +219 -0
  34. package/entities/CertificateProfiles/schema.json +116 -0
  35. package/entities/CertificateRequests/action.json +25 -0
  36. package/entities/CertificateRequests/mockdatafiles/getRequestStatus-default.json +5 -0
  37. package/entities/CertificateRequests/schema.json +30 -0
  38. package/entities/CertificateTemplates/action.json +186 -0
  39. package/entities/CertificateTemplates/schema.json +104 -0
  40. package/entities/Certificates/action.json +312 -0
  41. package/entities/Certificates/mockdatafiles/downloadApprovedCertificate-default.json +47 -0
  42. package/entities/Certificates/mockdatafiles/renewBySerial-default.json +23 -0
  43. package/entities/Certificates/mockdatafiles/renewCertificate-default.json +31 -0
  44. package/entities/Certificates/schema.json +462 -0
  45. package/entities/DeviceProfiles/action.json +126 -0
  46. package/entities/DeviceProfiles/mockdatafiles/createDeviceProfile-default.json +28 -0
  47. package/entities/DeviceProfiles/mockdatafiles/getDeviceProfile-default.json +28 -0
  48. package/entities/DeviceProfiles/mockdatafiles/listdeviceprofiles-default.json +53 -0
  49. package/entities/DeviceProfiles/mockdatafiles/updateDeviceProfile-default.json +28 -0
  50. package/entities/DeviceProfiles/schema.json +57 -0
  51. package/entities/Devices/action.json +166 -0
  52. package/entities/Devices/mockdatafiles/archiveDevice-default.json +33 -0
  53. package/entities/Devices/mockdatafiles/disableDevice-default.json +33 -0
  54. package/entities/Devices/mockdatafiles/enableDevice-default.json +33 -0
  55. package/entities/Devices/mockdatafiles/restoreDevice-default.json +33 -0
  56. package/entities/Devices/schema.json +103 -0
  57. package/entities/DevicesV2/action.json +186 -0
  58. package/entities/DevicesV2/mockdatafiles/archiveDeviceV2-default.json +33 -0
  59. package/entities/DevicesV2/mockdatafiles/disableDeviceV2-default.json +33 -0
  60. package/entities/DevicesV2/mockdatafiles/enableDeviceV2-default.json +33 -0
  61. package/entities/DevicesV2/mockdatafiles/restoreDeviceV2-default.json +33 -0
  62. package/entities/DevicesV2/schema.json +115 -0
  63. package/entities/Divisions/action.json +288 -0
  64. package/entities/Divisions/schema.json +164 -0
  65. package/entities/EnrollmentProfilePasscodes/action.json +186 -0
  66. package/entities/EnrollmentProfilePasscodes/schema.json +181 -0
  67. package/entities/EnrollmentProfiles/action.json +191 -0
  68. package/entities/EnrollmentProfiles/mockdatafiles/getEnrollmentProfile-default.json +153 -0
  69. package/entities/EnrollmentProfiles/mockdatafiles/getEnrollmentProfileSpecification-default.json +125 -0
  70. package/entities/EnrollmentProfiles/mockdatafiles/updateEnrollmentProfile-default.json +117 -0
  71. package/entities/EnrollmentProfiles/schema.json +148 -0
  72. package/entities/ExternalBatchCertificateEnrollment/action.json +150 -0
  73. package/entities/ExternalBatchCertificateEnrollment/mockdatafiles/batchEnrollExternal-default.json +16 -0
  74. package/entities/ExternalBatchCertificateEnrollment/mockdatafiles/downloadByCertificateValue-default.json +154 -0
  75. package/entities/ExternalBatchCertificateEnrollment/mockdatafiles/downloadByCommonName-default.json +150 -0
  76. package/entities/ExternalBatchCertificateEnrollment/mockdatafiles/downloadByJobIdAndCertificateValue-default.json +36 -0
  77. package/entities/ExternalBatchCertificateEnrollment/mockdatafiles/downloadByJobIdAndCommonName-default.json +130 -0
  78. package/entities/ExternalBatchCertificateEnrollment/mockdatafiles/downloadByJobIdAndUniqueId-default.json +42 -0
  79. package/entities/ExternalBatchCertificateEnrollment/schema.json +102 -0
  80. package/entities/Gateways/action.json +187 -0
  81. package/entities/Gateways/schema.json +126 -0
  82. package/entities/ICAs/action.json +46 -0
  83. package/entities/ICAs/schema.json +163 -0
  84. package/entities/OCSPGroups/action.json +167 -0
  85. package/entities/OCSPGroups/schema.json +466 -0
  86. package/package.json +1 -1
  87. package/pronghorn.json +22589 -32
  88. package/refs?service=git-upload-pack +0 -0
  89. package/report/adapterInfo.json +7 -7
  90. package/sampleProperties.json +3 -3
  91. package/test/integration/adapterTestIntegration.js +4544 -0
  92. package/test/unit/adapterTestUnit.js +4866 -0
@@ -0,0 +1,22 @@
1
+ {
2
+ "id": "da342f63-dead-4bae-a065-eb8822948148",
3
+ "name": "Example batch job",
4
+ "status": null,
5
+ "total_items": 10,
6
+ "failed_items": 7,
7
+ "processing_time": 900,
8
+ "job_type": null,
9
+ "passcode": "string",
10
+ "passcode_generation_option": null,
11
+ "description": "Example description.",
12
+ "certificate_format": null,
13
+ "emails": [
14
+ "bob@example.com",
15
+ "alice@example.com"
16
+ ],
17
+ "external_emails": [
18
+ "john@example.com",
19
+ "jane@example.com"
20
+ ],
21
+ "data_available": false
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "id": "da342f63-dead-4bae-a065-eb8822948148",
3
+ "name": "Example batch job",
4
+ "status": null,
5
+ "total_items": 10,
6
+ "failed_items": 1,
7
+ "processing_time": 900,
8
+ "job_type": null,
9
+ "passcode": "string",
10
+ "passcode_generation_option": null,
11
+ "description": "Example description.",
12
+ "certificate_format": null,
13
+ "emails": [
14
+ "bob@example.com",
15
+ "alice@example.com"
16
+ ],
17
+ "external_emails": [
18
+ "john@example.com",
19
+ "jane@example.com"
20
+ ],
21
+ "data_available": true
22
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "job_id": "04fa5382-00e0-4322-813d-fcce9747d51f",
3
+ "chain": [
4
+ {
5
+ "cert_type": "intermediate",
6
+ "blob": "MII...",
7
+ "common_name": "Issuing CA name"
8
+ }
9
+ ],
10
+ "certificates": [
11
+ {
12
+ "id": "a8a84a9c-313d-4714-a154-a46bae0a80d9",
13
+ "unique_identifier": "b0-f4-a8-10-53-0f",
14
+ "body": "-----BEGIN CERTIFICATE-----\nMII...\n-----END CERTIFICATE-----\n",
15
+ "private_key": "<private_key>"
16
+ }
17
+ ]
18
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "id": "e197ba9d-3af3-4012-9861-d214cce33cd8",
3
+ "name": "Example batch job",
4
+ "status": null,
5
+ "total_items": 10,
6
+ "failed_items": 9,
7
+ "processing_time": 900,
8
+ "job_type": null,
9
+ "passcode": "string",
10
+ "passcode_generation_option": null,
11
+ "description": "Example description.",
12
+ "certificate_format": null,
13
+ "emails": [
14
+ "bob@example.com",
15
+ "alice@example.com"
16
+ ],
17
+ "external_emails": [
18
+ "john@example.com",
19
+ "jane@example.com"
20
+ ],
21
+ "data_available": false
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "id": "da342f63-dead-4bae-a065-eb8822948148",
3
+ "name": "Example batch job",
4
+ "status": null,
5
+ "total_items": 10,
6
+ "failed_items": 9,
7
+ "processing_time": 900,
8
+ "job_type": null,
9
+ "passcode": "string",
10
+ "passcode_generation_option": null,
11
+ "description": "Example description.",
12
+ "certificate_format": null,
13
+ "emails": [
14
+ "bob@example.com",
15
+ "alice@example.com"
16
+ ],
17
+ "external_emails": [
18
+ "john@example.com",
19
+ "jane@example.com"
20
+ ],
21
+ "data_available": true
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "id": "42dbf316-6618-4ab2-9770-5ce7e0c9d62c",
3
+ "name": "Example batch job",
4
+ "status": null,
5
+ "total_items": 10,
6
+ "failed_items": 3,
7
+ "processing_time": 900,
8
+ "job_type": null,
9
+ "passcode": "string",
10
+ "passcode_generation_option": null,
11
+ "description": "Example description.",
12
+ "certificate_format": null,
13
+ "emails": [
14
+ "bob@example.com",
15
+ "alice@example.com"
16
+ ],
17
+ "external_emails": [
18
+ "john@example.com",
19
+ "jane@example.com"
20
+ ],
21
+ "data_available": false
22
+ }
@@ -0,0 +1,284 @@
1
+ {
2
+ "$id": "schema.json",
3
+ "type": "object",
4
+ "schema": "http://json-schema.org/draft-07/schema#",
5
+ "translate": false,
6
+ "dynamicfields": true,
7
+ "properties": {
8
+ "ph_request_type": {
9
+ "type": "string",
10
+ "description": "type of request (internal to adapter)",
11
+ "default": "",
12
+ "enum": [
13
+ "batchCSREnroll",
14
+ "batchEnrollWithKeyGen",
15
+ "batchEnrollWithKeyGenMac",
16
+ "listBatchJobs",
17
+ "getBatchJobSettings",
18
+ "updateBatchJobSettings",
19
+ "regenerateBatchJobPasscode",
20
+ "approveJob",
21
+ "rejectJob",
22
+ "downloadReport",
23
+ "downloadCertificates",
24
+ "deleteDownloadUrls",
25
+ "resendDownloadUrls"
26
+ ],
27
+ "external_name": "ph_request_type"
28
+ },
29
+ "enrollmentProfileId": {
30
+ "type": "string",
31
+ "description": "Enrollment profile ID.",
32
+ "parse": false,
33
+ "encode": false,
34
+ "encrypt": {
35
+ "type": "AES",
36
+ "key": ""
37
+ },
38
+ "external_name": "enrollment_profile_id"
39
+ },
40
+ "certificateFormat": {
41
+ "type": "",
42
+ "description": "",
43
+ "parse": false,
44
+ "encode": false,
45
+ "encrypt": {
46
+ "type": "AES",
47
+ "key": ""
48
+ },
49
+ "external_name": "certificate_format"
50
+ },
51
+ "externalEmails": {
52
+ "type": "array",
53
+ "description": "List of email addresses that receive a unique download link when the batch job is complete. Use this field to allow individuals without accounts to download the certifica...(description truncated)",
54
+ "parse": false,
55
+ "encode": false,
56
+ "encrypt": {
57
+ "type": "AES",
58
+ "key": ""
59
+ },
60
+ "external_name": "external_emails"
61
+ },
62
+ "passcodeGenerationOption": {
63
+ "type": "",
64
+ "description": "",
65
+ "parse": false,
66
+ "encode": false,
67
+ "encrypt": {
68
+ "type": "AES",
69
+ "key": ""
70
+ },
71
+ "external_name": "passcode_generation_option"
72
+ },
73
+ "inputFormat": {
74
+ "type": "",
75
+ "description": "",
76
+ "parse": false,
77
+ "encode": false,
78
+ "encrypt": {
79
+ "type": "AES",
80
+ "key": ""
81
+ },
82
+ "external_name": "input_format"
83
+ },
84
+ "reportFormat": {
85
+ "type": "",
86
+ "description": "",
87
+ "parse": false,
88
+ "encode": false,
89
+ "encrypt": {
90
+ "type": "AES",
91
+ "key": ""
92
+ },
93
+ "external_name": "report_format"
94
+ },
95
+ "privateKeyFormat": {
96
+ "type": "",
97
+ "description": "",
98
+ "parse": false,
99
+ "encode": false,
100
+ "encrypt": {
101
+ "type": "AES",
102
+ "key": ""
103
+ },
104
+ "external_name": "private_key_format"
105
+ },
106
+ "privateKeySyntax": {
107
+ "type": "",
108
+ "description": "",
109
+ "parse": false,
110
+ "encode": false,
111
+ "encrypt": {
112
+ "type": "AES",
113
+ "key": ""
114
+ },
115
+ "external_name": "private_key_syntax"
116
+ },
117
+ "keyType": {
118
+ "type": "",
119
+ "description": "",
120
+ "parse": false,
121
+ "encode": false,
122
+ "encrypt": {
123
+ "type": "AES",
124
+ "key": ""
125
+ },
126
+ "external_name": "key_type"
127
+ },
128
+ "macAddressFrom": {
129
+ "type": "string",
130
+ "description": "Starting MAC address. Format: `XX:XX:XX:XX:XX:XX` or `XX-XX-XX-XX-XX-XX`",
131
+ "parse": false,
132
+ "encode": false,
133
+ "encrypt": {
134
+ "type": "AES",
135
+ "key": ""
136
+ },
137
+ "external_name": "mac_address_from"
138
+ },
139
+ "macAddressNumber": {
140
+ "type": "number",
141
+ "description": "Number of certificates to request.",
142
+ "parse": false,
143
+ "encode": false,
144
+ "encrypt": {
145
+ "type": "AES",
146
+ "key": ""
147
+ },
148
+ "external_name": "mac_address_number"
149
+ },
150
+ "macAddressStep": {
151
+ "type": "number",
152
+ "description": "Number to increment each MAC address by.",
153
+ "parse": false,
154
+ "encode": false,
155
+ "encrypt": {
156
+ "type": "AES",
157
+ "key": ""
158
+ },
159
+ "external_name": "mac_address_step"
160
+ },
161
+ "accountId": {
162
+ "type": "string",
163
+ "description": "Limits results to batch enrollment jobs for the account with the given ID.",
164
+ "parse": false,
165
+ "encode": false,
166
+ "encrypt": {
167
+ "type": "AES",
168
+ "key": ""
169
+ },
170
+ "external_name": "account_id"
171
+ },
172
+ "divisionId": {
173
+ "type": "string",
174
+ "description": "Limits results to batch enrollment jobs for the division with the given ID.",
175
+ "parse": false,
176
+ "encode": false,
177
+ "encrypt": {
178
+ "type": "AES",
179
+ "key": ""
180
+ },
181
+ "external_name": "division_id"
182
+ },
183
+ "fileName": {
184
+ "type": "string",
185
+ "description": "Limits results to batch enrollment jobs created from a file with a name (`file_name`) that contains the given string. Case-insensitive.",
186
+ "parse": false,
187
+ "encode": false,
188
+ "encrypt": {
189
+ "type": "AES",
190
+ "key": ""
191
+ },
192
+ "external_name": "file_name"
193
+ },
194
+ "createdAtFrom": {
195
+ "type": "string",
196
+ "description": "Limits results to batch enrollment jobs created **after** the given date and time (UTC). Use with `created_at_to` to search for credentials with a `created_at` date in a ...(description truncated)",
197
+ "parse": false,
198
+ "encode": false,
199
+ "encrypt": {
200
+ "type": "AES",
201
+ "key": ""
202
+ },
203
+ "external_name": "created_at_from"
204
+ },
205
+ "createdAtTo": {
206
+ "type": "string",
207
+ "description": "Limits results to batch enrollment jobs created **before** the given date and time (UTC). Use with `created_at_from` to search for credentials with a `created_at` date in...(description truncated)",
208
+ "parse": false,
209
+ "encode": false,
210
+ "encrypt": {
211
+ "type": "AES",
212
+ "key": ""
213
+ },
214
+ "external_name": "created_at_to"
215
+ },
216
+ "requestedById": {
217
+ "type": "string",
218
+ "description": "Limits results to batch enrollment jobs requested by the user with the given ID.",
219
+ "parse": false,
220
+ "encode": false,
221
+ "encrypt": {
222
+ "type": "AES",
223
+ "key": ""
224
+ },
225
+ "external_name": "requested_by_id"
226
+ },
227
+ "approvedById": {
228
+ "type": "string",
229
+ "description": "Limits results to batch enrollment jobs approved by the user with the given ID.",
230
+ "parse": false,
231
+ "encode": false,
232
+ "encrypt": {
233
+ "type": "AES",
234
+ "key": ""
235
+ },
236
+ "external_name": "approved_by_id"
237
+ },
238
+ "dataAvailable": {
239
+ "type": "boolean",
240
+ "description": "If true, limits results to batch enrollment jobs with results available for download. If false, limits results to batch enrollment jobs without results available for down...(description truncated)",
241
+ "parse": false,
242
+ "encode": false,
243
+ "encrypt": {
244
+ "type": "AES",
245
+ "key": ""
246
+ },
247
+ "external_name": "data_available"
248
+ },
249
+ "sortBy": {
250
+ "type": "",
251
+ "description": "Sorts results by the given property. Case-insensitive.",
252
+ "parse": false,
253
+ "encode": false,
254
+ "encrypt": {
255
+ "type": "AES",
256
+ "key": ""
257
+ },
258
+ "external_name": "sort_by"
259
+ },
260
+ "sortDirection": {
261
+ "type": "",
262
+ "description": "Sorts results in ascending or descending order by the value of the `sort_by` property. Case-insensitive.",
263
+ "parse": false,
264
+ "encode": false,
265
+ "encrypt": {
266
+ "type": "AES",
267
+ "key": ""
268
+ },
269
+ "external_name": "sort_direction"
270
+ },
271
+ "jobId": {
272
+ "type": "string",
273
+ "description": "Batch certificate enrollment job ID.",
274
+ "parse": false,
275
+ "encode": false,
276
+ "encrypt": {
277
+ "type": "AES",
278
+ "key": ""
279
+ },
280
+ "external_name": "job_id"
281
+ }
282
+ },
283
+ "definitions": {}
284
+ }
@@ -0,0 +1,206 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "listCertificateProfiles",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/api/v1/certificate-profile?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": "mockdatafiles/listCertificateProfiles-default.json"
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "createCertificateProfile",
26
+ "protocol": "REST",
27
+ "method": "POST",
28
+ "entitypath": "{base_path}/{version}/api/v1/certificate-profile?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "requestDatatype": "JSON",
34
+ "responseDatatype": "JSON",
35
+ "headers": {},
36
+ "responseObjects": [
37
+ {
38
+ "type": "default",
39
+ "key": "",
40
+ "mockFile": ""
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "name": "getCertificateProfile",
46
+ "protocol": "REST",
47
+ "method": "GET",
48
+ "entitypath": "{base_path}/{version}/api/v1/certificate-profile/{pathv1}?{query}",
49
+ "requestSchema": "schema.json",
50
+ "responseSchema": "schema.json",
51
+ "timeout": 0,
52
+ "sendEmpty": false,
53
+ "sendGetBody": false,
54
+ "requestDatatype": "JSON",
55
+ "responseDatatype": "JSON",
56
+ "headers": {},
57
+ "responseObjects": [
58
+ {
59
+ "type": "default",
60
+ "key": "",
61
+ "mockFile": ""
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "name": "updateCertificateProfile",
67
+ "protocol": "REST",
68
+ "method": "PUT",
69
+ "entitypath": "{base_path}/{version}/api/v1/certificate-profile/{pathv1}?{query}",
70
+ "requestSchema": "schema.json",
71
+ "responseSchema": "schema.json",
72
+ "timeout": 0,
73
+ "sendEmpty": false,
74
+ "requestDatatype": "JSON",
75
+ "responseDatatype": "JSON",
76
+ "headers": {},
77
+ "responseObjects": [
78
+ {
79
+ "type": "default",
80
+ "key": "",
81
+ "mockFile": ""
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "name": "disableCertificateProfile",
87
+ "protocol": "REST",
88
+ "method": "PUT",
89
+ "entitypath": "{base_path}/{version}/api/v1/certificate-profile/{pathv1}/disable?{query}",
90
+ "requestSchema": "schema.json",
91
+ "responseSchema": "schema.json",
92
+ "timeout": 0,
93
+ "sendEmpty": false,
94
+ "requestDatatype": "JSON",
95
+ "responseDatatype": "JSON",
96
+ "headers": {},
97
+ "responseObjects": [
98
+ {
99
+ "type": "default",
100
+ "key": "",
101
+ "mockFile": ""
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "name": "enableCertificateProfile",
107
+ "protocol": "REST",
108
+ "method": "PUT",
109
+ "entitypath": "{base_path}/{version}/api/v1/certificate-profile/{pathv1}/enable?{query}",
110
+ "requestSchema": "schema.json",
111
+ "responseSchema": "schema.json",
112
+ "timeout": 0,
113
+ "sendEmpty": false,
114
+ "requestDatatype": "JSON",
115
+ "responseDatatype": "JSON",
116
+ "headers": {},
117
+ "responseObjects": [
118
+ {
119
+ "type": "default",
120
+ "key": "",
121
+ "mockFile": ""
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "name": "deleteCertificateProfile",
127
+ "protocol": "REST",
128
+ "method": "PUT",
129
+ "entitypath": "{base_path}/{version}/api/v1/certificate-profile/{pathv1}/delete?{query}",
130
+ "requestSchema": "schema.json",
131
+ "responseSchema": "schema.json",
132
+ "timeout": 0,
133
+ "sendEmpty": false,
134
+ "requestDatatype": "JSON",
135
+ "responseDatatype": "JSON",
136
+ "headers": {},
137
+ "responseObjects": [
138
+ {
139
+ "type": "default",
140
+ "key": "",
141
+ "mockFile": ""
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "name": "restoreCertificateProfile",
147
+ "protocol": "REST",
148
+ "method": "PUT",
149
+ "entitypath": "{base_path}/{version}/api/v1/certificate-profile/{pathv1}/undelete?{query}",
150
+ "requestSchema": "schema.json",
151
+ "responseSchema": "schema.json",
152
+ "timeout": 0,
153
+ "sendEmpty": false,
154
+ "requestDatatype": "JSON",
155
+ "responseDatatype": "JSON",
156
+ "headers": {},
157
+ "responseObjects": [
158
+ {
159
+ "type": "default",
160
+ "key": "",
161
+ "mockFile": ""
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "name": "assignCertificateProfileDivisions",
167
+ "protocol": "REST",
168
+ "method": "PUT",
169
+ "entitypath": "{base_path}/{version}/api/v1/certificate-profile/{pathv1}/division/assign?{query}",
170
+ "requestSchema": "schema.json",
171
+ "responseSchema": "schema.json",
172
+ "timeout": 0,
173
+ "sendEmpty": false,
174
+ "requestDatatype": "JSON",
175
+ "responseDatatype": "JSON",
176
+ "headers": {},
177
+ "responseObjects": [
178
+ {
179
+ "type": "default",
180
+ "key": "",
181
+ "mockFile": ""
182
+ }
183
+ ]
184
+ },
185
+ {
186
+ "name": "unassignCertificateProfileDivisions",
187
+ "protocol": "REST",
188
+ "method": "PUT",
189
+ "entitypath": "{base_path}/{version}/api/v1/certificate-profile/{pathv1}/division/unassign?{query}",
190
+ "requestSchema": "schema.json",
191
+ "responseSchema": "schema.json",
192
+ "timeout": 0,
193
+ "sendEmpty": false,
194
+ "requestDatatype": "JSON",
195
+ "responseDatatype": "JSON",
196
+ "headers": {},
197
+ "responseObjects": [
198
+ {
199
+ "type": "default",
200
+ "key": "",
201
+ "mockFile": ""
202
+ }
203
+ ]
204
+ }
205
+ ]
206
+ }