oci-vulnerabilityscanning 2.77.1 → 2.78.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 +58 -58
- package/lib/client.js +58 -58
- 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
|
@@ -197,7 +197,7 @@ class VulnerabilityScanningClient {
|
|
|
197
197
|
* @param ChangeContainerScanRecipeCompartmentRequest
|
|
198
198
|
* @return ChangeContainerScanRecipeCompartmentResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartment API.
|
|
201
201
|
*/
|
|
202
202
|
changeContainerScanRecipeCompartment(changeContainerScanRecipeCompartmentRequest) {
|
|
203
203
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -255,7 +255,7 @@ class VulnerabilityScanningClient {
|
|
|
255
255
|
* @param ChangeContainerScanResultCompartmentRequest
|
|
256
256
|
* @return ChangeContainerScanResultCompartmentResponse
|
|
257
257
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartment API.
|
|
259
259
|
*/
|
|
260
260
|
changeContainerScanResultCompartment(changeContainerScanResultCompartmentRequest) {
|
|
261
261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -313,7 +313,7 @@ class VulnerabilityScanningClient {
|
|
|
313
313
|
* @param ChangeContainerScanTargetCompartmentRequest
|
|
314
314
|
* @return ChangeContainerScanTargetCompartmentResponse
|
|
315
315
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartment API.
|
|
317
317
|
*/
|
|
318
318
|
changeContainerScanTargetCompartment(changeContainerScanTargetCompartmentRequest) {
|
|
319
319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -371,7 +371,7 @@ class VulnerabilityScanningClient {
|
|
|
371
371
|
* @param ChangeHostAgentScanResultCompartmentRequest
|
|
372
372
|
* @return ChangeHostAgentScanResultCompartmentResponse
|
|
373
373
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartment API.
|
|
375
375
|
*/
|
|
376
376
|
changeHostAgentScanResultCompartment(changeHostAgentScanResultCompartmentRequest) {
|
|
377
377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -429,7 +429,7 @@ class VulnerabilityScanningClient {
|
|
|
429
429
|
* @param ChangeHostCisBenchmarkScanResultCompartmentRequest
|
|
430
430
|
* @return ChangeHostCisBenchmarkScanResultCompartmentResponse
|
|
431
431
|
* @throws OciError when an error occurs
|
|
432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartment API.
|
|
433
433
|
*/
|
|
434
434
|
changeHostCisBenchmarkScanResultCompartment(changeHostCisBenchmarkScanResultCompartmentRequest) {
|
|
435
435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -487,7 +487,7 @@ class VulnerabilityScanningClient {
|
|
|
487
487
|
* @param ChangeHostEndpointProtectionScanResultCompartmentRequest
|
|
488
488
|
* @return ChangeHostEndpointProtectionScanResultCompartmentResponse
|
|
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.78.0/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartment API.
|
|
491
491
|
*/
|
|
492
492
|
changeHostEndpointProtectionScanResultCompartment(changeHostEndpointProtectionScanResultCompartmentRequest) {
|
|
493
493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -545,7 +545,7 @@ class VulnerabilityScanningClient {
|
|
|
545
545
|
* @param ChangeHostPortScanResultCompartmentRequest
|
|
546
546
|
* @return ChangeHostPortScanResultCompartmentResponse
|
|
547
547
|
* @throws OciError when an error occurs
|
|
548
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartment API.
|
|
549
549
|
*/
|
|
550
550
|
changeHostPortScanResultCompartment(changeHostPortScanResultCompartmentRequest) {
|
|
551
551
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -603,7 +603,7 @@ class VulnerabilityScanningClient {
|
|
|
603
603
|
* @param ChangeHostScanRecipeCompartmentRequest
|
|
604
604
|
* @return ChangeHostScanRecipeCompartmentResponse
|
|
605
605
|
* @throws OciError when an error occurs
|
|
606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
606
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartment API.
|
|
607
607
|
*/
|
|
608
608
|
changeHostScanRecipeCompartment(changeHostScanRecipeCompartmentRequest) {
|
|
609
609
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -661,7 +661,7 @@ class VulnerabilityScanningClient {
|
|
|
661
661
|
* @param ChangeHostScanTargetCompartmentRequest
|
|
662
662
|
* @return ChangeHostScanTargetCompartmentResponse
|
|
663
663
|
* @throws OciError when an error occurs
|
|
664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartment API.
|
|
665
665
|
*/
|
|
666
666
|
changeHostScanTargetCompartment(changeHostScanTargetCompartmentRequest) {
|
|
667
667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -719,7 +719,7 @@ class VulnerabilityScanningClient {
|
|
|
719
719
|
* @param CreateContainerScanRecipeRequest
|
|
720
720
|
* @return CreateContainerScanRecipeResponse
|
|
721
721
|
* @throws OciError when an error occurs
|
|
722
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
722
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipe API.
|
|
723
723
|
*/
|
|
724
724
|
createContainerScanRecipe(createContainerScanRecipeRequest) {
|
|
725
725
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -788,7 +788,7 @@ class VulnerabilityScanningClient {
|
|
|
788
788
|
* @param CreateContainerScanTargetRequest
|
|
789
789
|
* @return CreateContainerScanTargetResponse
|
|
790
790
|
* @throws OciError when an error occurs
|
|
791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTarget API.
|
|
792
792
|
*/
|
|
793
793
|
createContainerScanTarget(createContainerScanTargetRequest) {
|
|
794
794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -857,7 +857,7 @@ class VulnerabilityScanningClient {
|
|
|
857
857
|
* @param CreateHostScanRecipeRequest
|
|
858
858
|
* @return CreateHostScanRecipeResponse
|
|
859
859
|
* @throws OciError when an error occurs
|
|
860
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
860
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipe API.
|
|
861
861
|
*/
|
|
862
862
|
createHostScanRecipe(createHostScanRecipeRequest) {
|
|
863
863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -926,7 +926,7 @@ class VulnerabilityScanningClient {
|
|
|
926
926
|
* @param CreateHostScanTargetRequest
|
|
927
927
|
* @return CreateHostScanTargetResponse
|
|
928
928
|
* @throws OciError when an error occurs
|
|
929
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
929
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTarget API.
|
|
930
930
|
*/
|
|
931
931
|
createHostScanTarget(createHostScanTargetRequest) {
|
|
932
932
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -995,7 +995,7 @@ class VulnerabilityScanningClient {
|
|
|
995
995
|
* @param DeleteContainerScanRecipeRequest
|
|
996
996
|
* @return DeleteContainerScanRecipeResponse
|
|
997
997
|
* @throws OciError when an error occurs
|
|
998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipe API.
|
|
999
999
|
*/
|
|
1000
1000
|
deleteContainerScanRecipe(deleteContainerScanRecipeRequest) {
|
|
1001
1001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1056,7 +1056,7 @@ class VulnerabilityScanningClient {
|
|
|
1056
1056
|
* @param DeleteContainerScanResultRequest
|
|
1057
1057
|
* @return DeleteContainerScanResultResponse
|
|
1058
1058
|
* @throws OciError when an error occurs
|
|
1059
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1059
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResult API.
|
|
1060
1060
|
*/
|
|
1061
1061
|
deleteContainerScanResult(deleteContainerScanResultRequest) {
|
|
1062
1062
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1117,7 +1117,7 @@ class VulnerabilityScanningClient {
|
|
|
1117
1117
|
* @param DeleteContainerScanTargetRequest
|
|
1118
1118
|
* @return DeleteContainerScanTargetResponse
|
|
1119
1119
|
* @throws OciError when an error occurs
|
|
1120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTarget API.
|
|
1121
1121
|
*/
|
|
1122
1122
|
deleteContainerScanTarget(deleteContainerScanTargetRequest) {
|
|
1123
1123
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1178,7 +1178,7 @@ class VulnerabilityScanningClient {
|
|
|
1178
1178
|
* @param DeleteHostAgentScanResultRequest
|
|
1179
1179
|
* @return DeleteHostAgentScanResultResponse
|
|
1180
1180
|
* @throws OciError when an error occurs
|
|
1181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResult API.
|
|
1182
1182
|
*/
|
|
1183
1183
|
deleteHostAgentScanResult(deleteHostAgentScanResultRequest) {
|
|
1184
1184
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1239,7 +1239,7 @@ class VulnerabilityScanningClient {
|
|
|
1239
1239
|
* @param DeleteHostCisBenchmarkScanResultRequest
|
|
1240
1240
|
* @return DeleteHostCisBenchmarkScanResultResponse
|
|
1241
1241
|
* @throws OciError when an error occurs
|
|
1242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResult API.
|
|
1243
1243
|
*/
|
|
1244
1244
|
deleteHostCisBenchmarkScanResult(deleteHostCisBenchmarkScanResultRequest) {
|
|
1245
1245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1300,7 +1300,7 @@ class VulnerabilityScanningClient {
|
|
|
1300
1300
|
* @param DeleteHostEndpointProtectionScanResultRequest
|
|
1301
1301
|
* @return DeleteHostEndpointProtectionScanResultResponse
|
|
1302
1302
|
* @throws OciError when an error occurs
|
|
1303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResult API.
|
|
1304
1304
|
*/
|
|
1305
1305
|
deleteHostEndpointProtectionScanResult(deleteHostEndpointProtectionScanResultRequest) {
|
|
1306
1306
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1361,7 +1361,7 @@ class VulnerabilityScanningClient {
|
|
|
1361
1361
|
* @param DeleteHostPortScanResultRequest
|
|
1362
1362
|
* @return DeleteHostPortScanResultResponse
|
|
1363
1363
|
* @throws OciError when an error occurs
|
|
1364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResult API.
|
|
1365
1365
|
*/
|
|
1366
1366
|
deleteHostPortScanResult(deleteHostPortScanResultRequest) {
|
|
1367
1367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1422,7 +1422,7 @@ class VulnerabilityScanningClient {
|
|
|
1422
1422
|
* @param DeleteHostScanRecipeRequest
|
|
1423
1423
|
* @return DeleteHostScanRecipeResponse
|
|
1424
1424
|
* @throws OciError when an error occurs
|
|
1425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipe API.
|
|
1426
1426
|
*/
|
|
1427
1427
|
deleteHostScanRecipe(deleteHostScanRecipeRequest) {
|
|
1428
1428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1483,7 +1483,7 @@ class VulnerabilityScanningClient {
|
|
|
1483
1483
|
* @param DeleteHostScanTargetRequest
|
|
1484
1484
|
* @return DeleteHostScanTargetResponse
|
|
1485
1485
|
* @throws OciError when an error occurs
|
|
1486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTarget API.
|
|
1487
1487
|
*/
|
|
1488
1488
|
deleteHostScanTarget(deleteHostScanTargetRequest) {
|
|
1489
1489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1544,7 +1544,7 @@ class VulnerabilityScanningClient {
|
|
|
1544
1544
|
* @param ExportHostAgentScanResultCsvRequest
|
|
1545
1545
|
* @return ExportHostAgentScanResultCsvResponse
|
|
1546
1546
|
* @throws OciError when an error occurs
|
|
1547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsv API.
|
|
1548
1548
|
*/
|
|
1549
1549
|
exportHostAgentScanResultCsv(exportHostAgentScanResultCsvRequest) {
|
|
1550
1550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1601,7 +1601,7 @@ class VulnerabilityScanningClient {
|
|
|
1601
1601
|
* @param ExportHostVulnerabilityCsvRequest
|
|
1602
1602
|
* @return ExportHostVulnerabilityCsvResponse
|
|
1603
1603
|
* @throws OciError when an error occurs
|
|
1604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsv API.
|
|
1605
1605
|
*/
|
|
1606
1606
|
exportHostVulnerabilityCsv(exportHostVulnerabilityCsvRequest) {
|
|
1607
1607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1658,7 +1658,7 @@ class VulnerabilityScanningClient {
|
|
|
1658
1658
|
* @param GetContainerScanRecipeRequest
|
|
1659
1659
|
* @return GetContainerScanRecipeResponse
|
|
1660
1660
|
* @throws OciError when an error occurs
|
|
1661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipe API.
|
|
1662
1662
|
*/
|
|
1663
1663
|
getContainerScanRecipe(getContainerScanRecipeRequest) {
|
|
1664
1664
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1722,7 +1722,7 @@ class VulnerabilityScanningClient {
|
|
|
1722
1722
|
* @param GetContainerScanResultRequest
|
|
1723
1723
|
* @return GetContainerScanResultResponse
|
|
1724
1724
|
* @throws OciError when an error occurs
|
|
1725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResult API.
|
|
1726
1726
|
*/
|
|
1727
1727
|
getContainerScanResult(getContainerScanResultRequest) {
|
|
1728
1728
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1786,7 +1786,7 @@ class VulnerabilityScanningClient {
|
|
|
1786
1786
|
* @param GetContainerScanTargetRequest
|
|
1787
1787
|
* @return GetContainerScanTargetResponse
|
|
1788
1788
|
* @throws OciError when an error occurs
|
|
1789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTarget API.
|
|
1790
1790
|
*/
|
|
1791
1791
|
getContainerScanTarget(getContainerScanTargetRequest) {
|
|
1792
1792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1850,7 +1850,7 @@ class VulnerabilityScanningClient {
|
|
|
1850
1850
|
* @param GetHostAgentScanResultRequest
|
|
1851
1851
|
* @return GetHostAgentScanResultResponse
|
|
1852
1852
|
* @throws OciError when an error occurs
|
|
1853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResult API.
|
|
1854
1854
|
*/
|
|
1855
1855
|
getHostAgentScanResult(getHostAgentScanResultRequest) {
|
|
1856
1856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1914,7 +1914,7 @@ class VulnerabilityScanningClient {
|
|
|
1914
1914
|
* @param GetHostCisBenchmarkScanResultRequest
|
|
1915
1915
|
* @return GetHostCisBenchmarkScanResultResponse
|
|
1916
1916
|
* @throws OciError when an error occurs
|
|
1917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResult API.
|
|
1918
1918
|
*/
|
|
1919
1919
|
getHostCisBenchmarkScanResult(getHostCisBenchmarkScanResultRequest) {
|
|
1920
1920
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1978,7 +1978,7 @@ class VulnerabilityScanningClient {
|
|
|
1978
1978
|
* @param GetHostEndpointProtectionScanResultRequest
|
|
1979
1979
|
* @return GetHostEndpointProtectionScanResultResponse
|
|
1980
1980
|
* @throws OciError when an error occurs
|
|
1981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResult API.
|
|
1982
1982
|
*/
|
|
1983
1983
|
getHostEndpointProtectionScanResult(getHostEndpointProtectionScanResultRequest) {
|
|
1984
1984
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2042,7 +2042,7 @@ class VulnerabilityScanningClient {
|
|
|
2042
2042
|
* @param GetHostPortScanResultRequest
|
|
2043
2043
|
* @return GetHostPortScanResultResponse
|
|
2044
2044
|
* @throws OciError when an error occurs
|
|
2045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResult API.
|
|
2046
2046
|
*/
|
|
2047
2047
|
getHostPortScanResult(getHostPortScanResultRequest) {
|
|
2048
2048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2106,7 +2106,7 @@ class VulnerabilityScanningClient {
|
|
|
2106
2106
|
* @param GetHostScanRecipeRequest
|
|
2107
2107
|
* @return GetHostScanRecipeResponse
|
|
2108
2108
|
* @throws OciError when an error occurs
|
|
2109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipe API.
|
|
2110
2110
|
*/
|
|
2111
2111
|
getHostScanRecipe(getHostScanRecipeRequest) {
|
|
2112
2112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2170,7 +2170,7 @@ class VulnerabilityScanningClient {
|
|
|
2170
2170
|
* @param GetHostScanTargetRequest
|
|
2171
2171
|
* @return GetHostScanTargetResponse
|
|
2172
2172
|
* @throws OciError when an error occurs
|
|
2173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTarget API.
|
|
2174
2174
|
*/
|
|
2175
2175
|
getHostScanTarget(getHostScanTargetRequest) {
|
|
2176
2176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2234,7 +2234,7 @@ class VulnerabilityScanningClient {
|
|
|
2234
2234
|
* @param GetHostVulnerabilityRequest
|
|
2235
2235
|
* @return GetHostVulnerabilityResponse
|
|
2236
2236
|
* @throws OciError when an error occurs
|
|
2237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerability API.
|
|
2238
2238
|
*/
|
|
2239
2239
|
getHostVulnerability(getHostVulnerabilityRequest) {
|
|
2240
2240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2298,7 +2298,7 @@ class VulnerabilityScanningClient {
|
|
|
2298
2298
|
* @param GetVulnerabilityRequest
|
|
2299
2299
|
* @return GetVulnerabilityResponse
|
|
2300
2300
|
* @throws OciError when an error occurs
|
|
2301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/GetVulnerability.ts.html |here} to see how to use GetVulnerability API.
|
|
2302
2302
|
*/
|
|
2303
2303
|
getVulnerability(getVulnerabilityRequest) {
|
|
2304
2304
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2362,7 +2362,7 @@ class VulnerabilityScanningClient {
|
|
|
2362
2362
|
* @param GetWorkRequestRequest
|
|
2363
2363
|
* @return GetWorkRequestResponse
|
|
2364
2364
|
* @throws OciError when an error occurs
|
|
2365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2366
2366
|
*/
|
|
2367
2367
|
getWorkRequest(getWorkRequestRequest) {
|
|
2368
2368
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2426,7 +2426,7 @@ class VulnerabilityScanningClient {
|
|
|
2426
2426
|
* @param ListContainerScanRecipesRequest
|
|
2427
2427
|
* @return ListContainerScanRecipesResponse
|
|
2428
2428
|
* @throws OciError when an error occurs
|
|
2429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListContainerScanRecipes.ts.html |here} to see how to use ListContainerScanRecipes API.
|
|
2430
2430
|
*/
|
|
2431
2431
|
listContainerScanRecipes(listContainerScanRecipesRequest) {
|
|
2432
2432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2496,7 +2496,7 @@ class VulnerabilityScanningClient {
|
|
|
2496
2496
|
* @param ListContainerScanResultsRequest
|
|
2497
2497
|
* @return ListContainerScanResultsResponse
|
|
2498
2498
|
* @throws OciError when an error occurs
|
|
2499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListContainerScanResults.ts.html |here} to see how to use ListContainerScanResults API.
|
|
2500
2500
|
*/
|
|
2501
2501
|
listContainerScanResults(listContainerScanResultsRequest) {
|
|
2502
2502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2571,7 +2571,7 @@ class VulnerabilityScanningClient {
|
|
|
2571
2571
|
* @param ListContainerScanTargetsRequest
|
|
2572
2572
|
* @return ListContainerScanTargetsResponse
|
|
2573
2573
|
* @throws OciError when an error occurs
|
|
2574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListContainerScanTargets.ts.html |here} to see how to use ListContainerScanTargets API.
|
|
2575
2575
|
*/
|
|
2576
2576
|
listContainerScanTargets(listContainerScanTargetsRequest) {
|
|
2577
2577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2641,7 +2641,7 @@ class VulnerabilityScanningClient {
|
|
|
2641
2641
|
* @param ListHostAgentScanResultsRequest
|
|
2642
2642
|
* @return ListHostAgentScanResultsResponse
|
|
2643
2643
|
* @throws OciError when an error occurs
|
|
2644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListHostAgentScanResults.ts.html |here} to see how to use ListHostAgentScanResults API.
|
|
2645
2645
|
*/
|
|
2646
2646
|
listHostAgentScanResults(listHostAgentScanResultsRequest) {
|
|
2647
2647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2716,7 +2716,7 @@ class VulnerabilityScanningClient {
|
|
|
2716
2716
|
* @param ListHostCisBenchmarkScanResultsRequest
|
|
2717
2717
|
* @return ListHostCisBenchmarkScanResultsResponse
|
|
2718
2718
|
* @throws OciError when an error occurs
|
|
2719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2719
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListHostCisBenchmarkScanResults.ts.html |here} to see how to use ListHostCisBenchmarkScanResults API.
|
|
2720
2720
|
*/
|
|
2721
2721
|
listHostCisBenchmarkScanResults(listHostCisBenchmarkScanResultsRequest) {
|
|
2722
2722
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2790,7 +2790,7 @@ class VulnerabilityScanningClient {
|
|
|
2790
2790
|
* @param ListHostEndpointProtectionScanResultsRequest
|
|
2791
2791
|
* @return ListHostEndpointProtectionScanResultsResponse
|
|
2792
2792
|
* @throws OciError when an error occurs
|
|
2793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListHostEndpointProtectionScanResults.ts.html |here} to see how to use ListHostEndpointProtectionScanResults API.
|
|
2794
2794
|
*/
|
|
2795
2795
|
listHostEndpointProtectionScanResults(listHostEndpointProtectionScanResultsRequest) {
|
|
2796
2796
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2864,7 +2864,7 @@ class VulnerabilityScanningClient {
|
|
|
2864
2864
|
* @param ListHostPortScanResultsRequest
|
|
2865
2865
|
* @return ListHostPortScanResultsResponse
|
|
2866
2866
|
* @throws OciError when an error occurs
|
|
2867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListHostPortScanResults.ts.html |here} to see how to use ListHostPortScanResults API.
|
|
2868
2868
|
*/
|
|
2869
2869
|
listHostPortScanResults(listHostPortScanResultsRequest) {
|
|
2870
2870
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2938,7 +2938,7 @@ class VulnerabilityScanningClient {
|
|
|
2938
2938
|
* @param ListHostScanRecipesRequest
|
|
2939
2939
|
* @return ListHostScanRecipesResponse
|
|
2940
2940
|
* @throws OciError when an error occurs
|
|
2941
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2941
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListHostScanRecipes.ts.html |here} to see how to use ListHostScanRecipes API.
|
|
2942
2942
|
*/
|
|
2943
2943
|
listHostScanRecipes(listHostScanRecipesRequest) {
|
|
2944
2944
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3008,7 +3008,7 @@ class VulnerabilityScanningClient {
|
|
|
3008
3008
|
* @param ListHostScanTargetErrorsRequest
|
|
3009
3009
|
* @return ListHostScanTargetErrorsResponse
|
|
3010
3010
|
* @throws OciError when an error occurs
|
|
3011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListHostScanTargetErrors.ts.html |here} to see how to use ListHostScanTargetErrors API.
|
|
3012
3012
|
*/
|
|
3013
3013
|
listHostScanTargetErrors(listHostScanTargetErrorsRequest) {
|
|
3014
3014
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3079,7 +3079,7 @@ class VulnerabilityScanningClient {
|
|
|
3079
3079
|
* @param ListHostScanTargetsRequest
|
|
3080
3080
|
* @return ListHostScanTargetsResponse
|
|
3081
3081
|
* @throws OciError when an error occurs
|
|
3082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListHostScanTargets.ts.html |here} to see how to use ListHostScanTargets API.
|
|
3083
3083
|
*/
|
|
3084
3084
|
listHostScanTargets(listHostScanTargetsRequest) {
|
|
3085
3085
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3149,7 +3149,7 @@ class VulnerabilityScanningClient {
|
|
|
3149
3149
|
* @param ListHostVulnerabilitiesRequest
|
|
3150
3150
|
* @return ListHostVulnerabilitiesResponse
|
|
3151
3151
|
* @throws OciError when an error occurs
|
|
3152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListHostVulnerabilities.ts.html |here} to see how to use ListHostVulnerabilities API.
|
|
3153
3153
|
*/
|
|
3154
3154
|
listHostVulnerabilities(listHostVulnerabilitiesRequest) {
|
|
3155
3155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3221,7 +3221,7 @@ class VulnerabilityScanningClient {
|
|
|
3221
3221
|
* @param ListHostVulnerabilityImpactedHostsRequest
|
|
3222
3222
|
* @return ListHostVulnerabilityImpactedHostsResponse
|
|
3223
3223
|
* @throws OciError when an error occurs
|
|
3224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListHostVulnerabilityImpactedHosts.ts.html |here} to see how to use ListHostVulnerabilityImpactedHosts API.
|
|
3225
3225
|
*/
|
|
3226
3226
|
listHostVulnerabilityImpactedHosts(listHostVulnerabilityImpactedHostsRequest) {
|
|
3227
3227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3290,7 +3290,7 @@ class VulnerabilityScanningClient {
|
|
|
3290
3290
|
* @param ListVulnerabilitiesRequest
|
|
3291
3291
|
* @return ListVulnerabilitiesResponse
|
|
3292
3292
|
* @throws OciError when an error occurs
|
|
3293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListVulnerabilities.ts.html |here} to see how to use ListVulnerabilities API.
|
|
3294
3294
|
*/
|
|
3295
3295
|
listVulnerabilities(listVulnerabilitiesRequest) {
|
|
3296
3296
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3362,7 +3362,7 @@ class VulnerabilityScanningClient {
|
|
|
3362
3362
|
* @param ListVulnerabilityImpactedContainersRequest
|
|
3363
3363
|
* @return ListVulnerabilityImpactedContainersResponse
|
|
3364
3364
|
* @throws OciError when an error occurs
|
|
3365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListVulnerabilityImpactedContainers.ts.html |here} to see how to use ListVulnerabilityImpactedContainers API.
|
|
3366
3366
|
*/
|
|
3367
3367
|
listVulnerabilityImpactedContainers(listVulnerabilityImpactedContainersRequest) {
|
|
3368
3368
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3431,7 +3431,7 @@ class VulnerabilityScanningClient {
|
|
|
3431
3431
|
* @param ListVulnerabilityImpactedHostsRequest
|
|
3432
3432
|
* @return ListVulnerabilityImpactedHostsResponse
|
|
3433
3433
|
* @throws OciError when an error occurs
|
|
3434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListVulnerabilityImpactedHosts.ts.html |here} to see how to use ListVulnerabilityImpactedHosts API.
|
|
3435
3435
|
*/
|
|
3436
3436
|
listVulnerabilityImpactedHosts(listVulnerabilityImpactedHostsRequest) {
|
|
3437
3437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3500,7 +3500,7 @@ class VulnerabilityScanningClient {
|
|
|
3500
3500
|
* @param ListWorkRequestErrorsRequest
|
|
3501
3501
|
* @return ListWorkRequestErrorsResponse
|
|
3502
3502
|
* @throws OciError when an error occurs
|
|
3503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3504
3504
|
*/
|
|
3505
3505
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3506
3506
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3567,7 +3567,7 @@ class VulnerabilityScanningClient {
|
|
|
3567
3567
|
* @param ListWorkRequestLogsRequest
|
|
3568
3568
|
* @return ListWorkRequestLogsResponse
|
|
3569
3569
|
* @throws OciError when an error occurs
|
|
3570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3571
3571
|
*/
|
|
3572
3572
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3573
3573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3634,7 +3634,7 @@ class VulnerabilityScanningClient {
|
|
|
3634
3634
|
* @param ListWorkRequestsRequest
|
|
3635
3635
|
* @return ListWorkRequestsResponse
|
|
3636
3636
|
* @throws OciError when an error occurs
|
|
3637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3638
3638
|
*/
|
|
3639
3639
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3640
3640
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3700,7 +3700,7 @@ class VulnerabilityScanningClient {
|
|
|
3700
3700
|
* @param UpdateContainerScanRecipeRequest
|
|
3701
3701
|
* @return UpdateContainerScanRecipeResponse
|
|
3702
3702
|
* @throws OciError when an error occurs
|
|
3703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/UpdateContainerScanRecipe.ts.html |here} to see how to use UpdateContainerScanRecipe API.
|
|
3704
3704
|
*/
|
|
3705
3705
|
updateContainerScanRecipe(updateContainerScanRecipeRequest) {
|
|
3706
3706
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3762,7 +3762,7 @@ class VulnerabilityScanningClient {
|
|
|
3762
3762
|
* @param UpdateContainerScanTargetRequest
|
|
3763
3763
|
* @return UpdateContainerScanTargetResponse
|
|
3764
3764
|
* @throws OciError when an error occurs
|
|
3765
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3765
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/UpdateContainerScanTarget.ts.html |here} to see how to use UpdateContainerScanTarget API.
|
|
3766
3766
|
*/
|
|
3767
3767
|
updateContainerScanTarget(updateContainerScanTargetRequest) {
|
|
3768
3768
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3824,7 +3824,7 @@ class VulnerabilityScanningClient {
|
|
|
3824
3824
|
* @param UpdateHostScanRecipeRequest
|
|
3825
3825
|
* @return UpdateHostScanRecipeResponse
|
|
3826
3826
|
* @throws OciError when an error occurs
|
|
3827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3827
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/UpdateHostScanRecipe.ts.html |here} to see how to use UpdateHostScanRecipe API.
|
|
3828
3828
|
*/
|
|
3829
3829
|
updateHostScanRecipe(updateHostScanRecipeRequest) {
|
|
3830
3830
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3886,7 +3886,7 @@ class VulnerabilityScanningClient {
|
|
|
3886
3886
|
* @param UpdateHostScanTargetRequest
|
|
3887
3887
|
* @return UpdateHostScanTargetResponse
|
|
3888
3888
|
* @throws OciError when an error occurs
|
|
3889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vulnerabilityscanning/UpdateHostScanTarget.ts.html |here} to see how to use UpdateHostScanTarget API.
|
|
3890
3890
|
*/
|
|
3891
3891
|
updateHostScanTarget(updateHostScanTargetRequest) {
|
|
3892
3892
|
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.78.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.78.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.78.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.78.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.78.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.78.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.78.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.78.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostScanRecipeCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|