oci-vulnerabilityscanning 2.65.0 → 2.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +58 -58
- package/lib/client.js +58 -58
- package/lib/request/change-container-scan-recipe-compartment-request.d.ts +1 -1
- package/lib/request/change-container-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-container-scan-target-compartment-request.d.ts +1 -1
- package/lib/request/change-host-agent-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-host-cis-benchmark-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-host-endpoint-protection-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-host-port-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-host-scan-recipe-compartment-request.d.ts +1 -1
- package/lib/request/change-host-scan-target-compartment-request.d.ts +1 -1
- package/lib/request/create-container-scan-recipe-request.d.ts +1 -1
- package/lib/request/create-container-scan-target-request.d.ts +1 -1
- package/lib/request/create-host-scan-recipe-request.d.ts +1 -1
- package/lib/request/create-host-scan-target-request.d.ts +1 -1
- package/lib/request/delete-container-scan-recipe-request.d.ts +1 -1
- package/lib/request/delete-container-scan-result-request.d.ts +1 -1
- package/lib/request/delete-container-scan-target-request.d.ts +1 -1
- package/lib/request/delete-host-agent-scan-result-request.d.ts +1 -1
- package/lib/request/delete-host-cis-benchmark-scan-result-request.d.ts +1 -1
- package/lib/request/delete-host-endpoint-protection-scan-result-request.d.ts +1 -1
- package/lib/request/delete-host-port-scan-result-request.d.ts +1 -1
- package/lib/request/delete-host-scan-recipe-request.d.ts +1 -1
- package/lib/request/delete-host-scan-target-request.d.ts +1 -1
- package/lib/request/export-host-agent-scan-result-csv-request.d.ts +1 -1
- package/lib/request/export-host-vulnerability-csv-request.d.ts +1 -1
- package/lib/request/get-container-scan-recipe-request.d.ts +1 -1
- package/lib/request/get-container-scan-result-request.d.ts +1 -1
- package/lib/request/get-container-scan-target-request.d.ts +1 -1
- package/lib/request/get-host-agent-scan-result-request.d.ts +1 -1
- package/lib/request/get-host-cis-benchmark-scan-result-request.d.ts +1 -1
- package/lib/request/get-host-endpoint-protection-scan-result-request.d.ts +1 -1
- package/lib/request/get-host-port-scan-result-request.d.ts +1 -1
- package/lib/request/get-host-scan-recipe-request.d.ts +1 -1
- package/lib/request/get-host-scan-target-request.d.ts +1 -1
- package/lib/request/get-host-vulnerability-request.d.ts +1 -1
- package/lib/request/get-vulnerability-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-container-scan-recipes-request.d.ts +1 -1
- package/lib/request/list-container-scan-results-request.d.ts +1 -1
- package/lib/request/list-container-scan-targets-request.d.ts +1 -1
- package/lib/request/list-host-agent-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-cis-benchmark-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-endpoint-protection-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-port-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-scan-recipes-request.d.ts +1 -1
- package/lib/request/list-host-scan-target-errors-request.d.ts +1 -1
- package/lib/request/list-host-scan-targets-request.d.ts +1 -1
- package/lib/request/list-host-vulnerabilities-request.d.ts +1 -1
- package/lib/request/list-host-vulnerability-impacted-hosts-request.d.ts +1 -1
- package/lib/request/list-vulnerabilities-request.d.ts +1 -1
- package/lib/request/list-vulnerability-impacted-containers-request.d.ts +1 -1
- package/lib/request/list-vulnerability-impacted-hosts-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-container-scan-recipe-request.d.ts +1 -1
- package/lib/request/update-container-scan-target-request.d.ts +1 -1
- package/lib/request/update-host-scan-recipe-request.d.ts +1 -1
- package/lib/request/update-host-scan-target-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -180,7 +180,7 @@ class VulnerabilityScanningClient {
|
|
|
180
180
|
* @param ChangeContainerScanRecipeCompartmentRequest
|
|
181
181
|
* @return ChangeContainerScanRecipeCompartmentResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartment API.
|
|
184
184
|
*/
|
|
185
185
|
changeContainerScanRecipeCompartment(changeContainerScanRecipeCompartmentRequest) {
|
|
186
186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -238,7 +238,7 @@ class VulnerabilityScanningClient {
|
|
|
238
238
|
* @param ChangeContainerScanResultCompartmentRequest
|
|
239
239
|
* @return ChangeContainerScanResultCompartmentResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartment API.
|
|
242
242
|
*/
|
|
243
243
|
changeContainerScanResultCompartment(changeContainerScanResultCompartmentRequest) {
|
|
244
244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -296,7 +296,7 @@ class VulnerabilityScanningClient {
|
|
|
296
296
|
* @param ChangeContainerScanTargetCompartmentRequest
|
|
297
297
|
* @return ChangeContainerScanTargetCompartmentResponse
|
|
298
298
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartment API.
|
|
300
300
|
*/
|
|
301
301
|
changeContainerScanTargetCompartment(changeContainerScanTargetCompartmentRequest) {
|
|
302
302
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -354,7 +354,7 @@ class VulnerabilityScanningClient {
|
|
|
354
354
|
* @param ChangeHostAgentScanResultCompartmentRequest
|
|
355
355
|
* @return ChangeHostAgentScanResultCompartmentResponse
|
|
356
356
|
* @throws OciError when an error occurs
|
|
357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartment API.
|
|
358
358
|
*/
|
|
359
359
|
changeHostAgentScanResultCompartment(changeHostAgentScanResultCompartmentRequest) {
|
|
360
360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -412,7 +412,7 @@ class VulnerabilityScanningClient {
|
|
|
412
412
|
* @param ChangeHostCisBenchmarkScanResultCompartmentRequest
|
|
413
413
|
* @return ChangeHostCisBenchmarkScanResultCompartmentResponse
|
|
414
414
|
* @throws OciError when an error occurs
|
|
415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartment API.
|
|
416
416
|
*/
|
|
417
417
|
changeHostCisBenchmarkScanResultCompartment(changeHostCisBenchmarkScanResultCompartmentRequest) {
|
|
418
418
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -470,7 +470,7 @@ class VulnerabilityScanningClient {
|
|
|
470
470
|
* @param ChangeHostEndpointProtectionScanResultCompartmentRequest
|
|
471
471
|
* @return ChangeHostEndpointProtectionScanResultCompartmentResponse
|
|
472
472
|
* @throws OciError when an error occurs
|
|
473
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartment API.
|
|
474
474
|
*/
|
|
475
475
|
changeHostEndpointProtectionScanResultCompartment(changeHostEndpointProtectionScanResultCompartmentRequest) {
|
|
476
476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -528,7 +528,7 @@ class VulnerabilityScanningClient {
|
|
|
528
528
|
* @param ChangeHostPortScanResultCompartmentRequest
|
|
529
529
|
* @return ChangeHostPortScanResultCompartmentResponse
|
|
530
530
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartment API.
|
|
532
532
|
*/
|
|
533
533
|
changeHostPortScanResultCompartment(changeHostPortScanResultCompartmentRequest) {
|
|
534
534
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -586,7 +586,7 @@ class VulnerabilityScanningClient {
|
|
|
586
586
|
* @param ChangeHostScanRecipeCompartmentRequest
|
|
587
587
|
* @return ChangeHostScanRecipeCompartmentResponse
|
|
588
588
|
* @throws OciError when an error occurs
|
|
589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartment API.
|
|
590
590
|
*/
|
|
591
591
|
changeHostScanRecipeCompartment(changeHostScanRecipeCompartmentRequest) {
|
|
592
592
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -644,7 +644,7 @@ class VulnerabilityScanningClient {
|
|
|
644
644
|
* @param ChangeHostScanTargetCompartmentRequest
|
|
645
645
|
* @return ChangeHostScanTargetCompartmentResponse
|
|
646
646
|
* @throws OciError when an error occurs
|
|
647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartment API.
|
|
648
648
|
*/
|
|
649
649
|
changeHostScanTargetCompartment(changeHostScanTargetCompartmentRequest) {
|
|
650
650
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -702,7 +702,7 @@ class VulnerabilityScanningClient {
|
|
|
702
702
|
* @param CreateContainerScanRecipeRequest
|
|
703
703
|
* @return CreateContainerScanRecipeResponse
|
|
704
704
|
* @throws OciError when an error occurs
|
|
705
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipe API.
|
|
706
706
|
*/
|
|
707
707
|
createContainerScanRecipe(createContainerScanRecipeRequest) {
|
|
708
708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -771,7 +771,7 @@ class VulnerabilityScanningClient {
|
|
|
771
771
|
* @param CreateContainerScanTargetRequest
|
|
772
772
|
* @return CreateContainerScanTargetResponse
|
|
773
773
|
* @throws OciError when an error occurs
|
|
774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTarget API.
|
|
775
775
|
*/
|
|
776
776
|
createContainerScanTarget(createContainerScanTargetRequest) {
|
|
777
777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -840,7 +840,7 @@ class VulnerabilityScanningClient {
|
|
|
840
840
|
* @param CreateHostScanRecipeRequest
|
|
841
841
|
* @return CreateHostScanRecipeResponse
|
|
842
842
|
* @throws OciError when an error occurs
|
|
843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipe API.
|
|
844
844
|
*/
|
|
845
845
|
createHostScanRecipe(createHostScanRecipeRequest) {
|
|
846
846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -909,7 +909,7 @@ class VulnerabilityScanningClient {
|
|
|
909
909
|
* @param CreateHostScanTargetRequest
|
|
910
910
|
* @return CreateHostScanTargetResponse
|
|
911
911
|
* @throws OciError when an error occurs
|
|
912
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
912
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTarget API.
|
|
913
913
|
*/
|
|
914
914
|
createHostScanTarget(createHostScanTargetRequest) {
|
|
915
915
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -978,7 +978,7 @@ class VulnerabilityScanningClient {
|
|
|
978
978
|
* @param DeleteContainerScanRecipeRequest
|
|
979
979
|
* @return DeleteContainerScanRecipeResponse
|
|
980
980
|
* @throws OciError when an error occurs
|
|
981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipe API.
|
|
982
982
|
*/
|
|
983
983
|
deleteContainerScanRecipe(deleteContainerScanRecipeRequest) {
|
|
984
984
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1039,7 +1039,7 @@ class VulnerabilityScanningClient {
|
|
|
1039
1039
|
* @param DeleteContainerScanResultRequest
|
|
1040
1040
|
* @return DeleteContainerScanResultResponse
|
|
1041
1041
|
* @throws OciError when an error occurs
|
|
1042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResult API.
|
|
1043
1043
|
*/
|
|
1044
1044
|
deleteContainerScanResult(deleteContainerScanResultRequest) {
|
|
1045
1045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1100,7 +1100,7 @@ class VulnerabilityScanningClient {
|
|
|
1100
1100
|
* @param DeleteContainerScanTargetRequest
|
|
1101
1101
|
* @return DeleteContainerScanTargetResponse
|
|
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.66.0/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTarget API.
|
|
1104
1104
|
*/
|
|
1105
1105
|
deleteContainerScanTarget(deleteContainerScanTargetRequest) {
|
|
1106
1106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1161,7 +1161,7 @@ class VulnerabilityScanningClient {
|
|
|
1161
1161
|
* @param DeleteHostAgentScanResultRequest
|
|
1162
1162
|
* @return DeleteHostAgentScanResultResponse
|
|
1163
1163
|
* @throws OciError when an error occurs
|
|
1164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResult API.
|
|
1165
1165
|
*/
|
|
1166
1166
|
deleteHostAgentScanResult(deleteHostAgentScanResultRequest) {
|
|
1167
1167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1222,7 +1222,7 @@ class VulnerabilityScanningClient {
|
|
|
1222
1222
|
* @param DeleteHostCisBenchmarkScanResultRequest
|
|
1223
1223
|
* @return DeleteHostCisBenchmarkScanResultResponse
|
|
1224
1224
|
* @throws OciError when an error occurs
|
|
1225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResult API.
|
|
1226
1226
|
*/
|
|
1227
1227
|
deleteHostCisBenchmarkScanResult(deleteHostCisBenchmarkScanResultRequest) {
|
|
1228
1228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1283,7 +1283,7 @@ class VulnerabilityScanningClient {
|
|
|
1283
1283
|
* @param DeleteHostEndpointProtectionScanResultRequest
|
|
1284
1284
|
* @return DeleteHostEndpointProtectionScanResultResponse
|
|
1285
1285
|
* @throws OciError when an error occurs
|
|
1286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResult API.
|
|
1287
1287
|
*/
|
|
1288
1288
|
deleteHostEndpointProtectionScanResult(deleteHostEndpointProtectionScanResultRequest) {
|
|
1289
1289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1344,7 +1344,7 @@ class VulnerabilityScanningClient {
|
|
|
1344
1344
|
* @param DeleteHostPortScanResultRequest
|
|
1345
1345
|
* @return DeleteHostPortScanResultResponse
|
|
1346
1346
|
* @throws OciError when an error occurs
|
|
1347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResult API.
|
|
1348
1348
|
*/
|
|
1349
1349
|
deleteHostPortScanResult(deleteHostPortScanResultRequest) {
|
|
1350
1350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1405,7 +1405,7 @@ class VulnerabilityScanningClient {
|
|
|
1405
1405
|
* @param DeleteHostScanRecipeRequest
|
|
1406
1406
|
* @return DeleteHostScanRecipeResponse
|
|
1407
1407
|
* @throws OciError when an error occurs
|
|
1408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipe API.
|
|
1409
1409
|
*/
|
|
1410
1410
|
deleteHostScanRecipe(deleteHostScanRecipeRequest) {
|
|
1411
1411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1466,7 +1466,7 @@ class VulnerabilityScanningClient {
|
|
|
1466
1466
|
* @param DeleteHostScanTargetRequest
|
|
1467
1467
|
* @return DeleteHostScanTargetResponse
|
|
1468
1468
|
* @throws OciError when an error occurs
|
|
1469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTarget API.
|
|
1470
1470
|
*/
|
|
1471
1471
|
deleteHostScanTarget(deleteHostScanTargetRequest) {
|
|
1472
1472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1527,7 +1527,7 @@ class VulnerabilityScanningClient {
|
|
|
1527
1527
|
* @param ExportHostAgentScanResultCsvRequest
|
|
1528
1528
|
* @return ExportHostAgentScanResultCsvResponse
|
|
1529
1529
|
* @throws OciError when an error occurs
|
|
1530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsv API.
|
|
1531
1531
|
*/
|
|
1532
1532
|
exportHostAgentScanResultCsv(exportHostAgentScanResultCsvRequest) {
|
|
1533
1533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1584,7 +1584,7 @@ class VulnerabilityScanningClient {
|
|
|
1584
1584
|
* @param ExportHostVulnerabilityCsvRequest
|
|
1585
1585
|
* @return ExportHostVulnerabilityCsvResponse
|
|
1586
1586
|
* @throws OciError when an error occurs
|
|
1587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsv API.
|
|
1588
1588
|
*/
|
|
1589
1589
|
exportHostVulnerabilityCsv(exportHostVulnerabilityCsvRequest) {
|
|
1590
1590
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1641,7 +1641,7 @@ class VulnerabilityScanningClient {
|
|
|
1641
1641
|
* @param GetContainerScanRecipeRequest
|
|
1642
1642
|
* @return GetContainerScanRecipeResponse
|
|
1643
1643
|
* @throws OciError when an error occurs
|
|
1644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipe API.
|
|
1645
1645
|
*/
|
|
1646
1646
|
getContainerScanRecipe(getContainerScanRecipeRequest) {
|
|
1647
1647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1705,7 +1705,7 @@ class VulnerabilityScanningClient {
|
|
|
1705
1705
|
* @param GetContainerScanResultRequest
|
|
1706
1706
|
* @return GetContainerScanResultResponse
|
|
1707
1707
|
* @throws OciError when an error occurs
|
|
1708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1708
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResult API.
|
|
1709
1709
|
*/
|
|
1710
1710
|
getContainerScanResult(getContainerScanResultRequest) {
|
|
1711
1711
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1769,7 +1769,7 @@ class VulnerabilityScanningClient {
|
|
|
1769
1769
|
* @param GetContainerScanTargetRequest
|
|
1770
1770
|
* @return GetContainerScanTargetResponse
|
|
1771
1771
|
* @throws OciError when an error occurs
|
|
1772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTarget API.
|
|
1773
1773
|
*/
|
|
1774
1774
|
getContainerScanTarget(getContainerScanTargetRequest) {
|
|
1775
1775
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1833,7 +1833,7 @@ class VulnerabilityScanningClient {
|
|
|
1833
1833
|
* @param GetHostAgentScanResultRequest
|
|
1834
1834
|
* @return GetHostAgentScanResultResponse
|
|
1835
1835
|
* @throws OciError when an error occurs
|
|
1836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResult API.
|
|
1837
1837
|
*/
|
|
1838
1838
|
getHostAgentScanResult(getHostAgentScanResultRequest) {
|
|
1839
1839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1897,7 +1897,7 @@ class VulnerabilityScanningClient {
|
|
|
1897
1897
|
* @param GetHostCisBenchmarkScanResultRequest
|
|
1898
1898
|
* @return GetHostCisBenchmarkScanResultResponse
|
|
1899
1899
|
* @throws OciError when an error occurs
|
|
1900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1900
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResult API.
|
|
1901
1901
|
*/
|
|
1902
1902
|
getHostCisBenchmarkScanResult(getHostCisBenchmarkScanResultRequest) {
|
|
1903
1903
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1961,7 +1961,7 @@ class VulnerabilityScanningClient {
|
|
|
1961
1961
|
* @param GetHostEndpointProtectionScanResultRequest
|
|
1962
1962
|
* @return GetHostEndpointProtectionScanResultResponse
|
|
1963
1963
|
* @throws OciError when an error occurs
|
|
1964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResult API.
|
|
1965
1965
|
*/
|
|
1966
1966
|
getHostEndpointProtectionScanResult(getHostEndpointProtectionScanResultRequest) {
|
|
1967
1967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2025,7 +2025,7 @@ class VulnerabilityScanningClient {
|
|
|
2025
2025
|
* @param GetHostPortScanResultRequest
|
|
2026
2026
|
* @return GetHostPortScanResultResponse
|
|
2027
2027
|
* @throws OciError when an error occurs
|
|
2028
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2028
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResult API.
|
|
2029
2029
|
*/
|
|
2030
2030
|
getHostPortScanResult(getHostPortScanResultRequest) {
|
|
2031
2031
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2089,7 +2089,7 @@ class VulnerabilityScanningClient {
|
|
|
2089
2089
|
* @param GetHostScanRecipeRequest
|
|
2090
2090
|
* @return GetHostScanRecipeResponse
|
|
2091
2091
|
* @throws OciError when an error occurs
|
|
2092
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2092
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipe API.
|
|
2093
2093
|
*/
|
|
2094
2094
|
getHostScanRecipe(getHostScanRecipeRequest) {
|
|
2095
2095
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2153,7 +2153,7 @@ class VulnerabilityScanningClient {
|
|
|
2153
2153
|
* @param GetHostScanTargetRequest
|
|
2154
2154
|
* @return GetHostScanTargetResponse
|
|
2155
2155
|
* @throws OciError when an error occurs
|
|
2156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTarget API.
|
|
2157
2157
|
*/
|
|
2158
2158
|
getHostScanTarget(getHostScanTargetRequest) {
|
|
2159
2159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2217,7 +2217,7 @@ class VulnerabilityScanningClient {
|
|
|
2217
2217
|
* @param GetHostVulnerabilityRequest
|
|
2218
2218
|
* @return GetHostVulnerabilityResponse
|
|
2219
2219
|
* @throws OciError when an error occurs
|
|
2220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerability API.
|
|
2221
2221
|
*/
|
|
2222
2222
|
getHostVulnerability(getHostVulnerabilityRequest) {
|
|
2223
2223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2281,7 +2281,7 @@ class VulnerabilityScanningClient {
|
|
|
2281
2281
|
* @param GetVulnerabilityRequest
|
|
2282
2282
|
* @return GetVulnerabilityResponse
|
|
2283
2283
|
* @throws OciError when an error occurs
|
|
2284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/GetVulnerability.ts.html |here} to see how to use GetVulnerability API.
|
|
2285
2285
|
*/
|
|
2286
2286
|
getVulnerability(getVulnerabilityRequest) {
|
|
2287
2287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2345,7 +2345,7 @@ class VulnerabilityScanningClient {
|
|
|
2345
2345
|
* @param GetWorkRequestRequest
|
|
2346
2346
|
* @return GetWorkRequestResponse
|
|
2347
2347
|
* @throws OciError when an error occurs
|
|
2348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2349
2349
|
*/
|
|
2350
2350
|
getWorkRequest(getWorkRequestRequest) {
|
|
2351
2351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2409,7 +2409,7 @@ class VulnerabilityScanningClient {
|
|
|
2409
2409
|
* @param ListContainerScanRecipesRequest
|
|
2410
2410
|
* @return ListContainerScanRecipesResponse
|
|
2411
2411
|
* @throws OciError when an error occurs
|
|
2412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListContainerScanRecipes.ts.html |here} to see how to use ListContainerScanRecipes API.
|
|
2413
2413
|
*/
|
|
2414
2414
|
listContainerScanRecipes(listContainerScanRecipesRequest) {
|
|
2415
2415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2479,7 +2479,7 @@ class VulnerabilityScanningClient {
|
|
|
2479
2479
|
* @param ListContainerScanResultsRequest
|
|
2480
2480
|
* @return ListContainerScanResultsResponse
|
|
2481
2481
|
* @throws OciError when an error occurs
|
|
2482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListContainerScanResults.ts.html |here} to see how to use ListContainerScanResults API.
|
|
2483
2483
|
*/
|
|
2484
2484
|
listContainerScanResults(listContainerScanResultsRequest) {
|
|
2485
2485
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2554,7 +2554,7 @@ class VulnerabilityScanningClient {
|
|
|
2554
2554
|
* @param ListContainerScanTargetsRequest
|
|
2555
2555
|
* @return ListContainerScanTargetsResponse
|
|
2556
2556
|
* @throws OciError when an error occurs
|
|
2557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListContainerScanTargets.ts.html |here} to see how to use ListContainerScanTargets API.
|
|
2558
2558
|
*/
|
|
2559
2559
|
listContainerScanTargets(listContainerScanTargetsRequest) {
|
|
2560
2560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2624,7 +2624,7 @@ class VulnerabilityScanningClient {
|
|
|
2624
2624
|
* @param ListHostAgentScanResultsRequest
|
|
2625
2625
|
* @return ListHostAgentScanResultsResponse
|
|
2626
2626
|
* @throws OciError when an error occurs
|
|
2627
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListHostAgentScanResults.ts.html |here} to see how to use ListHostAgentScanResults API.
|
|
2628
2628
|
*/
|
|
2629
2629
|
listHostAgentScanResults(listHostAgentScanResultsRequest) {
|
|
2630
2630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2699,7 +2699,7 @@ class VulnerabilityScanningClient {
|
|
|
2699
2699
|
* @param ListHostCisBenchmarkScanResultsRequest
|
|
2700
2700
|
* @return ListHostCisBenchmarkScanResultsResponse
|
|
2701
2701
|
* @throws OciError when an error occurs
|
|
2702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListHostCisBenchmarkScanResults.ts.html |here} to see how to use ListHostCisBenchmarkScanResults API.
|
|
2703
2703
|
*/
|
|
2704
2704
|
listHostCisBenchmarkScanResults(listHostCisBenchmarkScanResultsRequest) {
|
|
2705
2705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2773,7 +2773,7 @@ class VulnerabilityScanningClient {
|
|
|
2773
2773
|
* @param ListHostEndpointProtectionScanResultsRequest
|
|
2774
2774
|
* @return ListHostEndpointProtectionScanResultsResponse
|
|
2775
2775
|
* @throws OciError when an error occurs
|
|
2776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListHostEndpointProtectionScanResults.ts.html |here} to see how to use ListHostEndpointProtectionScanResults API.
|
|
2777
2777
|
*/
|
|
2778
2778
|
listHostEndpointProtectionScanResults(listHostEndpointProtectionScanResultsRequest) {
|
|
2779
2779
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2847,7 +2847,7 @@ class VulnerabilityScanningClient {
|
|
|
2847
2847
|
* @param ListHostPortScanResultsRequest
|
|
2848
2848
|
* @return ListHostPortScanResultsResponse
|
|
2849
2849
|
* @throws OciError when an error occurs
|
|
2850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2850
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListHostPortScanResults.ts.html |here} to see how to use ListHostPortScanResults API.
|
|
2851
2851
|
*/
|
|
2852
2852
|
listHostPortScanResults(listHostPortScanResultsRequest) {
|
|
2853
2853
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2921,7 +2921,7 @@ class VulnerabilityScanningClient {
|
|
|
2921
2921
|
* @param ListHostScanRecipesRequest
|
|
2922
2922
|
* @return ListHostScanRecipesResponse
|
|
2923
2923
|
* @throws OciError when an error occurs
|
|
2924
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListHostScanRecipes.ts.html |here} to see how to use ListHostScanRecipes API.
|
|
2925
2925
|
*/
|
|
2926
2926
|
listHostScanRecipes(listHostScanRecipesRequest) {
|
|
2927
2927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2991,7 +2991,7 @@ class VulnerabilityScanningClient {
|
|
|
2991
2991
|
* @param ListHostScanTargetErrorsRequest
|
|
2992
2992
|
* @return ListHostScanTargetErrorsResponse
|
|
2993
2993
|
* @throws OciError when an error occurs
|
|
2994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListHostScanTargetErrors.ts.html |here} to see how to use ListHostScanTargetErrors API.
|
|
2995
2995
|
*/
|
|
2996
2996
|
listHostScanTargetErrors(listHostScanTargetErrorsRequest) {
|
|
2997
2997
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3062,7 +3062,7 @@ class VulnerabilityScanningClient {
|
|
|
3062
3062
|
* @param ListHostScanTargetsRequest
|
|
3063
3063
|
* @return ListHostScanTargetsResponse
|
|
3064
3064
|
* @throws OciError when an error occurs
|
|
3065
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListHostScanTargets.ts.html |here} to see how to use ListHostScanTargets API.
|
|
3066
3066
|
*/
|
|
3067
3067
|
listHostScanTargets(listHostScanTargetsRequest) {
|
|
3068
3068
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3132,7 +3132,7 @@ class VulnerabilityScanningClient {
|
|
|
3132
3132
|
* @param ListHostVulnerabilitiesRequest
|
|
3133
3133
|
* @return ListHostVulnerabilitiesResponse
|
|
3134
3134
|
* @throws OciError when an error occurs
|
|
3135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListHostVulnerabilities.ts.html |here} to see how to use ListHostVulnerabilities API.
|
|
3136
3136
|
*/
|
|
3137
3137
|
listHostVulnerabilities(listHostVulnerabilitiesRequest) {
|
|
3138
3138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3204,7 +3204,7 @@ class VulnerabilityScanningClient {
|
|
|
3204
3204
|
* @param ListHostVulnerabilityImpactedHostsRequest
|
|
3205
3205
|
* @return ListHostVulnerabilityImpactedHostsResponse
|
|
3206
3206
|
* @throws OciError when an error occurs
|
|
3207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListHostVulnerabilityImpactedHosts.ts.html |here} to see how to use ListHostVulnerabilityImpactedHosts API.
|
|
3208
3208
|
*/
|
|
3209
3209
|
listHostVulnerabilityImpactedHosts(listHostVulnerabilityImpactedHostsRequest) {
|
|
3210
3210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3273,7 +3273,7 @@ class VulnerabilityScanningClient {
|
|
|
3273
3273
|
* @param ListVulnerabilitiesRequest
|
|
3274
3274
|
* @return ListVulnerabilitiesResponse
|
|
3275
3275
|
* @throws OciError when an error occurs
|
|
3276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListVulnerabilities.ts.html |here} to see how to use ListVulnerabilities API.
|
|
3277
3277
|
*/
|
|
3278
3278
|
listVulnerabilities(listVulnerabilitiesRequest) {
|
|
3279
3279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3345,7 +3345,7 @@ class VulnerabilityScanningClient {
|
|
|
3345
3345
|
* @param ListVulnerabilityImpactedContainersRequest
|
|
3346
3346
|
* @return ListVulnerabilityImpactedContainersResponse
|
|
3347
3347
|
* @throws OciError when an error occurs
|
|
3348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListVulnerabilityImpactedContainers.ts.html |here} to see how to use ListVulnerabilityImpactedContainers API.
|
|
3349
3349
|
*/
|
|
3350
3350
|
listVulnerabilityImpactedContainers(listVulnerabilityImpactedContainersRequest) {
|
|
3351
3351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3414,7 +3414,7 @@ class VulnerabilityScanningClient {
|
|
|
3414
3414
|
* @param ListVulnerabilityImpactedHostsRequest
|
|
3415
3415
|
* @return ListVulnerabilityImpactedHostsResponse
|
|
3416
3416
|
* @throws OciError when an error occurs
|
|
3417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListVulnerabilityImpactedHosts.ts.html |here} to see how to use ListVulnerabilityImpactedHosts API.
|
|
3418
3418
|
*/
|
|
3419
3419
|
listVulnerabilityImpactedHosts(listVulnerabilityImpactedHostsRequest) {
|
|
3420
3420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3483,7 +3483,7 @@ class VulnerabilityScanningClient {
|
|
|
3483
3483
|
* @param ListWorkRequestErrorsRequest
|
|
3484
3484
|
* @return ListWorkRequestErrorsResponse
|
|
3485
3485
|
* @throws OciError when an error occurs
|
|
3486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3487
3487
|
*/
|
|
3488
3488
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3489
3489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3550,7 +3550,7 @@ class VulnerabilityScanningClient {
|
|
|
3550
3550
|
* @param ListWorkRequestLogsRequest
|
|
3551
3551
|
* @return ListWorkRequestLogsResponse
|
|
3552
3552
|
* @throws OciError when an error occurs
|
|
3553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3554
3554
|
*/
|
|
3555
3555
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3556
3556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3617,7 +3617,7 @@ class VulnerabilityScanningClient {
|
|
|
3617
3617
|
* @param ListWorkRequestsRequest
|
|
3618
3618
|
* @return ListWorkRequestsResponse
|
|
3619
3619
|
* @throws OciError when an error occurs
|
|
3620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3621
3621
|
*/
|
|
3622
3622
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3623
3623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3683,7 +3683,7 @@ class VulnerabilityScanningClient {
|
|
|
3683
3683
|
* @param UpdateContainerScanRecipeRequest
|
|
3684
3684
|
* @return UpdateContainerScanRecipeResponse
|
|
3685
3685
|
* @throws OciError when an error occurs
|
|
3686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/UpdateContainerScanRecipe.ts.html |here} to see how to use UpdateContainerScanRecipe API.
|
|
3687
3687
|
*/
|
|
3688
3688
|
updateContainerScanRecipe(updateContainerScanRecipeRequest) {
|
|
3689
3689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3745,7 +3745,7 @@ class VulnerabilityScanningClient {
|
|
|
3745
3745
|
* @param UpdateContainerScanTargetRequest
|
|
3746
3746
|
* @return UpdateContainerScanTargetResponse
|
|
3747
3747
|
* @throws OciError when an error occurs
|
|
3748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/UpdateContainerScanTarget.ts.html |here} to see how to use UpdateContainerScanTarget API.
|
|
3749
3749
|
*/
|
|
3750
3750
|
updateContainerScanTarget(updateContainerScanTargetRequest) {
|
|
3751
3751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3807,7 +3807,7 @@ class VulnerabilityScanningClient {
|
|
|
3807
3807
|
* @param UpdateHostScanRecipeRequest
|
|
3808
3808
|
* @return UpdateHostScanRecipeResponse
|
|
3809
3809
|
* @throws OciError when an error occurs
|
|
3810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3810
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/UpdateHostScanRecipe.ts.html |here} to see how to use UpdateHostScanRecipe API.
|
|
3811
3811
|
*/
|
|
3812
3812
|
updateHostScanRecipe(updateHostScanRecipeRequest) {
|
|
3813
3813
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3869,7 +3869,7 @@ class VulnerabilityScanningClient {
|
|
|
3869
3869
|
* @param UpdateHostScanTargetRequest
|
|
3870
3870
|
* @return UpdateHostScanTargetResponse
|
|
3871
3871
|
* @throws OciError when an error occurs
|
|
3872
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3872
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/vulnerabilityscanning/UpdateHostScanTarget.ts.html |here} to see how to use UpdateHostScanTarget API.
|
|
3873
3873
|
*/
|
|
3874
3874
|
updateHostScanTarget(updateHostScanTargetRequest) {
|
|
3875
3875
|
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.66.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.66.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.66.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.66.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.66.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.66.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.66.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.66.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.66.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostScanTargetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|