oci-vulnerabilityscanning 2.11.1 → 2.12.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 +53 -53
- package/lib/client.js +53 -53
- 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-work-request-request.d.ts +1 -1
- package/lib/request/list-container-scan-recipes-request.d.ts +1 -1
- package/lib/request/list-container-scan-results-request.d.ts +1 -1
- package/lib/request/list-container-scan-targets-request.d.ts +1 -1
- package/lib/request/list-host-agent-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-cis-benchmark-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-endpoint-protection-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-port-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-scan-recipes-request.d.ts +1 -1
- package/lib/request/list-host-scan-targets-request.d.ts +1 -1
- package/lib/request/list-host-vulnerabilities-request.d.ts +1 -1
- package/lib/request/list-host-vulnerability-impacted-hosts-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-container-scan-recipe-request.d.ts +1 -1
- package/lib/request/update-container-scan-target-request.d.ts +1 -1
- package/lib/request/update-host-scan-recipe-request.d.ts +1 -1
- package/lib/request/update-host-scan-target-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -151,7 +151,7 @@ class VulnerabilityScanningClient {
|
|
|
151
151
|
* @param ChangeContainerScanRecipeCompartmentRequest
|
|
152
152
|
* @return ChangeContainerScanRecipeCompartmentResponse
|
|
153
153
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartment API.
|
|
155
155
|
*/
|
|
156
156
|
changeContainerScanRecipeCompartment(changeContainerScanRecipeCompartmentRequest) {
|
|
157
157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -207,7 +207,7 @@ class VulnerabilityScanningClient {
|
|
|
207
207
|
* @param ChangeContainerScanResultCompartmentRequest
|
|
208
208
|
* @return ChangeContainerScanResultCompartmentResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartment API.
|
|
211
211
|
*/
|
|
212
212
|
changeContainerScanResultCompartment(changeContainerScanResultCompartmentRequest) {
|
|
213
213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -263,7 +263,7 @@ class VulnerabilityScanningClient {
|
|
|
263
263
|
* @param ChangeContainerScanTargetCompartmentRequest
|
|
264
264
|
* @return ChangeContainerScanTargetCompartmentResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartment API.
|
|
267
267
|
*/
|
|
268
268
|
changeContainerScanTargetCompartment(changeContainerScanTargetCompartmentRequest) {
|
|
269
269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -319,7 +319,7 @@ class VulnerabilityScanningClient {
|
|
|
319
319
|
* @param ChangeHostAgentScanResultCompartmentRequest
|
|
320
320
|
* @return ChangeHostAgentScanResultCompartmentResponse
|
|
321
321
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartment API.
|
|
323
323
|
*/
|
|
324
324
|
changeHostAgentScanResultCompartment(changeHostAgentScanResultCompartmentRequest) {
|
|
325
325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -375,7 +375,7 @@ class VulnerabilityScanningClient {
|
|
|
375
375
|
* @param ChangeHostCisBenchmarkScanResultCompartmentRequest
|
|
376
376
|
* @return ChangeHostCisBenchmarkScanResultCompartmentResponse
|
|
377
377
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartment API.
|
|
379
379
|
*/
|
|
380
380
|
changeHostCisBenchmarkScanResultCompartment(changeHostCisBenchmarkScanResultCompartmentRequest) {
|
|
381
381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -431,7 +431,7 @@ class VulnerabilityScanningClient {
|
|
|
431
431
|
* @param ChangeHostEndpointProtectionScanResultCompartmentRequest
|
|
432
432
|
* @return ChangeHostEndpointProtectionScanResultCompartmentResponse
|
|
433
433
|
* @throws OciError when an error occurs
|
|
434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartment API.
|
|
435
435
|
*/
|
|
436
436
|
changeHostEndpointProtectionScanResultCompartment(changeHostEndpointProtectionScanResultCompartmentRequest) {
|
|
437
437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -487,7 +487,7 @@ class VulnerabilityScanningClient {
|
|
|
487
487
|
* @param ChangeHostPortScanResultCompartmentRequest
|
|
488
488
|
* @return ChangeHostPortScanResultCompartmentResponse
|
|
489
489
|
* @throws OciError when an error occurs
|
|
490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartment API.
|
|
491
491
|
*/
|
|
492
492
|
changeHostPortScanResultCompartment(changeHostPortScanResultCompartmentRequest) {
|
|
493
493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -543,7 +543,7 @@ class VulnerabilityScanningClient {
|
|
|
543
543
|
* @param ChangeHostScanRecipeCompartmentRequest
|
|
544
544
|
* @return ChangeHostScanRecipeCompartmentResponse
|
|
545
545
|
* @throws OciError when an error occurs
|
|
546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartment API.
|
|
547
547
|
*/
|
|
548
548
|
changeHostScanRecipeCompartment(changeHostScanRecipeCompartmentRequest) {
|
|
549
549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -599,7 +599,7 @@ class VulnerabilityScanningClient {
|
|
|
599
599
|
* @param ChangeHostScanTargetCompartmentRequest
|
|
600
600
|
* @return ChangeHostScanTargetCompartmentResponse
|
|
601
601
|
* @throws OciError when an error occurs
|
|
602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartment API.
|
|
603
603
|
*/
|
|
604
604
|
changeHostScanTargetCompartment(changeHostScanTargetCompartmentRequest) {
|
|
605
605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -655,7 +655,7 @@ class VulnerabilityScanningClient {
|
|
|
655
655
|
* @param CreateContainerScanRecipeRequest
|
|
656
656
|
* @return CreateContainerScanRecipeResponse
|
|
657
657
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipe API.
|
|
659
659
|
*/
|
|
660
660
|
createContainerScanRecipe(createContainerScanRecipeRequest) {
|
|
661
661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -722,7 +722,7 @@ class VulnerabilityScanningClient {
|
|
|
722
722
|
* @param CreateContainerScanTargetRequest
|
|
723
723
|
* @return CreateContainerScanTargetResponse
|
|
724
724
|
* @throws OciError when an error occurs
|
|
725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTarget API.
|
|
726
726
|
*/
|
|
727
727
|
createContainerScanTarget(createContainerScanTargetRequest) {
|
|
728
728
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -789,7 +789,7 @@ class VulnerabilityScanningClient {
|
|
|
789
789
|
* @param CreateHostScanRecipeRequest
|
|
790
790
|
* @return CreateHostScanRecipeResponse
|
|
791
791
|
* @throws OciError when an error occurs
|
|
792
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipe API.
|
|
793
793
|
*/
|
|
794
794
|
createHostScanRecipe(createHostScanRecipeRequest) {
|
|
795
795
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -856,7 +856,7 @@ class VulnerabilityScanningClient {
|
|
|
856
856
|
* @param CreateHostScanTargetRequest
|
|
857
857
|
* @return CreateHostScanTargetResponse
|
|
858
858
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTarget API.
|
|
860
860
|
*/
|
|
861
861
|
createHostScanTarget(createHostScanTargetRequest) {
|
|
862
862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -923,7 +923,7 @@ class VulnerabilityScanningClient {
|
|
|
923
923
|
* @param DeleteContainerScanRecipeRequest
|
|
924
924
|
* @return DeleteContainerScanRecipeResponse
|
|
925
925
|
* @throws OciError when an error occurs
|
|
926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipe API.
|
|
927
927
|
*/
|
|
928
928
|
deleteContainerScanRecipe(deleteContainerScanRecipeRequest) {
|
|
929
929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -982,7 +982,7 @@ class VulnerabilityScanningClient {
|
|
|
982
982
|
* @param DeleteContainerScanResultRequest
|
|
983
983
|
* @return DeleteContainerScanResultResponse
|
|
984
984
|
* @throws OciError when an error occurs
|
|
985
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResult API.
|
|
986
986
|
*/
|
|
987
987
|
deleteContainerScanResult(deleteContainerScanResultRequest) {
|
|
988
988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1041,7 +1041,7 @@ class VulnerabilityScanningClient {
|
|
|
1041
1041
|
* @param DeleteContainerScanTargetRequest
|
|
1042
1042
|
* @return DeleteContainerScanTargetResponse
|
|
1043
1043
|
* @throws OciError when an error occurs
|
|
1044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTarget API.
|
|
1045
1045
|
*/
|
|
1046
1046
|
deleteContainerScanTarget(deleteContainerScanTargetRequest) {
|
|
1047
1047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1100,7 +1100,7 @@ class VulnerabilityScanningClient {
|
|
|
1100
1100
|
* @param DeleteHostAgentScanResultRequest
|
|
1101
1101
|
* @return DeleteHostAgentScanResultResponse
|
|
1102
1102
|
* @throws OciError when an error occurs
|
|
1103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResult API.
|
|
1104
1104
|
*/
|
|
1105
1105
|
deleteHostAgentScanResult(deleteHostAgentScanResultRequest) {
|
|
1106
1106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1159,7 +1159,7 @@ class VulnerabilityScanningClient {
|
|
|
1159
1159
|
* @param DeleteHostCisBenchmarkScanResultRequest
|
|
1160
1160
|
* @return DeleteHostCisBenchmarkScanResultResponse
|
|
1161
1161
|
* @throws OciError when an error occurs
|
|
1162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResult API.
|
|
1163
1163
|
*/
|
|
1164
1164
|
deleteHostCisBenchmarkScanResult(deleteHostCisBenchmarkScanResultRequest) {
|
|
1165
1165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1218,7 +1218,7 @@ class VulnerabilityScanningClient {
|
|
|
1218
1218
|
* @param DeleteHostEndpointProtectionScanResultRequest
|
|
1219
1219
|
* @return DeleteHostEndpointProtectionScanResultResponse
|
|
1220
1220
|
* @throws OciError when an error occurs
|
|
1221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResult API.
|
|
1222
1222
|
*/
|
|
1223
1223
|
deleteHostEndpointProtectionScanResult(deleteHostEndpointProtectionScanResultRequest) {
|
|
1224
1224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1277,7 +1277,7 @@ class VulnerabilityScanningClient {
|
|
|
1277
1277
|
* @param DeleteHostPortScanResultRequest
|
|
1278
1278
|
* @return DeleteHostPortScanResultResponse
|
|
1279
1279
|
* @throws OciError when an error occurs
|
|
1280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResult API.
|
|
1281
1281
|
*/
|
|
1282
1282
|
deleteHostPortScanResult(deleteHostPortScanResultRequest) {
|
|
1283
1283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1336,7 +1336,7 @@ class VulnerabilityScanningClient {
|
|
|
1336
1336
|
* @param DeleteHostScanRecipeRequest
|
|
1337
1337
|
* @return DeleteHostScanRecipeResponse
|
|
1338
1338
|
* @throws OciError when an error occurs
|
|
1339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipe API.
|
|
1340
1340
|
*/
|
|
1341
1341
|
deleteHostScanRecipe(deleteHostScanRecipeRequest) {
|
|
1342
1342
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1395,7 +1395,7 @@ class VulnerabilityScanningClient {
|
|
|
1395
1395
|
* @param DeleteHostScanTargetRequest
|
|
1396
1396
|
* @return DeleteHostScanTargetResponse
|
|
1397
1397
|
* @throws OciError when an error occurs
|
|
1398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTarget API.
|
|
1399
1399
|
*/
|
|
1400
1400
|
deleteHostScanTarget(deleteHostScanTargetRequest) {
|
|
1401
1401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1454,7 +1454,7 @@ class VulnerabilityScanningClient {
|
|
|
1454
1454
|
* @param ExportHostAgentScanResultCsvRequest
|
|
1455
1455
|
* @return ExportHostAgentScanResultCsvResponse
|
|
1456
1456
|
* @throws OciError when an error occurs
|
|
1457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsv API.
|
|
1458
1458
|
*/
|
|
1459
1459
|
exportHostAgentScanResultCsv(exportHostAgentScanResultCsvRequest) {
|
|
1460
1460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1509,7 +1509,7 @@ class VulnerabilityScanningClient {
|
|
|
1509
1509
|
* @param ExportHostVulnerabilityCsvRequest
|
|
1510
1510
|
* @return ExportHostVulnerabilityCsvResponse
|
|
1511
1511
|
* @throws OciError when an error occurs
|
|
1512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsv API.
|
|
1513
1513
|
*/
|
|
1514
1514
|
exportHostVulnerabilityCsv(exportHostVulnerabilityCsvRequest) {
|
|
1515
1515
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1564,7 +1564,7 @@ class VulnerabilityScanningClient {
|
|
|
1564
1564
|
* @param GetContainerScanRecipeRequest
|
|
1565
1565
|
* @return GetContainerScanRecipeResponse
|
|
1566
1566
|
* @throws OciError when an error occurs
|
|
1567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipe API.
|
|
1568
1568
|
*/
|
|
1569
1569
|
getContainerScanRecipe(getContainerScanRecipeRequest) {
|
|
1570
1570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1626,7 +1626,7 @@ class VulnerabilityScanningClient {
|
|
|
1626
1626
|
* @param GetContainerScanResultRequest
|
|
1627
1627
|
* @return GetContainerScanResultResponse
|
|
1628
1628
|
* @throws OciError when an error occurs
|
|
1629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResult API.
|
|
1630
1630
|
*/
|
|
1631
1631
|
getContainerScanResult(getContainerScanResultRequest) {
|
|
1632
1632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1688,7 +1688,7 @@ class VulnerabilityScanningClient {
|
|
|
1688
1688
|
* @param GetContainerScanTargetRequest
|
|
1689
1689
|
* @return GetContainerScanTargetResponse
|
|
1690
1690
|
* @throws OciError when an error occurs
|
|
1691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTarget API.
|
|
1692
1692
|
*/
|
|
1693
1693
|
getContainerScanTarget(getContainerScanTargetRequest) {
|
|
1694
1694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1750,7 +1750,7 @@ class VulnerabilityScanningClient {
|
|
|
1750
1750
|
* @param GetHostAgentScanResultRequest
|
|
1751
1751
|
* @return GetHostAgentScanResultResponse
|
|
1752
1752
|
* @throws OciError when an error occurs
|
|
1753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResult API.
|
|
1754
1754
|
*/
|
|
1755
1755
|
getHostAgentScanResult(getHostAgentScanResultRequest) {
|
|
1756
1756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1812,7 +1812,7 @@ class VulnerabilityScanningClient {
|
|
|
1812
1812
|
* @param GetHostCisBenchmarkScanResultRequest
|
|
1813
1813
|
* @return GetHostCisBenchmarkScanResultResponse
|
|
1814
1814
|
* @throws OciError when an error occurs
|
|
1815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResult API.
|
|
1816
1816
|
*/
|
|
1817
1817
|
getHostCisBenchmarkScanResult(getHostCisBenchmarkScanResultRequest) {
|
|
1818
1818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1874,7 +1874,7 @@ class VulnerabilityScanningClient {
|
|
|
1874
1874
|
* @param GetHostEndpointProtectionScanResultRequest
|
|
1875
1875
|
* @return GetHostEndpointProtectionScanResultResponse
|
|
1876
1876
|
* @throws OciError when an error occurs
|
|
1877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResult API.
|
|
1878
1878
|
*/
|
|
1879
1879
|
getHostEndpointProtectionScanResult(getHostEndpointProtectionScanResultRequest) {
|
|
1880
1880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1936,7 +1936,7 @@ class VulnerabilityScanningClient {
|
|
|
1936
1936
|
* @param GetHostPortScanResultRequest
|
|
1937
1937
|
* @return GetHostPortScanResultResponse
|
|
1938
1938
|
* @throws OciError when an error occurs
|
|
1939
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1939
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResult API.
|
|
1940
1940
|
*/
|
|
1941
1941
|
getHostPortScanResult(getHostPortScanResultRequest) {
|
|
1942
1942
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1998,7 +1998,7 @@ class VulnerabilityScanningClient {
|
|
|
1998
1998
|
* @param GetHostScanRecipeRequest
|
|
1999
1999
|
* @return GetHostScanRecipeResponse
|
|
2000
2000
|
* @throws OciError when an error occurs
|
|
2001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipe API.
|
|
2002
2002
|
*/
|
|
2003
2003
|
getHostScanRecipe(getHostScanRecipeRequest) {
|
|
2004
2004
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2060,7 +2060,7 @@ class VulnerabilityScanningClient {
|
|
|
2060
2060
|
* @param GetHostScanTargetRequest
|
|
2061
2061
|
* @return GetHostScanTargetResponse
|
|
2062
2062
|
* @throws OciError when an error occurs
|
|
2063
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2063
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTarget API.
|
|
2064
2064
|
*/
|
|
2065
2065
|
getHostScanTarget(getHostScanTargetRequest) {
|
|
2066
2066
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2122,7 +2122,7 @@ class VulnerabilityScanningClient {
|
|
|
2122
2122
|
* @param GetHostVulnerabilityRequest
|
|
2123
2123
|
* @return GetHostVulnerabilityResponse
|
|
2124
2124
|
* @throws OciError when an error occurs
|
|
2125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerability API.
|
|
2126
2126
|
*/
|
|
2127
2127
|
getHostVulnerability(getHostVulnerabilityRequest) {
|
|
2128
2128
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2184,7 +2184,7 @@ class VulnerabilityScanningClient {
|
|
|
2184
2184
|
* @param GetWorkRequestRequest
|
|
2185
2185
|
* @return GetWorkRequestResponse
|
|
2186
2186
|
* @throws OciError when an error occurs
|
|
2187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2188
2188
|
*/
|
|
2189
2189
|
getWorkRequest(getWorkRequestRequest) {
|
|
2190
2190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2246,7 +2246,7 @@ class VulnerabilityScanningClient {
|
|
|
2246
2246
|
* @param ListContainerScanRecipesRequest
|
|
2247
2247
|
* @return ListContainerScanRecipesResponse
|
|
2248
2248
|
* @throws OciError when an error occurs
|
|
2249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ListContainerScanRecipes.ts.html |here} to see how to use ListContainerScanRecipes API.
|
|
2250
2250
|
*/
|
|
2251
2251
|
listContainerScanRecipes(listContainerScanRecipesRequest) {
|
|
2252
2252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2314,7 +2314,7 @@ class VulnerabilityScanningClient {
|
|
|
2314
2314
|
* @param ListContainerScanResultsRequest
|
|
2315
2315
|
* @return ListContainerScanResultsResponse
|
|
2316
2316
|
* @throws OciError when an error occurs
|
|
2317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ListContainerScanResults.ts.html |here} to see how to use ListContainerScanResults API.
|
|
2318
2318
|
*/
|
|
2319
2319
|
listContainerScanResults(listContainerScanResultsRequest) {
|
|
2320
2320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2386,7 +2386,7 @@ class VulnerabilityScanningClient {
|
|
|
2386
2386
|
* @param ListContainerScanTargetsRequest
|
|
2387
2387
|
* @return ListContainerScanTargetsResponse
|
|
2388
2388
|
* @throws OciError when an error occurs
|
|
2389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ListContainerScanTargets.ts.html |here} to see how to use ListContainerScanTargets API.
|
|
2390
2390
|
*/
|
|
2391
2391
|
listContainerScanTargets(listContainerScanTargetsRequest) {
|
|
2392
2392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2454,7 +2454,7 @@ class VulnerabilityScanningClient {
|
|
|
2454
2454
|
* @param ListHostAgentScanResultsRequest
|
|
2455
2455
|
* @return ListHostAgentScanResultsResponse
|
|
2456
2456
|
* @throws OciError when an error occurs
|
|
2457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ListHostAgentScanResults.ts.html |here} to see how to use ListHostAgentScanResults API.
|
|
2458
2458
|
*/
|
|
2459
2459
|
listHostAgentScanResults(listHostAgentScanResultsRequest) {
|
|
2460
2460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2526,7 +2526,7 @@ class VulnerabilityScanningClient {
|
|
|
2526
2526
|
* @param ListHostCisBenchmarkScanResultsRequest
|
|
2527
2527
|
* @return ListHostCisBenchmarkScanResultsResponse
|
|
2528
2528
|
* @throws OciError when an error occurs
|
|
2529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ListHostCisBenchmarkScanResults.ts.html |here} to see how to use ListHostCisBenchmarkScanResults API.
|
|
2530
2530
|
*/
|
|
2531
2531
|
listHostCisBenchmarkScanResults(listHostCisBenchmarkScanResultsRequest) {
|
|
2532
2532
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2597,7 +2597,7 @@ class VulnerabilityScanningClient {
|
|
|
2597
2597
|
* @param ListHostEndpointProtectionScanResultsRequest
|
|
2598
2598
|
* @return ListHostEndpointProtectionScanResultsResponse
|
|
2599
2599
|
* @throws OciError when an error occurs
|
|
2600
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ListHostEndpointProtectionScanResults.ts.html |here} to see how to use ListHostEndpointProtectionScanResults API.
|
|
2601
2601
|
*/
|
|
2602
2602
|
listHostEndpointProtectionScanResults(listHostEndpointProtectionScanResultsRequest) {
|
|
2603
2603
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2668,7 +2668,7 @@ class VulnerabilityScanningClient {
|
|
|
2668
2668
|
* @param ListHostPortScanResultsRequest
|
|
2669
2669
|
* @return ListHostPortScanResultsResponse
|
|
2670
2670
|
* @throws OciError when an error occurs
|
|
2671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ListHostPortScanResults.ts.html |here} to see how to use ListHostPortScanResults API.
|
|
2672
2672
|
*/
|
|
2673
2673
|
listHostPortScanResults(listHostPortScanResultsRequest) {
|
|
2674
2674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2739,7 +2739,7 @@ class VulnerabilityScanningClient {
|
|
|
2739
2739
|
* @param ListHostScanRecipesRequest
|
|
2740
2740
|
* @return ListHostScanRecipesResponse
|
|
2741
2741
|
* @throws OciError when an error occurs
|
|
2742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ListHostScanRecipes.ts.html |here} to see how to use ListHostScanRecipes API.
|
|
2743
2743
|
*/
|
|
2744
2744
|
listHostScanRecipes(listHostScanRecipesRequest) {
|
|
2745
2745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2807,7 +2807,7 @@ class VulnerabilityScanningClient {
|
|
|
2807
2807
|
* @param ListHostScanTargetsRequest
|
|
2808
2808
|
* @return ListHostScanTargetsResponse
|
|
2809
2809
|
* @throws OciError when an error occurs
|
|
2810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2810
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ListHostScanTargets.ts.html |here} to see how to use ListHostScanTargets API.
|
|
2811
2811
|
*/
|
|
2812
2812
|
listHostScanTargets(listHostScanTargetsRequest) {
|
|
2813
2813
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2875,7 +2875,7 @@ class VulnerabilityScanningClient {
|
|
|
2875
2875
|
* @param ListHostVulnerabilitiesRequest
|
|
2876
2876
|
* @return ListHostVulnerabilitiesResponse
|
|
2877
2877
|
* @throws OciError when an error occurs
|
|
2878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ListHostVulnerabilities.ts.html |here} to see how to use ListHostVulnerabilities API.
|
|
2879
2879
|
*/
|
|
2880
2880
|
listHostVulnerabilities(listHostVulnerabilitiesRequest) {
|
|
2881
2881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2945,7 +2945,7 @@ class VulnerabilityScanningClient {
|
|
|
2945
2945
|
* @param ListHostVulnerabilityImpactedHostsRequest
|
|
2946
2946
|
* @return ListHostVulnerabilityImpactedHostsResponse
|
|
2947
2947
|
* @throws OciError when an error occurs
|
|
2948
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ListHostVulnerabilityImpactedHosts.ts.html |here} to see how to use ListHostVulnerabilityImpactedHosts API.
|
|
2949
2949
|
*/
|
|
2950
2950
|
listHostVulnerabilityImpactedHosts(listHostVulnerabilityImpactedHostsRequest) {
|
|
2951
2951
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3012,7 +3012,7 @@ class VulnerabilityScanningClient {
|
|
|
3012
3012
|
* @param ListWorkRequestErrorsRequest
|
|
3013
3013
|
* @return ListWorkRequestErrorsResponse
|
|
3014
3014
|
* @throws OciError when an error occurs
|
|
3015
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3016
3016
|
*/
|
|
3017
3017
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3018
3018
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3077,7 +3077,7 @@ class VulnerabilityScanningClient {
|
|
|
3077
3077
|
* @param ListWorkRequestLogsRequest
|
|
3078
3078
|
* @return ListWorkRequestLogsResponse
|
|
3079
3079
|
* @throws OciError when an error occurs
|
|
3080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3081
3081
|
*/
|
|
3082
3082
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3083
3083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3142,7 +3142,7 @@ class VulnerabilityScanningClient {
|
|
|
3142
3142
|
* @param ListWorkRequestsRequest
|
|
3143
3143
|
* @return ListWorkRequestsResponse
|
|
3144
3144
|
* @throws OciError when an error occurs
|
|
3145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3146
3146
|
*/
|
|
3147
3147
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3148
3148
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3206,7 +3206,7 @@ class VulnerabilityScanningClient {
|
|
|
3206
3206
|
* @param UpdateContainerScanRecipeRequest
|
|
3207
3207
|
* @return UpdateContainerScanRecipeResponse
|
|
3208
3208
|
* @throws OciError when an error occurs
|
|
3209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/UpdateContainerScanRecipe.ts.html |here} to see how to use UpdateContainerScanRecipe API.
|
|
3210
3210
|
*/
|
|
3211
3211
|
updateContainerScanRecipe(updateContainerScanRecipeRequest) {
|
|
3212
3212
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3266,7 +3266,7 @@ class VulnerabilityScanningClient {
|
|
|
3266
3266
|
* @param UpdateContainerScanTargetRequest
|
|
3267
3267
|
* @return UpdateContainerScanTargetResponse
|
|
3268
3268
|
* @throws OciError when an error occurs
|
|
3269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/UpdateContainerScanTarget.ts.html |here} to see how to use UpdateContainerScanTarget API.
|
|
3270
3270
|
*/
|
|
3271
3271
|
updateContainerScanTarget(updateContainerScanTargetRequest) {
|
|
3272
3272
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3326,7 +3326,7 @@ class VulnerabilityScanningClient {
|
|
|
3326
3326
|
* @param UpdateHostScanRecipeRequest
|
|
3327
3327
|
* @return UpdateHostScanRecipeResponse
|
|
3328
3328
|
* @throws OciError when an error occurs
|
|
3329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/UpdateHostScanRecipe.ts.html |here} to see how to use UpdateHostScanRecipe API.
|
|
3330
3330
|
*/
|
|
3331
3331
|
updateHostScanRecipe(updateHostScanRecipeRequest) {
|
|
3332
3332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3386,7 +3386,7 @@ class VulnerabilityScanningClient {
|
|
|
3386
3386
|
* @param UpdateHostScanTargetRequest
|
|
3387
3387
|
* @return UpdateHostScanTargetResponse
|
|
3388
3388
|
* @throws OciError when an error occurs
|
|
3389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/UpdateHostScanTarget.ts.html |here} to see how to use UpdateHostScanTarget API.
|
|
3390
3390
|
*/
|
|
3391
3391
|
updateHostScanTarget(updateHostScanTargetRequest) {
|
|
3392
3392
|
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.12.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.12.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.12.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.12.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.12.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.12.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.12.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.12.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostScanRecipeCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostScanTargetCompartmentRequest 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.12.0/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateContainerScanRecipeRequest 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.12.0/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTargetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateContainerScanTargetRequest 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.12.0/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateHostScanRecipeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|