oci-vulnerabilityscanning 2.21.0 → 2.22.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 +57 -57
- package/lib/client.js +57 -57
- 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-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
|
@@ -151,7 +151,7 @@ class VulnerabilityScanningClient {
|
|
|
151
151
|
* @param ChangeContainerScanRecipeCompartmentRequest
|
|
152
152
|
* @return ChangeContainerScanRecipeCompartmentResponse
|
|
153
153
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartment API.
|
|
155
155
|
*/
|
|
156
156
|
changeContainerScanRecipeCompartment(changeContainerScanRecipeCompartmentRequest) {
|
|
157
157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -207,7 +207,7 @@ class VulnerabilityScanningClient {
|
|
|
207
207
|
* @param ChangeContainerScanResultCompartmentRequest
|
|
208
208
|
* @return ChangeContainerScanResultCompartmentResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartment API.
|
|
211
211
|
*/
|
|
212
212
|
changeContainerScanResultCompartment(changeContainerScanResultCompartmentRequest) {
|
|
213
213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -263,7 +263,7 @@ class VulnerabilityScanningClient {
|
|
|
263
263
|
* @param ChangeContainerScanTargetCompartmentRequest
|
|
264
264
|
* @return ChangeContainerScanTargetCompartmentResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartment API.
|
|
267
267
|
*/
|
|
268
268
|
changeContainerScanTargetCompartment(changeContainerScanTargetCompartmentRequest) {
|
|
269
269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -319,7 +319,7 @@ class VulnerabilityScanningClient {
|
|
|
319
319
|
* @param ChangeHostAgentScanResultCompartmentRequest
|
|
320
320
|
* @return ChangeHostAgentScanResultCompartmentResponse
|
|
321
321
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartment API.
|
|
323
323
|
*/
|
|
324
324
|
changeHostAgentScanResultCompartment(changeHostAgentScanResultCompartmentRequest) {
|
|
325
325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -375,7 +375,7 @@ class VulnerabilityScanningClient {
|
|
|
375
375
|
* @param ChangeHostCisBenchmarkScanResultCompartmentRequest
|
|
376
376
|
* @return ChangeHostCisBenchmarkScanResultCompartmentResponse
|
|
377
377
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartment API.
|
|
379
379
|
*/
|
|
380
380
|
changeHostCisBenchmarkScanResultCompartment(changeHostCisBenchmarkScanResultCompartmentRequest) {
|
|
381
381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -431,7 +431,7 @@ class VulnerabilityScanningClient {
|
|
|
431
431
|
* @param ChangeHostEndpointProtectionScanResultCompartmentRequest
|
|
432
432
|
* @return ChangeHostEndpointProtectionScanResultCompartmentResponse
|
|
433
433
|
* @throws OciError when an error occurs
|
|
434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartment API.
|
|
435
435
|
*/
|
|
436
436
|
changeHostEndpointProtectionScanResultCompartment(changeHostEndpointProtectionScanResultCompartmentRequest) {
|
|
437
437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -487,7 +487,7 @@ class VulnerabilityScanningClient {
|
|
|
487
487
|
* @param ChangeHostPortScanResultCompartmentRequest
|
|
488
488
|
* @return ChangeHostPortScanResultCompartmentResponse
|
|
489
489
|
* @throws OciError when an error occurs
|
|
490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartment API.
|
|
491
491
|
*/
|
|
492
492
|
changeHostPortScanResultCompartment(changeHostPortScanResultCompartmentRequest) {
|
|
493
493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -543,7 +543,7 @@ class VulnerabilityScanningClient {
|
|
|
543
543
|
* @param ChangeHostScanRecipeCompartmentRequest
|
|
544
544
|
* @return ChangeHostScanRecipeCompartmentResponse
|
|
545
545
|
* @throws OciError when an error occurs
|
|
546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartment API.
|
|
547
547
|
*/
|
|
548
548
|
changeHostScanRecipeCompartment(changeHostScanRecipeCompartmentRequest) {
|
|
549
549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -599,7 +599,7 @@ class VulnerabilityScanningClient {
|
|
|
599
599
|
* @param ChangeHostScanTargetCompartmentRequest
|
|
600
600
|
* @return ChangeHostScanTargetCompartmentResponse
|
|
601
601
|
* @throws OciError when an error occurs
|
|
602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartment API.
|
|
603
603
|
*/
|
|
604
604
|
changeHostScanTargetCompartment(changeHostScanTargetCompartmentRequest) {
|
|
605
605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -655,7 +655,7 @@ class VulnerabilityScanningClient {
|
|
|
655
655
|
* @param CreateContainerScanRecipeRequest
|
|
656
656
|
* @return CreateContainerScanRecipeResponse
|
|
657
657
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipe API.
|
|
659
659
|
*/
|
|
660
660
|
createContainerScanRecipe(createContainerScanRecipeRequest) {
|
|
661
661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -722,7 +722,7 @@ class VulnerabilityScanningClient {
|
|
|
722
722
|
* @param CreateContainerScanTargetRequest
|
|
723
723
|
* @return CreateContainerScanTargetResponse
|
|
724
724
|
* @throws OciError when an error occurs
|
|
725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTarget API.
|
|
726
726
|
*/
|
|
727
727
|
createContainerScanTarget(createContainerScanTargetRequest) {
|
|
728
728
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -789,7 +789,7 @@ class VulnerabilityScanningClient {
|
|
|
789
789
|
* @param CreateHostScanRecipeRequest
|
|
790
790
|
* @return CreateHostScanRecipeResponse
|
|
791
791
|
* @throws OciError when an error occurs
|
|
792
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipe API.
|
|
793
793
|
*/
|
|
794
794
|
createHostScanRecipe(createHostScanRecipeRequest) {
|
|
795
795
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -856,7 +856,7 @@ class VulnerabilityScanningClient {
|
|
|
856
856
|
* @param CreateHostScanTargetRequest
|
|
857
857
|
* @return CreateHostScanTargetResponse
|
|
858
858
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTarget API.
|
|
860
860
|
*/
|
|
861
861
|
createHostScanTarget(createHostScanTargetRequest) {
|
|
862
862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -923,7 +923,7 @@ class VulnerabilityScanningClient {
|
|
|
923
923
|
* @param DeleteContainerScanRecipeRequest
|
|
924
924
|
* @return DeleteContainerScanRecipeResponse
|
|
925
925
|
* @throws OciError when an error occurs
|
|
926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipe API.
|
|
927
927
|
*/
|
|
928
928
|
deleteContainerScanRecipe(deleteContainerScanRecipeRequest) {
|
|
929
929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -982,7 +982,7 @@ class VulnerabilityScanningClient {
|
|
|
982
982
|
* @param DeleteContainerScanResultRequest
|
|
983
983
|
* @return DeleteContainerScanResultResponse
|
|
984
984
|
* @throws OciError when an error occurs
|
|
985
|
-
* @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.22.0/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResult API.
|
|
986
986
|
*/
|
|
987
987
|
deleteContainerScanResult(deleteContainerScanResultRequest) {
|
|
988
988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1041,7 +1041,7 @@ class VulnerabilityScanningClient {
|
|
|
1041
1041
|
* @param DeleteContainerScanTargetRequest
|
|
1042
1042
|
* @return DeleteContainerScanTargetResponse
|
|
1043
1043
|
* @throws OciError when an error occurs
|
|
1044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTarget API.
|
|
1045
1045
|
*/
|
|
1046
1046
|
deleteContainerScanTarget(deleteContainerScanTargetRequest) {
|
|
1047
1047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1100,7 +1100,7 @@ class VulnerabilityScanningClient {
|
|
|
1100
1100
|
* @param DeleteHostAgentScanResultRequest
|
|
1101
1101
|
* @return DeleteHostAgentScanResultResponse
|
|
1102
1102
|
* @throws OciError when an error occurs
|
|
1103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResult API.
|
|
1104
1104
|
*/
|
|
1105
1105
|
deleteHostAgentScanResult(deleteHostAgentScanResultRequest) {
|
|
1106
1106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1159,7 +1159,7 @@ class VulnerabilityScanningClient {
|
|
|
1159
1159
|
* @param DeleteHostCisBenchmarkScanResultRequest
|
|
1160
1160
|
* @return DeleteHostCisBenchmarkScanResultResponse
|
|
1161
1161
|
* @throws OciError when an error occurs
|
|
1162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResult API.
|
|
1163
1163
|
*/
|
|
1164
1164
|
deleteHostCisBenchmarkScanResult(deleteHostCisBenchmarkScanResultRequest) {
|
|
1165
1165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1218,7 +1218,7 @@ class VulnerabilityScanningClient {
|
|
|
1218
1218
|
* @param DeleteHostEndpointProtectionScanResultRequest
|
|
1219
1219
|
* @return DeleteHostEndpointProtectionScanResultResponse
|
|
1220
1220
|
* @throws OciError when an error occurs
|
|
1221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResult API.
|
|
1222
1222
|
*/
|
|
1223
1223
|
deleteHostEndpointProtectionScanResult(deleteHostEndpointProtectionScanResultRequest) {
|
|
1224
1224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1277,7 +1277,7 @@ class VulnerabilityScanningClient {
|
|
|
1277
1277
|
* @param DeleteHostPortScanResultRequest
|
|
1278
1278
|
* @return DeleteHostPortScanResultResponse
|
|
1279
1279
|
* @throws OciError when an error occurs
|
|
1280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResult API.
|
|
1281
1281
|
*/
|
|
1282
1282
|
deleteHostPortScanResult(deleteHostPortScanResultRequest) {
|
|
1283
1283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1336,7 +1336,7 @@ class VulnerabilityScanningClient {
|
|
|
1336
1336
|
* @param DeleteHostScanRecipeRequest
|
|
1337
1337
|
* @return DeleteHostScanRecipeResponse
|
|
1338
1338
|
* @throws OciError when an error occurs
|
|
1339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipe API.
|
|
1340
1340
|
*/
|
|
1341
1341
|
deleteHostScanRecipe(deleteHostScanRecipeRequest) {
|
|
1342
1342
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1395,7 +1395,7 @@ class VulnerabilityScanningClient {
|
|
|
1395
1395
|
* @param DeleteHostScanTargetRequest
|
|
1396
1396
|
* @return DeleteHostScanTargetResponse
|
|
1397
1397
|
* @throws OciError when an error occurs
|
|
1398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTarget API.
|
|
1399
1399
|
*/
|
|
1400
1400
|
deleteHostScanTarget(deleteHostScanTargetRequest) {
|
|
1401
1401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1454,7 +1454,7 @@ class VulnerabilityScanningClient {
|
|
|
1454
1454
|
* @param ExportHostAgentScanResultCsvRequest
|
|
1455
1455
|
* @return ExportHostAgentScanResultCsvResponse
|
|
1456
1456
|
* @throws OciError when an error occurs
|
|
1457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsv API.
|
|
1458
1458
|
*/
|
|
1459
1459
|
exportHostAgentScanResultCsv(exportHostAgentScanResultCsvRequest) {
|
|
1460
1460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1509,7 +1509,7 @@ class VulnerabilityScanningClient {
|
|
|
1509
1509
|
* @param ExportHostVulnerabilityCsvRequest
|
|
1510
1510
|
* @return ExportHostVulnerabilityCsvResponse
|
|
1511
1511
|
* @throws OciError when an error occurs
|
|
1512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsv API.
|
|
1513
1513
|
*/
|
|
1514
1514
|
exportHostVulnerabilityCsv(exportHostVulnerabilityCsvRequest) {
|
|
1515
1515
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1564,7 +1564,7 @@ class VulnerabilityScanningClient {
|
|
|
1564
1564
|
* @param GetContainerScanRecipeRequest
|
|
1565
1565
|
* @return GetContainerScanRecipeResponse
|
|
1566
1566
|
* @throws OciError when an error occurs
|
|
1567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipe API.
|
|
1568
1568
|
*/
|
|
1569
1569
|
getContainerScanRecipe(getContainerScanRecipeRequest) {
|
|
1570
1570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1626,7 +1626,7 @@ class VulnerabilityScanningClient {
|
|
|
1626
1626
|
* @param GetContainerScanResultRequest
|
|
1627
1627
|
* @return GetContainerScanResultResponse
|
|
1628
1628
|
* @throws OciError when an error occurs
|
|
1629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResult API.
|
|
1630
1630
|
*/
|
|
1631
1631
|
getContainerScanResult(getContainerScanResultRequest) {
|
|
1632
1632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1688,7 +1688,7 @@ class VulnerabilityScanningClient {
|
|
|
1688
1688
|
* @param GetContainerScanTargetRequest
|
|
1689
1689
|
* @return GetContainerScanTargetResponse
|
|
1690
1690
|
* @throws OciError when an error occurs
|
|
1691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTarget API.
|
|
1692
1692
|
*/
|
|
1693
1693
|
getContainerScanTarget(getContainerScanTargetRequest) {
|
|
1694
1694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1750,7 +1750,7 @@ class VulnerabilityScanningClient {
|
|
|
1750
1750
|
* @param GetHostAgentScanResultRequest
|
|
1751
1751
|
* @return GetHostAgentScanResultResponse
|
|
1752
1752
|
* @throws OciError when an error occurs
|
|
1753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResult API.
|
|
1754
1754
|
*/
|
|
1755
1755
|
getHostAgentScanResult(getHostAgentScanResultRequest) {
|
|
1756
1756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1812,7 +1812,7 @@ class VulnerabilityScanningClient {
|
|
|
1812
1812
|
* @param GetHostCisBenchmarkScanResultRequest
|
|
1813
1813
|
* @return GetHostCisBenchmarkScanResultResponse
|
|
1814
1814
|
* @throws OciError when an error occurs
|
|
1815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResult API.
|
|
1816
1816
|
*/
|
|
1817
1817
|
getHostCisBenchmarkScanResult(getHostCisBenchmarkScanResultRequest) {
|
|
1818
1818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1874,7 +1874,7 @@ class VulnerabilityScanningClient {
|
|
|
1874
1874
|
* @param GetHostEndpointProtectionScanResultRequest
|
|
1875
1875
|
* @return GetHostEndpointProtectionScanResultResponse
|
|
1876
1876
|
* @throws OciError when an error occurs
|
|
1877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResult API.
|
|
1878
1878
|
*/
|
|
1879
1879
|
getHostEndpointProtectionScanResult(getHostEndpointProtectionScanResultRequest) {
|
|
1880
1880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1936,7 +1936,7 @@ class VulnerabilityScanningClient {
|
|
|
1936
1936
|
* @param GetHostPortScanResultRequest
|
|
1937
1937
|
* @return GetHostPortScanResultResponse
|
|
1938
1938
|
* @throws OciError when an error occurs
|
|
1939
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1939
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResult API.
|
|
1940
1940
|
*/
|
|
1941
1941
|
getHostPortScanResult(getHostPortScanResultRequest) {
|
|
1942
1942
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1998,7 +1998,7 @@ class VulnerabilityScanningClient {
|
|
|
1998
1998
|
* @param GetHostScanRecipeRequest
|
|
1999
1999
|
* @return GetHostScanRecipeResponse
|
|
2000
2000
|
* @throws OciError when an error occurs
|
|
2001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipe API.
|
|
2002
2002
|
*/
|
|
2003
2003
|
getHostScanRecipe(getHostScanRecipeRequest) {
|
|
2004
2004
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2060,7 +2060,7 @@ class VulnerabilityScanningClient {
|
|
|
2060
2060
|
* @param GetHostScanTargetRequest
|
|
2061
2061
|
* @return GetHostScanTargetResponse
|
|
2062
2062
|
* @throws OciError when an error occurs
|
|
2063
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2063
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTarget API.
|
|
2064
2064
|
*/
|
|
2065
2065
|
getHostScanTarget(getHostScanTargetRequest) {
|
|
2066
2066
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2122,7 +2122,7 @@ class VulnerabilityScanningClient {
|
|
|
2122
2122
|
* @param GetHostVulnerabilityRequest
|
|
2123
2123
|
* @return GetHostVulnerabilityResponse
|
|
2124
2124
|
* @throws OciError when an error occurs
|
|
2125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerability API.
|
|
2126
2126
|
*/
|
|
2127
2127
|
getHostVulnerability(getHostVulnerabilityRequest) {
|
|
2128
2128
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2184,7 +2184,7 @@ class VulnerabilityScanningClient {
|
|
|
2184
2184
|
* @param GetVulnerabilityRequest
|
|
2185
2185
|
* @return GetVulnerabilityResponse
|
|
2186
2186
|
* @throws OciError when an error occurs
|
|
2187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/GetVulnerability.ts.html |here} to see how to use GetVulnerability API.
|
|
2188
2188
|
*/
|
|
2189
2189
|
getVulnerability(getVulnerabilityRequest) {
|
|
2190
2190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2246,7 +2246,7 @@ class VulnerabilityScanningClient {
|
|
|
2246
2246
|
* @param GetWorkRequestRequest
|
|
2247
2247
|
* @return GetWorkRequestResponse
|
|
2248
2248
|
* @throws OciError when an error occurs
|
|
2249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2250
2250
|
*/
|
|
2251
2251
|
getWorkRequest(getWorkRequestRequest) {
|
|
2252
2252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2308,7 +2308,7 @@ class VulnerabilityScanningClient {
|
|
|
2308
2308
|
* @param ListContainerScanRecipesRequest
|
|
2309
2309
|
* @return ListContainerScanRecipesResponse
|
|
2310
2310
|
* @throws OciError when an error occurs
|
|
2311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListContainerScanRecipes.ts.html |here} to see how to use ListContainerScanRecipes API.
|
|
2312
2312
|
*/
|
|
2313
2313
|
listContainerScanRecipes(listContainerScanRecipesRequest) {
|
|
2314
2314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2376,7 +2376,7 @@ class VulnerabilityScanningClient {
|
|
|
2376
2376
|
* @param ListContainerScanResultsRequest
|
|
2377
2377
|
* @return ListContainerScanResultsResponse
|
|
2378
2378
|
* @throws OciError when an error occurs
|
|
2379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListContainerScanResults.ts.html |here} to see how to use ListContainerScanResults API.
|
|
2380
2380
|
*/
|
|
2381
2381
|
listContainerScanResults(listContainerScanResultsRequest) {
|
|
2382
2382
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2448,7 +2448,7 @@ class VulnerabilityScanningClient {
|
|
|
2448
2448
|
* @param ListContainerScanTargetsRequest
|
|
2449
2449
|
* @return ListContainerScanTargetsResponse
|
|
2450
2450
|
* @throws OciError when an error occurs
|
|
2451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListContainerScanTargets.ts.html |here} to see how to use ListContainerScanTargets API.
|
|
2452
2452
|
*/
|
|
2453
2453
|
listContainerScanTargets(listContainerScanTargetsRequest) {
|
|
2454
2454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2516,7 +2516,7 @@ class VulnerabilityScanningClient {
|
|
|
2516
2516
|
* @param ListHostAgentScanResultsRequest
|
|
2517
2517
|
* @return ListHostAgentScanResultsResponse
|
|
2518
2518
|
* @throws OciError when an error occurs
|
|
2519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListHostAgentScanResults.ts.html |here} to see how to use ListHostAgentScanResults API.
|
|
2520
2520
|
*/
|
|
2521
2521
|
listHostAgentScanResults(listHostAgentScanResultsRequest) {
|
|
2522
2522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2588,7 +2588,7 @@ class VulnerabilityScanningClient {
|
|
|
2588
2588
|
* @param ListHostCisBenchmarkScanResultsRequest
|
|
2589
2589
|
* @return ListHostCisBenchmarkScanResultsResponse
|
|
2590
2590
|
* @throws OciError when an error occurs
|
|
2591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2591
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListHostCisBenchmarkScanResults.ts.html |here} to see how to use ListHostCisBenchmarkScanResults API.
|
|
2592
2592
|
*/
|
|
2593
2593
|
listHostCisBenchmarkScanResults(listHostCisBenchmarkScanResultsRequest) {
|
|
2594
2594
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2659,7 +2659,7 @@ class VulnerabilityScanningClient {
|
|
|
2659
2659
|
* @param ListHostEndpointProtectionScanResultsRequest
|
|
2660
2660
|
* @return ListHostEndpointProtectionScanResultsResponse
|
|
2661
2661
|
* @throws OciError when an error occurs
|
|
2662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2662
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListHostEndpointProtectionScanResults.ts.html |here} to see how to use ListHostEndpointProtectionScanResults API.
|
|
2663
2663
|
*/
|
|
2664
2664
|
listHostEndpointProtectionScanResults(listHostEndpointProtectionScanResultsRequest) {
|
|
2665
2665
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2730,7 +2730,7 @@ class VulnerabilityScanningClient {
|
|
|
2730
2730
|
* @param ListHostPortScanResultsRequest
|
|
2731
2731
|
* @return ListHostPortScanResultsResponse
|
|
2732
2732
|
* @throws OciError when an error occurs
|
|
2733
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2733
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListHostPortScanResults.ts.html |here} to see how to use ListHostPortScanResults API.
|
|
2734
2734
|
*/
|
|
2735
2735
|
listHostPortScanResults(listHostPortScanResultsRequest) {
|
|
2736
2736
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2801,7 +2801,7 @@ class VulnerabilityScanningClient {
|
|
|
2801
2801
|
* @param ListHostScanRecipesRequest
|
|
2802
2802
|
* @return ListHostScanRecipesResponse
|
|
2803
2803
|
* @throws OciError when an error occurs
|
|
2804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListHostScanRecipes.ts.html |here} to see how to use ListHostScanRecipes API.
|
|
2805
2805
|
*/
|
|
2806
2806
|
listHostScanRecipes(listHostScanRecipesRequest) {
|
|
2807
2807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2869,7 +2869,7 @@ class VulnerabilityScanningClient {
|
|
|
2869
2869
|
* @param ListHostScanTargetsRequest
|
|
2870
2870
|
* @return ListHostScanTargetsResponse
|
|
2871
2871
|
* @throws OciError when an error occurs
|
|
2872
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2872
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListHostScanTargets.ts.html |here} to see how to use ListHostScanTargets API.
|
|
2873
2873
|
*/
|
|
2874
2874
|
listHostScanTargets(listHostScanTargetsRequest) {
|
|
2875
2875
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2937,7 +2937,7 @@ class VulnerabilityScanningClient {
|
|
|
2937
2937
|
* @param ListHostVulnerabilitiesRequest
|
|
2938
2938
|
* @return ListHostVulnerabilitiesResponse
|
|
2939
2939
|
* @throws OciError when an error occurs
|
|
2940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListHostVulnerabilities.ts.html |here} to see how to use ListHostVulnerabilities API.
|
|
2941
2941
|
*/
|
|
2942
2942
|
listHostVulnerabilities(listHostVulnerabilitiesRequest) {
|
|
2943
2943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3007,7 +3007,7 @@ class VulnerabilityScanningClient {
|
|
|
3007
3007
|
* @param ListHostVulnerabilityImpactedHostsRequest
|
|
3008
3008
|
* @return ListHostVulnerabilityImpactedHostsResponse
|
|
3009
3009
|
* @throws OciError when an error occurs
|
|
3010
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3010
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListHostVulnerabilityImpactedHosts.ts.html |here} to see how to use ListHostVulnerabilityImpactedHosts API.
|
|
3011
3011
|
*/
|
|
3012
3012
|
listHostVulnerabilityImpactedHosts(listHostVulnerabilityImpactedHostsRequest) {
|
|
3013
3013
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3074,7 +3074,7 @@ class VulnerabilityScanningClient {
|
|
|
3074
3074
|
* @param ListVulnerabilitiesRequest
|
|
3075
3075
|
* @return ListVulnerabilitiesResponse
|
|
3076
3076
|
* @throws OciError when an error occurs
|
|
3077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListVulnerabilities.ts.html |here} to see how to use ListVulnerabilities API.
|
|
3078
3078
|
*/
|
|
3079
3079
|
listVulnerabilities(listVulnerabilitiesRequest) {
|
|
3080
3080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3144,7 +3144,7 @@ class VulnerabilityScanningClient {
|
|
|
3144
3144
|
* @param ListVulnerabilityImpactedContainersRequest
|
|
3145
3145
|
* @return ListVulnerabilityImpactedContainersResponse
|
|
3146
3146
|
* @throws OciError when an error occurs
|
|
3147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListVulnerabilityImpactedContainers.ts.html |here} to see how to use ListVulnerabilityImpactedContainers API.
|
|
3148
3148
|
*/
|
|
3149
3149
|
listVulnerabilityImpactedContainers(listVulnerabilityImpactedContainersRequest) {
|
|
3150
3150
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3211,7 +3211,7 @@ class VulnerabilityScanningClient {
|
|
|
3211
3211
|
* @param ListVulnerabilityImpactedHostsRequest
|
|
3212
3212
|
* @return ListVulnerabilityImpactedHostsResponse
|
|
3213
3213
|
* @throws OciError when an error occurs
|
|
3214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListVulnerabilityImpactedHosts.ts.html |here} to see how to use ListVulnerabilityImpactedHosts API.
|
|
3215
3215
|
*/
|
|
3216
3216
|
listVulnerabilityImpactedHosts(listVulnerabilityImpactedHostsRequest) {
|
|
3217
3217
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3278,7 +3278,7 @@ class VulnerabilityScanningClient {
|
|
|
3278
3278
|
* @param ListWorkRequestErrorsRequest
|
|
3279
3279
|
* @return ListWorkRequestErrorsResponse
|
|
3280
3280
|
* @throws OciError when an error occurs
|
|
3281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3282
3282
|
*/
|
|
3283
3283
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3284
3284
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3343,7 +3343,7 @@ class VulnerabilityScanningClient {
|
|
|
3343
3343
|
* @param ListWorkRequestLogsRequest
|
|
3344
3344
|
* @return ListWorkRequestLogsResponse
|
|
3345
3345
|
* @throws OciError when an error occurs
|
|
3346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3347
3347
|
*/
|
|
3348
3348
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3349
3349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3408,7 +3408,7 @@ class VulnerabilityScanningClient {
|
|
|
3408
3408
|
* @param ListWorkRequestsRequest
|
|
3409
3409
|
* @return ListWorkRequestsResponse
|
|
3410
3410
|
* @throws OciError when an error occurs
|
|
3411
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3412
3412
|
*/
|
|
3413
3413
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3414
3414
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3472,7 +3472,7 @@ class VulnerabilityScanningClient {
|
|
|
3472
3472
|
* @param UpdateContainerScanRecipeRequest
|
|
3473
3473
|
* @return UpdateContainerScanRecipeResponse
|
|
3474
3474
|
* @throws OciError when an error occurs
|
|
3475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/UpdateContainerScanRecipe.ts.html |here} to see how to use UpdateContainerScanRecipe API.
|
|
3476
3476
|
*/
|
|
3477
3477
|
updateContainerScanRecipe(updateContainerScanRecipeRequest) {
|
|
3478
3478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3532,7 +3532,7 @@ class VulnerabilityScanningClient {
|
|
|
3532
3532
|
* @param UpdateContainerScanTargetRequest
|
|
3533
3533
|
* @return UpdateContainerScanTargetResponse
|
|
3534
3534
|
* @throws OciError when an error occurs
|
|
3535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/UpdateContainerScanTarget.ts.html |here} to see how to use UpdateContainerScanTarget API.
|
|
3536
3536
|
*/
|
|
3537
3537
|
updateContainerScanTarget(updateContainerScanTargetRequest) {
|
|
3538
3538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3592,7 +3592,7 @@ class VulnerabilityScanningClient {
|
|
|
3592
3592
|
* @param UpdateHostScanRecipeRequest
|
|
3593
3593
|
* @return UpdateHostScanRecipeResponse
|
|
3594
3594
|
* @throws OciError when an error occurs
|
|
3595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/UpdateHostScanRecipe.ts.html |here} to see how to use UpdateHostScanRecipe API.
|
|
3596
3596
|
*/
|
|
3597
3597
|
updateHostScanRecipe(updateHostScanRecipeRequest) {
|
|
3598
3598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3652,7 +3652,7 @@ class VulnerabilityScanningClient {
|
|
|
3652
3652
|
* @param UpdateHostScanTargetRequest
|
|
3653
3653
|
* @return UpdateHostScanTargetResponse
|
|
3654
3654
|
* @throws OciError when an error occurs
|
|
3655
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3655
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/UpdateHostScanTarget.ts.html |here} to see how to use UpdateHostScanTarget API.
|
|
3656
3656
|
*/
|
|
3657
3657
|
updateHostScanTarget(updateHostScanTargetRequest) {
|
|
3658
3658
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeContainerScanRecipeCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeContainerScanResultCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeContainerScanTargetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostAgentScanResultCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostCisBenchmarkScanResultCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostEndpointProtectionScanResultCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostPortScanResultCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostScanRecipeCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostScanTargetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|