oci-vulnerabilityscanning 2.89.2 → 2.89.4
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
|
@@ -203,7 +203,7 @@ class VulnerabilityScanningClient {
|
|
|
203
203
|
* @param ChangeContainerScanRecipeCompartmentRequest
|
|
204
204
|
* @return ChangeContainerScanRecipeCompartmentResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartment API.
|
|
207
207
|
*/
|
|
208
208
|
changeContainerScanRecipeCompartment(changeContainerScanRecipeCompartmentRequest) {
|
|
209
209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -261,7 +261,7 @@ class VulnerabilityScanningClient {
|
|
|
261
261
|
* @param ChangeContainerScanResultCompartmentRequest
|
|
262
262
|
* @return ChangeContainerScanResultCompartmentResponse
|
|
263
263
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartment API.
|
|
265
265
|
*/
|
|
266
266
|
changeContainerScanResultCompartment(changeContainerScanResultCompartmentRequest) {
|
|
267
267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -319,7 +319,7 @@ class VulnerabilityScanningClient {
|
|
|
319
319
|
* @param ChangeContainerScanTargetCompartmentRequest
|
|
320
320
|
* @return ChangeContainerScanTargetCompartmentResponse
|
|
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.89.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartment API.
|
|
323
323
|
*/
|
|
324
324
|
changeContainerScanTargetCompartment(changeContainerScanTargetCompartmentRequest) {
|
|
325
325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -377,7 +377,7 @@ class VulnerabilityScanningClient {
|
|
|
377
377
|
* @param ChangeHostAgentScanResultCompartmentRequest
|
|
378
378
|
* @return ChangeHostAgentScanResultCompartmentResponse
|
|
379
379
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartment API.
|
|
381
381
|
*/
|
|
382
382
|
changeHostAgentScanResultCompartment(changeHostAgentScanResultCompartmentRequest) {
|
|
383
383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -435,7 +435,7 @@ class VulnerabilityScanningClient {
|
|
|
435
435
|
* @param ChangeHostCisBenchmarkScanResultCompartmentRequest
|
|
436
436
|
* @return ChangeHostCisBenchmarkScanResultCompartmentResponse
|
|
437
437
|
* @throws OciError when an error occurs
|
|
438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartment API.
|
|
439
439
|
*/
|
|
440
440
|
changeHostCisBenchmarkScanResultCompartment(changeHostCisBenchmarkScanResultCompartmentRequest) {
|
|
441
441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -493,7 +493,7 @@ class VulnerabilityScanningClient {
|
|
|
493
493
|
* @param ChangeHostEndpointProtectionScanResultCompartmentRequest
|
|
494
494
|
* @return ChangeHostEndpointProtectionScanResultCompartmentResponse
|
|
495
495
|
* @throws OciError when an error occurs
|
|
496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartment API.
|
|
497
497
|
*/
|
|
498
498
|
changeHostEndpointProtectionScanResultCompartment(changeHostEndpointProtectionScanResultCompartmentRequest) {
|
|
499
499
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -551,7 +551,7 @@ class VulnerabilityScanningClient {
|
|
|
551
551
|
* @param ChangeHostPortScanResultCompartmentRequest
|
|
552
552
|
* @return ChangeHostPortScanResultCompartmentResponse
|
|
553
553
|
* @throws OciError when an error occurs
|
|
554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartment API.
|
|
555
555
|
*/
|
|
556
556
|
changeHostPortScanResultCompartment(changeHostPortScanResultCompartmentRequest) {
|
|
557
557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -609,7 +609,7 @@ class VulnerabilityScanningClient {
|
|
|
609
609
|
* @param ChangeHostScanRecipeCompartmentRequest
|
|
610
610
|
* @return ChangeHostScanRecipeCompartmentResponse
|
|
611
611
|
* @throws OciError when an error occurs
|
|
612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartment API.
|
|
613
613
|
*/
|
|
614
614
|
changeHostScanRecipeCompartment(changeHostScanRecipeCompartmentRequest) {
|
|
615
615
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -667,7 +667,7 @@ class VulnerabilityScanningClient {
|
|
|
667
667
|
* @param ChangeHostScanTargetCompartmentRequest
|
|
668
668
|
* @return ChangeHostScanTargetCompartmentResponse
|
|
669
669
|
* @throws OciError when an error occurs
|
|
670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartment API.
|
|
671
671
|
*/
|
|
672
672
|
changeHostScanTargetCompartment(changeHostScanTargetCompartmentRequest) {
|
|
673
673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -725,7 +725,7 @@ class VulnerabilityScanningClient {
|
|
|
725
725
|
* @param CreateContainerScanRecipeRequest
|
|
726
726
|
* @return CreateContainerScanRecipeResponse
|
|
727
727
|
* @throws OciError when an error occurs
|
|
728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
728
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipe API.
|
|
729
729
|
*/
|
|
730
730
|
createContainerScanRecipe(createContainerScanRecipeRequest) {
|
|
731
731
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -794,7 +794,7 @@ class VulnerabilityScanningClient {
|
|
|
794
794
|
* @param CreateContainerScanTargetRequest
|
|
795
795
|
* @return CreateContainerScanTargetResponse
|
|
796
796
|
* @throws OciError when an error occurs
|
|
797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTarget API.
|
|
798
798
|
*/
|
|
799
799
|
createContainerScanTarget(createContainerScanTargetRequest) {
|
|
800
800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -863,7 +863,7 @@ class VulnerabilityScanningClient {
|
|
|
863
863
|
* @param CreateHostScanRecipeRequest
|
|
864
864
|
* @return CreateHostScanRecipeResponse
|
|
865
865
|
* @throws OciError when an error occurs
|
|
866
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
866
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipe API.
|
|
867
867
|
*/
|
|
868
868
|
createHostScanRecipe(createHostScanRecipeRequest) {
|
|
869
869
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -932,7 +932,7 @@ class VulnerabilityScanningClient {
|
|
|
932
932
|
* @param CreateHostScanTargetRequest
|
|
933
933
|
* @return CreateHostScanTargetResponse
|
|
934
934
|
* @throws OciError when an error occurs
|
|
935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTarget API.
|
|
936
936
|
*/
|
|
937
937
|
createHostScanTarget(createHostScanTargetRequest) {
|
|
938
938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1001,7 +1001,7 @@ class VulnerabilityScanningClient {
|
|
|
1001
1001
|
* @param DeleteContainerScanRecipeRequest
|
|
1002
1002
|
* @return DeleteContainerScanRecipeResponse
|
|
1003
1003
|
* @throws OciError when an error occurs
|
|
1004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1004
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipe API.
|
|
1005
1005
|
*/
|
|
1006
1006
|
deleteContainerScanRecipe(deleteContainerScanRecipeRequest) {
|
|
1007
1007
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1062,7 +1062,7 @@ class VulnerabilityScanningClient {
|
|
|
1062
1062
|
* @param DeleteContainerScanResultRequest
|
|
1063
1063
|
* @return DeleteContainerScanResultResponse
|
|
1064
1064
|
* @throws OciError when an error occurs
|
|
1065
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResult API.
|
|
1066
1066
|
*/
|
|
1067
1067
|
deleteContainerScanResult(deleteContainerScanResultRequest) {
|
|
1068
1068
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1123,7 +1123,7 @@ class VulnerabilityScanningClient {
|
|
|
1123
1123
|
* @param DeleteContainerScanTargetRequest
|
|
1124
1124
|
* @return DeleteContainerScanTargetResponse
|
|
1125
1125
|
* @throws OciError when an error occurs
|
|
1126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTarget API.
|
|
1127
1127
|
*/
|
|
1128
1128
|
deleteContainerScanTarget(deleteContainerScanTargetRequest) {
|
|
1129
1129
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1184,7 +1184,7 @@ class VulnerabilityScanningClient {
|
|
|
1184
1184
|
* @param DeleteHostAgentScanResultRequest
|
|
1185
1185
|
* @return DeleteHostAgentScanResultResponse
|
|
1186
1186
|
* @throws OciError when an error occurs
|
|
1187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResult API.
|
|
1188
1188
|
*/
|
|
1189
1189
|
deleteHostAgentScanResult(deleteHostAgentScanResultRequest) {
|
|
1190
1190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1245,7 +1245,7 @@ class VulnerabilityScanningClient {
|
|
|
1245
1245
|
* @param DeleteHostCisBenchmarkScanResultRequest
|
|
1246
1246
|
* @return DeleteHostCisBenchmarkScanResultResponse
|
|
1247
1247
|
* @throws OciError when an error occurs
|
|
1248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResult API.
|
|
1249
1249
|
*/
|
|
1250
1250
|
deleteHostCisBenchmarkScanResult(deleteHostCisBenchmarkScanResultRequest) {
|
|
1251
1251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1306,7 +1306,7 @@ class VulnerabilityScanningClient {
|
|
|
1306
1306
|
* @param DeleteHostEndpointProtectionScanResultRequest
|
|
1307
1307
|
* @return DeleteHostEndpointProtectionScanResultResponse
|
|
1308
1308
|
* @throws OciError when an error occurs
|
|
1309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResult API.
|
|
1310
1310
|
*/
|
|
1311
1311
|
deleteHostEndpointProtectionScanResult(deleteHostEndpointProtectionScanResultRequest) {
|
|
1312
1312
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1367,7 +1367,7 @@ class VulnerabilityScanningClient {
|
|
|
1367
1367
|
* @param DeleteHostPortScanResultRequest
|
|
1368
1368
|
* @return DeleteHostPortScanResultResponse
|
|
1369
1369
|
* @throws OciError when an error occurs
|
|
1370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResult API.
|
|
1371
1371
|
*/
|
|
1372
1372
|
deleteHostPortScanResult(deleteHostPortScanResultRequest) {
|
|
1373
1373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1428,7 +1428,7 @@ class VulnerabilityScanningClient {
|
|
|
1428
1428
|
* @param DeleteHostScanRecipeRequest
|
|
1429
1429
|
* @return DeleteHostScanRecipeResponse
|
|
1430
1430
|
* @throws OciError when an error occurs
|
|
1431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipe API.
|
|
1432
1432
|
*/
|
|
1433
1433
|
deleteHostScanRecipe(deleteHostScanRecipeRequest) {
|
|
1434
1434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1489,7 +1489,7 @@ class VulnerabilityScanningClient {
|
|
|
1489
1489
|
* @param DeleteHostScanTargetRequest
|
|
1490
1490
|
* @return DeleteHostScanTargetResponse
|
|
1491
1491
|
* @throws OciError when an error occurs
|
|
1492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTarget API.
|
|
1493
1493
|
*/
|
|
1494
1494
|
deleteHostScanTarget(deleteHostScanTargetRequest) {
|
|
1495
1495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1550,7 +1550,7 @@ class VulnerabilityScanningClient {
|
|
|
1550
1550
|
* @param ExportHostAgentScanResultCsvRequest
|
|
1551
1551
|
* @return ExportHostAgentScanResultCsvResponse
|
|
1552
1552
|
* @throws OciError when an error occurs
|
|
1553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsv API.
|
|
1554
1554
|
*/
|
|
1555
1555
|
exportHostAgentScanResultCsv(exportHostAgentScanResultCsvRequest) {
|
|
1556
1556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1607,7 +1607,7 @@ class VulnerabilityScanningClient {
|
|
|
1607
1607
|
* @param ExportHostVulnerabilityCsvRequest
|
|
1608
1608
|
* @return ExportHostVulnerabilityCsvResponse
|
|
1609
1609
|
* @throws OciError when an error occurs
|
|
1610
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1610
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsv API.
|
|
1611
1611
|
*/
|
|
1612
1612
|
exportHostVulnerabilityCsv(exportHostVulnerabilityCsvRequest) {
|
|
1613
1613
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1664,7 +1664,7 @@ class VulnerabilityScanningClient {
|
|
|
1664
1664
|
* @param GetContainerScanRecipeRequest
|
|
1665
1665
|
* @return GetContainerScanRecipeResponse
|
|
1666
1666
|
* @throws OciError when an error occurs
|
|
1667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipe API.
|
|
1668
1668
|
*/
|
|
1669
1669
|
getContainerScanRecipe(getContainerScanRecipeRequest) {
|
|
1670
1670
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1728,7 +1728,7 @@ class VulnerabilityScanningClient {
|
|
|
1728
1728
|
* @param GetContainerScanResultRequest
|
|
1729
1729
|
* @return GetContainerScanResultResponse
|
|
1730
1730
|
* @throws OciError when an error occurs
|
|
1731
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResult API.
|
|
1732
1732
|
*/
|
|
1733
1733
|
getContainerScanResult(getContainerScanResultRequest) {
|
|
1734
1734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1792,7 +1792,7 @@ class VulnerabilityScanningClient {
|
|
|
1792
1792
|
* @param GetContainerScanTargetRequest
|
|
1793
1793
|
* @return GetContainerScanTargetResponse
|
|
1794
1794
|
* @throws OciError when an error occurs
|
|
1795
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTarget API.
|
|
1796
1796
|
*/
|
|
1797
1797
|
getContainerScanTarget(getContainerScanTargetRequest) {
|
|
1798
1798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1856,7 +1856,7 @@ class VulnerabilityScanningClient {
|
|
|
1856
1856
|
* @param GetHostAgentScanResultRequest
|
|
1857
1857
|
* @return GetHostAgentScanResultResponse
|
|
1858
1858
|
* @throws OciError when an error occurs
|
|
1859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResult API.
|
|
1860
1860
|
*/
|
|
1861
1861
|
getHostAgentScanResult(getHostAgentScanResultRequest) {
|
|
1862
1862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1920,7 +1920,7 @@ class VulnerabilityScanningClient {
|
|
|
1920
1920
|
* @param GetHostCisBenchmarkScanResultRequest
|
|
1921
1921
|
* @return GetHostCisBenchmarkScanResultResponse
|
|
1922
1922
|
* @throws OciError when an error occurs
|
|
1923
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResult API.
|
|
1924
1924
|
*/
|
|
1925
1925
|
getHostCisBenchmarkScanResult(getHostCisBenchmarkScanResultRequest) {
|
|
1926
1926
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1984,7 +1984,7 @@ class VulnerabilityScanningClient {
|
|
|
1984
1984
|
* @param GetHostEndpointProtectionScanResultRequest
|
|
1985
1985
|
* @return GetHostEndpointProtectionScanResultResponse
|
|
1986
1986
|
* @throws OciError when an error occurs
|
|
1987
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResult API.
|
|
1988
1988
|
*/
|
|
1989
1989
|
getHostEndpointProtectionScanResult(getHostEndpointProtectionScanResultRequest) {
|
|
1990
1990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2048,7 +2048,7 @@ class VulnerabilityScanningClient {
|
|
|
2048
2048
|
* @param GetHostPortScanResultRequest
|
|
2049
2049
|
* @return GetHostPortScanResultResponse
|
|
2050
2050
|
* @throws OciError when an error occurs
|
|
2051
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2051
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResult API.
|
|
2052
2052
|
*/
|
|
2053
2053
|
getHostPortScanResult(getHostPortScanResultRequest) {
|
|
2054
2054
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2112,7 +2112,7 @@ class VulnerabilityScanningClient {
|
|
|
2112
2112
|
* @param GetHostScanRecipeRequest
|
|
2113
2113
|
* @return GetHostScanRecipeResponse
|
|
2114
2114
|
* @throws OciError when an error occurs
|
|
2115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipe API.
|
|
2116
2116
|
*/
|
|
2117
2117
|
getHostScanRecipe(getHostScanRecipeRequest) {
|
|
2118
2118
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2176,7 +2176,7 @@ class VulnerabilityScanningClient {
|
|
|
2176
2176
|
* @param GetHostScanTargetRequest
|
|
2177
2177
|
* @return GetHostScanTargetResponse
|
|
2178
2178
|
* @throws OciError when an error occurs
|
|
2179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTarget API.
|
|
2180
2180
|
*/
|
|
2181
2181
|
getHostScanTarget(getHostScanTargetRequest) {
|
|
2182
2182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2240,7 +2240,7 @@ class VulnerabilityScanningClient {
|
|
|
2240
2240
|
* @param GetHostVulnerabilityRequest
|
|
2241
2241
|
* @return GetHostVulnerabilityResponse
|
|
2242
2242
|
* @throws OciError when an error occurs
|
|
2243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerability API.
|
|
2244
2244
|
*/
|
|
2245
2245
|
getHostVulnerability(getHostVulnerabilityRequest) {
|
|
2246
2246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2304,7 +2304,7 @@ class VulnerabilityScanningClient {
|
|
|
2304
2304
|
* @param GetVulnerabilityRequest
|
|
2305
2305
|
* @return GetVulnerabilityResponse
|
|
2306
2306
|
* @throws OciError when an error occurs
|
|
2307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/GetVulnerability.ts.html |here} to see how to use GetVulnerability API.
|
|
2308
2308
|
*/
|
|
2309
2309
|
getVulnerability(getVulnerabilityRequest) {
|
|
2310
2310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2368,7 +2368,7 @@ class VulnerabilityScanningClient {
|
|
|
2368
2368
|
* @param GetWorkRequestRequest
|
|
2369
2369
|
* @return GetWorkRequestResponse
|
|
2370
2370
|
* @throws OciError when an error occurs
|
|
2371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2372
2372
|
*/
|
|
2373
2373
|
getWorkRequest(getWorkRequestRequest) {
|
|
2374
2374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2432,7 +2432,7 @@ class VulnerabilityScanningClient {
|
|
|
2432
2432
|
* @param ListContainerScanRecipesRequest
|
|
2433
2433
|
* @return ListContainerScanRecipesResponse
|
|
2434
2434
|
* @throws OciError when an error occurs
|
|
2435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListContainerScanRecipes.ts.html |here} to see how to use ListContainerScanRecipes API.
|
|
2436
2436
|
*/
|
|
2437
2437
|
listContainerScanRecipes(listContainerScanRecipesRequest) {
|
|
2438
2438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2502,7 +2502,7 @@ class VulnerabilityScanningClient {
|
|
|
2502
2502
|
* @param ListContainerScanResultsRequest
|
|
2503
2503
|
* @return ListContainerScanResultsResponse
|
|
2504
2504
|
* @throws OciError when an error occurs
|
|
2505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListContainerScanResults.ts.html |here} to see how to use ListContainerScanResults API.
|
|
2506
2506
|
*/
|
|
2507
2507
|
listContainerScanResults(listContainerScanResultsRequest) {
|
|
2508
2508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2577,7 +2577,7 @@ class VulnerabilityScanningClient {
|
|
|
2577
2577
|
* @param ListContainerScanTargetsRequest
|
|
2578
2578
|
* @return ListContainerScanTargetsResponse
|
|
2579
2579
|
* @throws OciError when an error occurs
|
|
2580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListContainerScanTargets.ts.html |here} to see how to use ListContainerScanTargets API.
|
|
2581
2581
|
*/
|
|
2582
2582
|
listContainerScanTargets(listContainerScanTargetsRequest) {
|
|
2583
2583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2647,7 +2647,7 @@ class VulnerabilityScanningClient {
|
|
|
2647
2647
|
* @param ListHostAgentScanResultsRequest
|
|
2648
2648
|
* @return ListHostAgentScanResultsResponse
|
|
2649
2649
|
* @throws OciError when an error occurs
|
|
2650
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListHostAgentScanResults.ts.html |here} to see how to use ListHostAgentScanResults API.
|
|
2651
2651
|
*/
|
|
2652
2652
|
listHostAgentScanResults(listHostAgentScanResultsRequest) {
|
|
2653
2653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2722,7 +2722,7 @@ class VulnerabilityScanningClient {
|
|
|
2722
2722
|
* @param ListHostCisBenchmarkScanResultsRequest
|
|
2723
2723
|
* @return ListHostCisBenchmarkScanResultsResponse
|
|
2724
2724
|
* @throws OciError when an error occurs
|
|
2725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListHostCisBenchmarkScanResults.ts.html |here} to see how to use ListHostCisBenchmarkScanResults API.
|
|
2726
2726
|
*/
|
|
2727
2727
|
listHostCisBenchmarkScanResults(listHostCisBenchmarkScanResultsRequest) {
|
|
2728
2728
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2796,7 +2796,7 @@ class VulnerabilityScanningClient {
|
|
|
2796
2796
|
* @param ListHostEndpointProtectionScanResultsRequest
|
|
2797
2797
|
* @return ListHostEndpointProtectionScanResultsResponse
|
|
2798
2798
|
* @throws OciError when an error occurs
|
|
2799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2799
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListHostEndpointProtectionScanResults.ts.html |here} to see how to use ListHostEndpointProtectionScanResults API.
|
|
2800
2800
|
*/
|
|
2801
2801
|
listHostEndpointProtectionScanResults(listHostEndpointProtectionScanResultsRequest) {
|
|
2802
2802
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2870,7 +2870,7 @@ class VulnerabilityScanningClient {
|
|
|
2870
2870
|
* @param ListHostPortScanResultsRequest
|
|
2871
2871
|
* @return ListHostPortScanResultsResponse
|
|
2872
2872
|
* @throws OciError when an error occurs
|
|
2873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListHostPortScanResults.ts.html |here} to see how to use ListHostPortScanResults API.
|
|
2874
2874
|
*/
|
|
2875
2875
|
listHostPortScanResults(listHostPortScanResultsRequest) {
|
|
2876
2876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2944,7 +2944,7 @@ class VulnerabilityScanningClient {
|
|
|
2944
2944
|
* @param ListHostScanRecipesRequest
|
|
2945
2945
|
* @return ListHostScanRecipesResponse
|
|
2946
2946
|
* @throws OciError when an error occurs
|
|
2947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListHostScanRecipes.ts.html |here} to see how to use ListHostScanRecipes API.
|
|
2948
2948
|
*/
|
|
2949
2949
|
listHostScanRecipes(listHostScanRecipesRequest) {
|
|
2950
2950
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3014,7 +3014,7 @@ class VulnerabilityScanningClient {
|
|
|
3014
3014
|
* @param ListHostScanTargetErrorsRequest
|
|
3015
3015
|
* @return ListHostScanTargetErrorsResponse
|
|
3016
3016
|
* @throws OciError when an error occurs
|
|
3017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListHostScanTargetErrors.ts.html |here} to see how to use ListHostScanTargetErrors API.
|
|
3018
3018
|
*/
|
|
3019
3019
|
listHostScanTargetErrors(listHostScanTargetErrorsRequest) {
|
|
3020
3020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3085,7 +3085,7 @@ class VulnerabilityScanningClient {
|
|
|
3085
3085
|
* @param ListHostScanTargetsRequest
|
|
3086
3086
|
* @return ListHostScanTargetsResponse
|
|
3087
3087
|
* @throws OciError when an error occurs
|
|
3088
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListHostScanTargets.ts.html |here} to see how to use ListHostScanTargets API.
|
|
3089
3089
|
*/
|
|
3090
3090
|
listHostScanTargets(listHostScanTargetsRequest) {
|
|
3091
3091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3155,7 +3155,7 @@ class VulnerabilityScanningClient {
|
|
|
3155
3155
|
* @param ListHostVulnerabilitiesRequest
|
|
3156
3156
|
* @return ListHostVulnerabilitiesResponse
|
|
3157
3157
|
* @throws OciError when an error occurs
|
|
3158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListHostVulnerabilities.ts.html |here} to see how to use ListHostVulnerabilities API.
|
|
3159
3159
|
*/
|
|
3160
3160
|
listHostVulnerabilities(listHostVulnerabilitiesRequest) {
|
|
3161
3161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3227,7 +3227,7 @@ class VulnerabilityScanningClient {
|
|
|
3227
3227
|
* @param ListHostVulnerabilityImpactedHostsRequest
|
|
3228
3228
|
* @return ListHostVulnerabilityImpactedHostsResponse
|
|
3229
3229
|
* @throws OciError when an error occurs
|
|
3230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListHostVulnerabilityImpactedHosts.ts.html |here} to see how to use ListHostVulnerabilityImpactedHosts API.
|
|
3231
3231
|
*/
|
|
3232
3232
|
listHostVulnerabilityImpactedHosts(listHostVulnerabilityImpactedHostsRequest) {
|
|
3233
3233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3296,7 +3296,7 @@ class VulnerabilityScanningClient {
|
|
|
3296
3296
|
* @param ListVulnerabilitiesRequest
|
|
3297
3297
|
* @return ListVulnerabilitiesResponse
|
|
3298
3298
|
* @throws OciError when an error occurs
|
|
3299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListVulnerabilities.ts.html |here} to see how to use ListVulnerabilities API.
|
|
3300
3300
|
*/
|
|
3301
3301
|
listVulnerabilities(listVulnerabilitiesRequest) {
|
|
3302
3302
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3368,7 +3368,7 @@ class VulnerabilityScanningClient {
|
|
|
3368
3368
|
* @param ListVulnerabilityImpactedContainersRequest
|
|
3369
3369
|
* @return ListVulnerabilityImpactedContainersResponse
|
|
3370
3370
|
* @throws OciError when an error occurs
|
|
3371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListVulnerabilityImpactedContainers.ts.html |here} to see how to use ListVulnerabilityImpactedContainers API.
|
|
3372
3372
|
*/
|
|
3373
3373
|
listVulnerabilityImpactedContainers(listVulnerabilityImpactedContainersRequest) {
|
|
3374
3374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3437,7 +3437,7 @@ class VulnerabilityScanningClient {
|
|
|
3437
3437
|
* @param ListVulnerabilityImpactedHostsRequest
|
|
3438
3438
|
* @return ListVulnerabilityImpactedHostsResponse
|
|
3439
3439
|
* @throws OciError when an error occurs
|
|
3440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListVulnerabilityImpactedHosts.ts.html |here} to see how to use ListVulnerabilityImpactedHosts API.
|
|
3441
3441
|
*/
|
|
3442
3442
|
listVulnerabilityImpactedHosts(listVulnerabilityImpactedHostsRequest) {
|
|
3443
3443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3506,7 +3506,7 @@ class VulnerabilityScanningClient {
|
|
|
3506
3506
|
* @param ListWorkRequestErrorsRequest
|
|
3507
3507
|
* @return ListWorkRequestErrorsResponse
|
|
3508
3508
|
* @throws OciError when an error occurs
|
|
3509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3510
3510
|
*/
|
|
3511
3511
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3512
3512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3573,7 +3573,7 @@ class VulnerabilityScanningClient {
|
|
|
3573
3573
|
* @param ListWorkRequestLogsRequest
|
|
3574
3574
|
* @return ListWorkRequestLogsResponse
|
|
3575
3575
|
* @throws OciError when an error occurs
|
|
3576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3577
3577
|
*/
|
|
3578
3578
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3579
3579
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3640,7 +3640,7 @@ class VulnerabilityScanningClient {
|
|
|
3640
3640
|
* @param ListWorkRequestsRequest
|
|
3641
3641
|
* @return ListWorkRequestsResponse
|
|
3642
3642
|
* @throws OciError when an error occurs
|
|
3643
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3644
3644
|
*/
|
|
3645
3645
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3646
3646
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3706,7 +3706,7 @@ class VulnerabilityScanningClient {
|
|
|
3706
3706
|
* @param UpdateContainerScanRecipeRequest
|
|
3707
3707
|
* @return UpdateContainerScanRecipeResponse
|
|
3708
3708
|
* @throws OciError when an error occurs
|
|
3709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/UpdateContainerScanRecipe.ts.html |here} to see how to use UpdateContainerScanRecipe API.
|
|
3710
3710
|
*/
|
|
3711
3711
|
updateContainerScanRecipe(updateContainerScanRecipeRequest) {
|
|
3712
3712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3768,7 +3768,7 @@ class VulnerabilityScanningClient {
|
|
|
3768
3768
|
* @param UpdateContainerScanTargetRequest
|
|
3769
3769
|
* @return UpdateContainerScanTargetResponse
|
|
3770
3770
|
* @throws OciError when an error occurs
|
|
3771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/UpdateContainerScanTarget.ts.html |here} to see how to use UpdateContainerScanTarget API.
|
|
3772
3772
|
*/
|
|
3773
3773
|
updateContainerScanTarget(updateContainerScanTargetRequest) {
|
|
3774
3774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3830,7 +3830,7 @@ class VulnerabilityScanningClient {
|
|
|
3830
3830
|
* @param UpdateHostScanRecipeRequest
|
|
3831
3831
|
* @return UpdateHostScanRecipeResponse
|
|
3832
3832
|
* @throws OciError when an error occurs
|
|
3833
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/UpdateHostScanRecipe.ts.html |here} to see how to use UpdateHostScanRecipe API.
|
|
3834
3834
|
*/
|
|
3835
3835
|
updateHostScanRecipe(updateHostScanRecipeRequest) {
|
|
3836
3836
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3892,7 +3892,7 @@ class VulnerabilityScanningClient {
|
|
|
3892
3892
|
* @param UpdateHostScanTargetRequest
|
|
3893
3893
|
* @return UpdateHostScanTargetResponse
|
|
3894
3894
|
* @throws OciError when an error occurs
|
|
3895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3895
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/UpdateHostScanTarget.ts.html |here} to see how to use UpdateHostScanTarget API.
|
|
3896
3896
|
*/
|
|
3897
3897
|
updateHostScanTarget(updateHostScanTargetRequest) {
|
|
3898
3898
|
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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostScanTargetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|