oci-vulnerabilityscanning 2.67.0 → 2.68.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/lib/client.d.ts +59 -58
- package/lib/client.js +63 -59
- package/lib/client.js.map +1 -1
- package/lib/request/change-container-scan-recipe-compartment-request.d.ts +1 -1
- package/lib/request/change-container-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-container-scan-target-compartment-request.d.ts +1 -1
- package/lib/request/change-host-agent-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-host-cis-benchmark-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-host-endpoint-protection-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-host-port-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-host-scan-recipe-compartment-request.d.ts +1 -1
- package/lib/request/change-host-scan-target-compartment-request.d.ts +1 -1
- package/lib/request/create-container-scan-recipe-request.d.ts +1 -1
- package/lib/request/create-container-scan-target-request.d.ts +1 -1
- package/lib/request/create-host-scan-recipe-request.d.ts +1 -1
- package/lib/request/create-host-scan-target-request.d.ts +1 -1
- package/lib/request/delete-container-scan-recipe-request.d.ts +1 -1
- package/lib/request/delete-container-scan-result-request.d.ts +1 -1
- package/lib/request/delete-container-scan-target-request.d.ts +1 -1
- package/lib/request/delete-host-agent-scan-result-request.d.ts +1 -1
- package/lib/request/delete-host-cis-benchmark-scan-result-request.d.ts +1 -1
- package/lib/request/delete-host-endpoint-protection-scan-result-request.d.ts +1 -1
- package/lib/request/delete-host-port-scan-result-request.d.ts +1 -1
- package/lib/request/delete-host-scan-recipe-request.d.ts +1 -1
- package/lib/request/delete-host-scan-target-request.d.ts +1 -1
- package/lib/request/export-host-agent-scan-result-csv-request.d.ts +1 -1
- package/lib/request/export-host-vulnerability-csv-request.d.ts +1 -1
- package/lib/request/get-container-scan-recipe-request.d.ts +1 -1
- package/lib/request/get-container-scan-result-request.d.ts +1 -1
- package/lib/request/get-container-scan-target-request.d.ts +1 -1
- package/lib/request/get-host-agent-scan-result-request.d.ts +1 -1
- package/lib/request/get-host-cis-benchmark-scan-result-request.d.ts +1 -1
- package/lib/request/get-host-endpoint-protection-scan-result-request.d.ts +1 -1
- package/lib/request/get-host-port-scan-result-request.d.ts +1 -1
- package/lib/request/get-host-scan-recipe-request.d.ts +1 -1
- package/lib/request/get-host-scan-target-request.d.ts +1 -1
- package/lib/request/get-host-vulnerability-request.d.ts +1 -1
- package/lib/request/get-vulnerability-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-container-scan-recipes-request.d.ts +1 -1
- package/lib/request/list-container-scan-results-request.d.ts +1 -1
- package/lib/request/list-container-scan-targets-request.d.ts +1 -1
- package/lib/request/list-host-agent-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-cis-benchmark-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-endpoint-protection-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-port-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-scan-recipes-request.d.ts +1 -1
- package/lib/request/list-host-scan-target-errors-request.d.ts +1 -1
- package/lib/request/list-host-scan-targets-request.d.ts +1 -1
- package/lib/request/list-host-vulnerabilities-request.d.ts +1 -1
- package/lib/request/list-host-vulnerability-impacted-hosts-request.d.ts +1 -1
- package/lib/request/list-vulnerabilities-request.d.ts +1 -1
- package/lib/request/list-vulnerability-impacted-containers-request.d.ts +1 -1
- package/lib/request/list-vulnerability-impacted-hosts-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-container-scan-recipe-request.d.ts +1 -1
- package/lib/request/update-container-scan-target-request.d.ts +1 -1
- package/lib/request/update-host-scan-recipe-request.d.ts +1 -1
- package/lib/request/update-host-scan-target-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -61,6 +61,7 @@ class VulnerabilityScanningClient {
|
|
|
61
61
|
this["_defaultHeaders"] = {};
|
|
62
62
|
this._circuitBreaker = null;
|
|
63
63
|
this._httpOptions = undefined;
|
|
64
|
+
this._bodyDuplexMode = undefined;
|
|
64
65
|
this.targetService = "VulnerabilityScanning";
|
|
65
66
|
this._regionId = "";
|
|
66
67
|
this._lastSetRegionOrRegionId = "";
|
|
@@ -75,6 +76,9 @@ class VulnerabilityScanningClient {
|
|
|
75
76
|
this._httpOptions = clientConfiguration.httpOptions
|
|
76
77
|
? clientConfiguration.httpOptions
|
|
77
78
|
: undefined;
|
|
79
|
+
this._bodyDuplexMode = clientConfiguration.bodyDuplexMode
|
|
80
|
+
? clientConfiguration.bodyDuplexMode
|
|
81
|
+
: undefined;
|
|
78
82
|
}
|
|
79
83
|
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
|
|
80
84
|
const specCircuitBreakerEnabled = true;
|
|
@@ -85,7 +89,7 @@ class VulnerabilityScanningClient {
|
|
|
85
89
|
}
|
|
86
90
|
this._httpClient =
|
|
87
91
|
params.httpClient ||
|
|
88
|
-
new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions);
|
|
92
|
+
new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions, this._bodyDuplexMode);
|
|
89
93
|
if (params.authenticationDetailsProvider &&
|
|
90
94
|
common.isRegionProvider(params.authenticationDetailsProvider)) {
|
|
91
95
|
const provider = params.authenticationDetailsProvider;
|
|
@@ -180,7 +184,7 @@ class VulnerabilityScanningClient {
|
|
|
180
184
|
* @param ChangeContainerScanRecipeCompartmentRequest
|
|
181
185
|
* @return ChangeContainerScanRecipeCompartmentResponse
|
|
182
186
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartment API.
|
|
184
188
|
*/
|
|
185
189
|
changeContainerScanRecipeCompartment(changeContainerScanRecipeCompartmentRequest) {
|
|
186
190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -238,7 +242,7 @@ class VulnerabilityScanningClient {
|
|
|
238
242
|
* @param ChangeContainerScanResultCompartmentRequest
|
|
239
243
|
* @return ChangeContainerScanResultCompartmentResponse
|
|
240
244
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartment API.
|
|
242
246
|
*/
|
|
243
247
|
changeContainerScanResultCompartment(changeContainerScanResultCompartmentRequest) {
|
|
244
248
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -296,7 +300,7 @@ class VulnerabilityScanningClient {
|
|
|
296
300
|
* @param ChangeContainerScanTargetCompartmentRequest
|
|
297
301
|
* @return ChangeContainerScanTargetCompartmentResponse
|
|
298
302
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartment API.
|
|
300
304
|
*/
|
|
301
305
|
changeContainerScanTargetCompartment(changeContainerScanTargetCompartmentRequest) {
|
|
302
306
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -354,7 +358,7 @@ class VulnerabilityScanningClient {
|
|
|
354
358
|
* @param ChangeHostAgentScanResultCompartmentRequest
|
|
355
359
|
* @return ChangeHostAgentScanResultCompartmentResponse
|
|
356
360
|
* @throws OciError when an error occurs
|
|
357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartment API.
|
|
358
362
|
*/
|
|
359
363
|
changeHostAgentScanResultCompartment(changeHostAgentScanResultCompartmentRequest) {
|
|
360
364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -412,7 +416,7 @@ class VulnerabilityScanningClient {
|
|
|
412
416
|
* @param ChangeHostCisBenchmarkScanResultCompartmentRequest
|
|
413
417
|
* @return ChangeHostCisBenchmarkScanResultCompartmentResponse
|
|
414
418
|
* @throws OciError when an error occurs
|
|
415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartment API.
|
|
416
420
|
*/
|
|
417
421
|
changeHostCisBenchmarkScanResultCompartment(changeHostCisBenchmarkScanResultCompartmentRequest) {
|
|
418
422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -470,7 +474,7 @@ class VulnerabilityScanningClient {
|
|
|
470
474
|
* @param ChangeHostEndpointProtectionScanResultCompartmentRequest
|
|
471
475
|
* @return ChangeHostEndpointProtectionScanResultCompartmentResponse
|
|
472
476
|
* @throws OciError when an error occurs
|
|
473
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartment API.
|
|
474
478
|
*/
|
|
475
479
|
changeHostEndpointProtectionScanResultCompartment(changeHostEndpointProtectionScanResultCompartmentRequest) {
|
|
476
480
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -528,7 +532,7 @@ class VulnerabilityScanningClient {
|
|
|
528
532
|
* @param ChangeHostPortScanResultCompartmentRequest
|
|
529
533
|
* @return ChangeHostPortScanResultCompartmentResponse
|
|
530
534
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartment API.
|
|
532
536
|
*/
|
|
533
537
|
changeHostPortScanResultCompartment(changeHostPortScanResultCompartmentRequest) {
|
|
534
538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -586,7 +590,7 @@ class VulnerabilityScanningClient {
|
|
|
586
590
|
* @param ChangeHostScanRecipeCompartmentRequest
|
|
587
591
|
* @return ChangeHostScanRecipeCompartmentResponse
|
|
588
592
|
* @throws OciError when an error occurs
|
|
589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartment API.
|
|
590
594
|
*/
|
|
591
595
|
changeHostScanRecipeCompartment(changeHostScanRecipeCompartmentRequest) {
|
|
592
596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -644,7 +648,7 @@ class VulnerabilityScanningClient {
|
|
|
644
648
|
* @param ChangeHostScanTargetCompartmentRequest
|
|
645
649
|
* @return ChangeHostScanTargetCompartmentResponse
|
|
646
650
|
* @throws OciError when an error occurs
|
|
647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartment API.
|
|
648
652
|
*/
|
|
649
653
|
changeHostScanTargetCompartment(changeHostScanTargetCompartmentRequest) {
|
|
650
654
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -702,7 +706,7 @@ class VulnerabilityScanningClient {
|
|
|
702
706
|
* @param CreateContainerScanRecipeRequest
|
|
703
707
|
* @return CreateContainerScanRecipeResponse
|
|
704
708
|
* @throws OciError when an error occurs
|
|
705
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipe API.
|
|
706
710
|
*/
|
|
707
711
|
createContainerScanRecipe(createContainerScanRecipeRequest) {
|
|
708
712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -771,7 +775,7 @@ class VulnerabilityScanningClient {
|
|
|
771
775
|
* @param CreateContainerScanTargetRequest
|
|
772
776
|
* @return CreateContainerScanTargetResponse
|
|
773
777
|
* @throws OciError when an error occurs
|
|
774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
778
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTarget API.
|
|
775
779
|
*/
|
|
776
780
|
createContainerScanTarget(createContainerScanTargetRequest) {
|
|
777
781
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -840,7 +844,7 @@ class VulnerabilityScanningClient {
|
|
|
840
844
|
* @param CreateHostScanRecipeRequest
|
|
841
845
|
* @return CreateHostScanRecipeResponse
|
|
842
846
|
* @throws OciError when an error occurs
|
|
843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipe API.
|
|
844
848
|
*/
|
|
845
849
|
createHostScanRecipe(createHostScanRecipeRequest) {
|
|
846
850
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -909,7 +913,7 @@ class VulnerabilityScanningClient {
|
|
|
909
913
|
* @param CreateHostScanTargetRequest
|
|
910
914
|
* @return CreateHostScanTargetResponse
|
|
911
915
|
* @throws OciError when an error occurs
|
|
912
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
916
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTarget API.
|
|
913
917
|
*/
|
|
914
918
|
createHostScanTarget(createHostScanTargetRequest) {
|
|
915
919
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -978,7 +982,7 @@ class VulnerabilityScanningClient {
|
|
|
978
982
|
* @param DeleteContainerScanRecipeRequest
|
|
979
983
|
* @return DeleteContainerScanRecipeResponse
|
|
980
984
|
* @throws OciError when an error occurs
|
|
981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipe API.
|
|
982
986
|
*/
|
|
983
987
|
deleteContainerScanRecipe(deleteContainerScanRecipeRequest) {
|
|
984
988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1039,7 +1043,7 @@ class VulnerabilityScanningClient {
|
|
|
1039
1043
|
* @param DeleteContainerScanResultRequest
|
|
1040
1044
|
* @return DeleteContainerScanResultResponse
|
|
1041
1045
|
* @throws OciError when an error occurs
|
|
1042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResult API.
|
|
1043
1047
|
*/
|
|
1044
1048
|
deleteContainerScanResult(deleteContainerScanResultRequest) {
|
|
1045
1049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1100,7 +1104,7 @@ class VulnerabilityScanningClient {
|
|
|
1100
1104
|
* @param DeleteContainerScanTargetRequest
|
|
1101
1105
|
* @return DeleteContainerScanTargetResponse
|
|
1102
1106
|
* @throws OciError when an error occurs
|
|
1103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTarget API.
|
|
1104
1108
|
*/
|
|
1105
1109
|
deleteContainerScanTarget(deleteContainerScanTargetRequest) {
|
|
1106
1110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1161,7 +1165,7 @@ class VulnerabilityScanningClient {
|
|
|
1161
1165
|
* @param DeleteHostAgentScanResultRequest
|
|
1162
1166
|
* @return DeleteHostAgentScanResultResponse
|
|
1163
1167
|
* @throws OciError when an error occurs
|
|
1164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResult API.
|
|
1165
1169
|
*/
|
|
1166
1170
|
deleteHostAgentScanResult(deleteHostAgentScanResultRequest) {
|
|
1167
1171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1222,7 +1226,7 @@ class VulnerabilityScanningClient {
|
|
|
1222
1226
|
* @param DeleteHostCisBenchmarkScanResultRequest
|
|
1223
1227
|
* @return DeleteHostCisBenchmarkScanResultResponse
|
|
1224
1228
|
* @throws OciError when an error occurs
|
|
1225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResult API.
|
|
1226
1230
|
*/
|
|
1227
1231
|
deleteHostCisBenchmarkScanResult(deleteHostCisBenchmarkScanResultRequest) {
|
|
1228
1232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1283,7 +1287,7 @@ class VulnerabilityScanningClient {
|
|
|
1283
1287
|
* @param DeleteHostEndpointProtectionScanResultRequest
|
|
1284
1288
|
* @return DeleteHostEndpointProtectionScanResultResponse
|
|
1285
1289
|
* @throws OciError when an error occurs
|
|
1286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResult API.
|
|
1287
1291
|
*/
|
|
1288
1292
|
deleteHostEndpointProtectionScanResult(deleteHostEndpointProtectionScanResultRequest) {
|
|
1289
1293
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1344,7 +1348,7 @@ class VulnerabilityScanningClient {
|
|
|
1344
1348
|
* @param DeleteHostPortScanResultRequest
|
|
1345
1349
|
* @return DeleteHostPortScanResultResponse
|
|
1346
1350
|
* @throws OciError when an error occurs
|
|
1347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResult API.
|
|
1348
1352
|
*/
|
|
1349
1353
|
deleteHostPortScanResult(deleteHostPortScanResultRequest) {
|
|
1350
1354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1405,7 +1409,7 @@ class VulnerabilityScanningClient {
|
|
|
1405
1409
|
* @param DeleteHostScanRecipeRequest
|
|
1406
1410
|
* @return DeleteHostScanRecipeResponse
|
|
1407
1411
|
* @throws OciError when an error occurs
|
|
1408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipe API.
|
|
1409
1413
|
*/
|
|
1410
1414
|
deleteHostScanRecipe(deleteHostScanRecipeRequest) {
|
|
1411
1415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1466,7 +1470,7 @@ class VulnerabilityScanningClient {
|
|
|
1466
1470
|
* @param DeleteHostScanTargetRequest
|
|
1467
1471
|
* @return DeleteHostScanTargetResponse
|
|
1468
1472
|
* @throws OciError when an error occurs
|
|
1469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTarget API.
|
|
1470
1474
|
*/
|
|
1471
1475
|
deleteHostScanTarget(deleteHostScanTargetRequest) {
|
|
1472
1476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1527,7 +1531,7 @@ class VulnerabilityScanningClient {
|
|
|
1527
1531
|
* @param ExportHostAgentScanResultCsvRequest
|
|
1528
1532
|
* @return ExportHostAgentScanResultCsvResponse
|
|
1529
1533
|
* @throws OciError when an error occurs
|
|
1530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsv API.
|
|
1531
1535
|
*/
|
|
1532
1536
|
exportHostAgentScanResultCsv(exportHostAgentScanResultCsvRequest) {
|
|
1533
1537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1584,7 +1588,7 @@ class VulnerabilityScanningClient {
|
|
|
1584
1588
|
* @param ExportHostVulnerabilityCsvRequest
|
|
1585
1589
|
* @return ExportHostVulnerabilityCsvResponse
|
|
1586
1590
|
* @throws OciError when an error occurs
|
|
1587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1591
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsv API.
|
|
1588
1592
|
*/
|
|
1589
1593
|
exportHostVulnerabilityCsv(exportHostVulnerabilityCsvRequest) {
|
|
1590
1594
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1641,7 +1645,7 @@ class VulnerabilityScanningClient {
|
|
|
1641
1645
|
* @param GetContainerScanRecipeRequest
|
|
1642
1646
|
* @return GetContainerScanRecipeResponse
|
|
1643
1647
|
* @throws OciError when an error occurs
|
|
1644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipe API.
|
|
1645
1649
|
*/
|
|
1646
1650
|
getContainerScanRecipe(getContainerScanRecipeRequest) {
|
|
1647
1651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1705,7 +1709,7 @@ class VulnerabilityScanningClient {
|
|
|
1705
1709
|
* @param GetContainerScanResultRequest
|
|
1706
1710
|
* @return GetContainerScanResultResponse
|
|
1707
1711
|
* @throws OciError when an error occurs
|
|
1708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResult API.
|
|
1709
1713
|
*/
|
|
1710
1714
|
getContainerScanResult(getContainerScanResultRequest) {
|
|
1711
1715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1769,7 +1773,7 @@ class VulnerabilityScanningClient {
|
|
|
1769
1773
|
* @param GetContainerScanTargetRequest
|
|
1770
1774
|
* @return GetContainerScanTargetResponse
|
|
1771
1775
|
* @throws OciError when an error occurs
|
|
1772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTarget API.
|
|
1773
1777
|
*/
|
|
1774
1778
|
getContainerScanTarget(getContainerScanTargetRequest) {
|
|
1775
1779
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1833,7 +1837,7 @@ class VulnerabilityScanningClient {
|
|
|
1833
1837
|
* @param GetHostAgentScanResultRequest
|
|
1834
1838
|
* @return GetHostAgentScanResultResponse
|
|
1835
1839
|
* @throws OciError when an error occurs
|
|
1836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResult API.
|
|
1837
1841
|
*/
|
|
1838
1842
|
getHostAgentScanResult(getHostAgentScanResultRequest) {
|
|
1839
1843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1897,7 +1901,7 @@ class VulnerabilityScanningClient {
|
|
|
1897
1901
|
* @param GetHostCisBenchmarkScanResultRequest
|
|
1898
1902
|
* @return GetHostCisBenchmarkScanResultResponse
|
|
1899
1903
|
* @throws OciError when an error occurs
|
|
1900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResult API.
|
|
1901
1905
|
*/
|
|
1902
1906
|
getHostCisBenchmarkScanResult(getHostCisBenchmarkScanResultRequest) {
|
|
1903
1907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1961,7 +1965,7 @@ class VulnerabilityScanningClient {
|
|
|
1961
1965
|
* @param GetHostEndpointProtectionScanResultRequest
|
|
1962
1966
|
* @return GetHostEndpointProtectionScanResultResponse
|
|
1963
1967
|
* @throws OciError when an error occurs
|
|
1964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResult API.
|
|
1965
1969
|
*/
|
|
1966
1970
|
getHostEndpointProtectionScanResult(getHostEndpointProtectionScanResultRequest) {
|
|
1967
1971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2025,7 +2029,7 @@ class VulnerabilityScanningClient {
|
|
|
2025
2029
|
* @param GetHostPortScanResultRequest
|
|
2026
2030
|
* @return GetHostPortScanResultResponse
|
|
2027
2031
|
* @throws OciError when an error occurs
|
|
2028
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2032
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResult API.
|
|
2029
2033
|
*/
|
|
2030
2034
|
getHostPortScanResult(getHostPortScanResultRequest) {
|
|
2031
2035
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2089,7 +2093,7 @@ class VulnerabilityScanningClient {
|
|
|
2089
2093
|
* @param GetHostScanRecipeRequest
|
|
2090
2094
|
* @return GetHostScanRecipeResponse
|
|
2091
2095
|
* @throws OciError when an error occurs
|
|
2092
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipe API.
|
|
2093
2097
|
*/
|
|
2094
2098
|
getHostScanRecipe(getHostScanRecipeRequest) {
|
|
2095
2099
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2153,7 +2157,7 @@ class VulnerabilityScanningClient {
|
|
|
2153
2157
|
* @param GetHostScanTargetRequest
|
|
2154
2158
|
* @return GetHostScanTargetResponse
|
|
2155
2159
|
* @throws OciError when an error occurs
|
|
2156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTarget API.
|
|
2157
2161
|
*/
|
|
2158
2162
|
getHostScanTarget(getHostScanTargetRequest) {
|
|
2159
2163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2217,7 +2221,7 @@ class VulnerabilityScanningClient {
|
|
|
2217
2221
|
* @param GetHostVulnerabilityRequest
|
|
2218
2222
|
* @return GetHostVulnerabilityResponse
|
|
2219
2223
|
* @throws OciError when an error occurs
|
|
2220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerability API.
|
|
2221
2225
|
*/
|
|
2222
2226
|
getHostVulnerability(getHostVulnerabilityRequest) {
|
|
2223
2227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2281,7 +2285,7 @@ class VulnerabilityScanningClient {
|
|
|
2281
2285
|
* @param GetVulnerabilityRequest
|
|
2282
2286
|
* @return GetVulnerabilityResponse
|
|
2283
2287
|
* @throws OciError when an error occurs
|
|
2284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/GetVulnerability.ts.html |here} to see how to use GetVulnerability API.
|
|
2285
2289
|
*/
|
|
2286
2290
|
getVulnerability(getVulnerabilityRequest) {
|
|
2287
2291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2345,7 +2349,7 @@ class VulnerabilityScanningClient {
|
|
|
2345
2349
|
* @param GetWorkRequestRequest
|
|
2346
2350
|
* @return GetWorkRequestResponse
|
|
2347
2351
|
* @throws OciError when an error occurs
|
|
2348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2349
2353
|
*/
|
|
2350
2354
|
getWorkRequest(getWorkRequestRequest) {
|
|
2351
2355
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2409,7 +2413,7 @@ class VulnerabilityScanningClient {
|
|
|
2409
2413
|
* @param ListContainerScanRecipesRequest
|
|
2410
2414
|
* @return ListContainerScanRecipesResponse
|
|
2411
2415
|
* @throws OciError when an error occurs
|
|
2412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListContainerScanRecipes.ts.html |here} to see how to use ListContainerScanRecipes API.
|
|
2413
2417
|
*/
|
|
2414
2418
|
listContainerScanRecipes(listContainerScanRecipesRequest) {
|
|
2415
2419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2479,7 +2483,7 @@ class VulnerabilityScanningClient {
|
|
|
2479
2483
|
* @param ListContainerScanResultsRequest
|
|
2480
2484
|
* @return ListContainerScanResultsResponse
|
|
2481
2485
|
* @throws OciError when an error occurs
|
|
2482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListContainerScanResults.ts.html |here} to see how to use ListContainerScanResults API.
|
|
2483
2487
|
*/
|
|
2484
2488
|
listContainerScanResults(listContainerScanResultsRequest) {
|
|
2485
2489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2554,7 +2558,7 @@ class VulnerabilityScanningClient {
|
|
|
2554
2558
|
* @param ListContainerScanTargetsRequest
|
|
2555
2559
|
* @return ListContainerScanTargetsResponse
|
|
2556
2560
|
* @throws OciError when an error occurs
|
|
2557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2561
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListContainerScanTargets.ts.html |here} to see how to use ListContainerScanTargets API.
|
|
2558
2562
|
*/
|
|
2559
2563
|
listContainerScanTargets(listContainerScanTargetsRequest) {
|
|
2560
2564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2624,7 +2628,7 @@ class VulnerabilityScanningClient {
|
|
|
2624
2628
|
* @param ListHostAgentScanResultsRequest
|
|
2625
2629
|
* @return ListHostAgentScanResultsResponse
|
|
2626
2630
|
* @throws OciError when an error occurs
|
|
2627
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListHostAgentScanResults.ts.html |here} to see how to use ListHostAgentScanResults API.
|
|
2628
2632
|
*/
|
|
2629
2633
|
listHostAgentScanResults(listHostAgentScanResultsRequest) {
|
|
2630
2634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2699,7 +2703,7 @@ class VulnerabilityScanningClient {
|
|
|
2699
2703
|
* @param ListHostCisBenchmarkScanResultsRequest
|
|
2700
2704
|
* @return ListHostCisBenchmarkScanResultsResponse
|
|
2701
2705
|
* @throws OciError when an error occurs
|
|
2702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListHostCisBenchmarkScanResults.ts.html |here} to see how to use ListHostCisBenchmarkScanResults API.
|
|
2703
2707
|
*/
|
|
2704
2708
|
listHostCisBenchmarkScanResults(listHostCisBenchmarkScanResultsRequest) {
|
|
2705
2709
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2773,7 +2777,7 @@ class VulnerabilityScanningClient {
|
|
|
2773
2777
|
* @param ListHostEndpointProtectionScanResultsRequest
|
|
2774
2778
|
* @return ListHostEndpointProtectionScanResultsResponse
|
|
2775
2779
|
* @throws OciError when an error occurs
|
|
2776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListHostEndpointProtectionScanResults.ts.html |here} to see how to use ListHostEndpointProtectionScanResults API.
|
|
2777
2781
|
*/
|
|
2778
2782
|
listHostEndpointProtectionScanResults(listHostEndpointProtectionScanResultsRequest) {
|
|
2779
2783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2847,7 +2851,7 @@ class VulnerabilityScanningClient {
|
|
|
2847
2851
|
* @param ListHostPortScanResultsRequest
|
|
2848
2852
|
* @return ListHostPortScanResultsResponse
|
|
2849
2853
|
* @throws OciError when an error occurs
|
|
2850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2854
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListHostPortScanResults.ts.html |here} to see how to use ListHostPortScanResults API.
|
|
2851
2855
|
*/
|
|
2852
2856
|
listHostPortScanResults(listHostPortScanResultsRequest) {
|
|
2853
2857
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2921,7 +2925,7 @@ class VulnerabilityScanningClient {
|
|
|
2921
2925
|
* @param ListHostScanRecipesRequest
|
|
2922
2926
|
* @return ListHostScanRecipesResponse
|
|
2923
2927
|
* @throws OciError when an error occurs
|
|
2924
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListHostScanRecipes.ts.html |here} to see how to use ListHostScanRecipes API.
|
|
2925
2929
|
*/
|
|
2926
2930
|
listHostScanRecipes(listHostScanRecipesRequest) {
|
|
2927
2931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2991,7 +2995,7 @@ class VulnerabilityScanningClient {
|
|
|
2991
2995
|
* @param ListHostScanTargetErrorsRequest
|
|
2992
2996
|
* @return ListHostScanTargetErrorsResponse
|
|
2993
2997
|
* @throws OciError when an error occurs
|
|
2994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListHostScanTargetErrors.ts.html |here} to see how to use ListHostScanTargetErrors API.
|
|
2995
2999
|
*/
|
|
2996
3000
|
listHostScanTargetErrors(listHostScanTargetErrorsRequest) {
|
|
2997
3001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3062,7 +3066,7 @@ class VulnerabilityScanningClient {
|
|
|
3062
3066
|
* @param ListHostScanTargetsRequest
|
|
3063
3067
|
* @return ListHostScanTargetsResponse
|
|
3064
3068
|
* @throws OciError when an error occurs
|
|
3065
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3069
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListHostScanTargets.ts.html |here} to see how to use ListHostScanTargets API.
|
|
3066
3070
|
*/
|
|
3067
3071
|
listHostScanTargets(listHostScanTargetsRequest) {
|
|
3068
3072
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3132,7 +3136,7 @@ class VulnerabilityScanningClient {
|
|
|
3132
3136
|
* @param ListHostVulnerabilitiesRequest
|
|
3133
3137
|
* @return ListHostVulnerabilitiesResponse
|
|
3134
3138
|
* @throws OciError when an error occurs
|
|
3135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListHostVulnerabilities.ts.html |here} to see how to use ListHostVulnerabilities API.
|
|
3136
3140
|
*/
|
|
3137
3141
|
listHostVulnerabilities(listHostVulnerabilitiesRequest) {
|
|
3138
3142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3204,7 +3208,7 @@ class VulnerabilityScanningClient {
|
|
|
3204
3208
|
* @param ListHostVulnerabilityImpactedHostsRequest
|
|
3205
3209
|
* @return ListHostVulnerabilityImpactedHostsResponse
|
|
3206
3210
|
* @throws OciError when an error occurs
|
|
3207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListHostVulnerabilityImpactedHosts.ts.html |here} to see how to use ListHostVulnerabilityImpactedHosts API.
|
|
3208
3212
|
*/
|
|
3209
3213
|
listHostVulnerabilityImpactedHosts(listHostVulnerabilityImpactedHostsRequest) {
|
|
3210
3214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3273,7 +3277,7 @@ class VulnerabilityScanningClient {
|
|
|
3273
3277
|
* @param ListVulnerabilitiesRequest
|
|
3274
3278
|
* @return ListVulnerabilitiesResponse
|
|
3275
3279
|
* @throws OciError when an error occurs
|
|
3276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListVulnerabilities.ts.html |here} to see how to use ListVulnerabilities API.
|
|
3277
3281
|
*/
|
|
3278
3282
|
listVulnerabilities(listVulnerabilitiesRequest) {
|
|
3279
3283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3345,7 +3349,7 @@ class VulnerabilityScanningClient {
|
|
|
3345
3349
|
* @param ListVulnerabilityImpactedContainersRequest
|
|
3346
3350
|
* @return ListVulnerabilityImpactedContainersResponse
|
|
3347
3351
|
* @throws OciError when an error occurs
|
|
3348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListVulnerabilityImpactedContainers.ts.html |here} to see how to use ListVulnerabilityImpactedContainers API.
|
|
3349
3353
|
*/
|
|
3350
3354
|
listVulnerabilityImpactedContainers(listVulnerabilityImpactedContainersRequest) {
|
|
3351
3355
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3414,7 +3418,7 @@ class VulnerabilityScanningClient {
|
|
|
3414
3418
|
* @param ListVulnerabilityImpactedHostsRequest
|
|
3415
3419
|
* @return ListVulnerabilityImpactedHostsResponse
|
|
3416
3420
|
* @throws OciError when an error occurs
|
|
3417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListVulnerabilityImpactedHosts.ts.html |here} to see how to use ListVulnerabilityImpactedHosts API.
|
|
3418
3422
|
*/
|
|
3419
3423
|
listVulnerabilityImpactedHosts(listVulnerabilityImpactedHostsRequest) {
|
|
3420
3424
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3483,7 +3487,7 @@ class VulnerabilityScanningClient {
|
|
|
3483
3487
|
* @param ListWorkRequestErrorsRequest
|
|
3484
3488
|
* @return ListWorkRequestErrorsResponse
|
|
3485
3489
|
* @throws OciError when an error occurs
|
|
3486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3487
3491
|
*/
|
|
3488
3492
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3489
3493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3550,7 +3554,7 @@ class VulnerabilityScanningClient {
|
|
|
3550
3554
|
* @param ListWorkRequestLogsRequest
|
|
3551
3555
|
* @return ListWorkRequestLogsResponse
|
|
3552
3556
|
* @throws OciError when an error occurs
|
|
3553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3554
3558
|
*/
|
|
3555
3559
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3556
3560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3617,7 +3621,7 @@ class VulnerabilityScanningClient {
|
|
|
3617
3621
|
* @param ListWorkRequestsRequest
|
|
3618
3622
|
* @return ListWorkRequestsResponse
|
|
3619
3623
|
* @throws OciError when an error occurs
|
|
3620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3621
3625
|
*/
|
|
3622
3626
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3623
3627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3683,7 +3687,7 @@ class VulnerabilityScanningClient {
|
|
|
3683
3687
|
* @param UpdateContainerScanRecipeRequest
|
|
3684
3688
|
* @return UpdateContainerScanRecipeResponse
|
|
3685
3689
|
* @throws OciError when an error occurs
|
|
3686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/UpdateContainerScanRecipe.ts.html |here} to see how to use UpdateContainerScanRecipe API.
|
|
3687
3691
|
*/
|
|
3688
3692
|
updateContainerScanRecipe(updateContainerScanRecipeRequest) {
|
|
3689
3693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3745,7 +3749,7 @@ class VulnerabilityScanningClient {
|
|
|
3745
3749
|
* @param UpdateContainerScanTargetRequest
|
|
3746
3750
|
* @return UpdateContainerScanTargetResponse
|
|
3747
3751
|
* @throws OciError when an error occurs
|
|
3748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/UpdateContainerScanTarget.ts.html |here} to see how to use UpdateContainerScanTarget API.
|
|
3749
3753
|
*/
|
|
3750
3754
|
updateContainerScanTarget(updateContainerScanTargetRequest) {
|
|
3751
3755
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3807,7 +3811,7 @@ class VulnerabilityScanningClient {
|
|
|
3807
3811
|
* @param UpdateHostScanRecipeRequest
|
|
3808
3812
|
* @return UpdateHostScanRecipeResponse
|
|
3809
3813
|
* @throws OciError when an error occurs
|
|
3810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3814
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/UpdateHostScanRecipe.ts.html |here} to see how to use UpdateHostScanRecipe API.
|
|
3811
3815
|
*/
|
|
3812
3816
|
updateHostScanRecipe(updateHostScanRecipeRequest) {
|
|
3813
3817
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3869,7 +3873,7 @@ class VulnerabilityScanningClient {
|
|
|
3869
3873
|
* @param UpdateHostScanTargetRequest
|
|
3870
3874
|
* @return UpdateHostScanTargetResponse
|
|
3871
3875
|
* @throws OciError when an error occurs
|
|
3872
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3876
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/vulnerabilityscanning/UpdateHostScanTarget.ts.html |here} to see how to use UpdateHostScanTarget API.
|
|
3873
3877
|
*/
|
|
3874
3878
|
updateHostScanTarget(updateHostScanTargetRequest) {
|
|
3875
3879
|
return __awaiter(this, void 0, void 0, function* () {
|