oci-vulnerabilityscanning 2.72.0 → 2.73.1
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
|
@@ -184,7 +184,7 @@ class VulnerabilityScanningClient {
|
|
|
184
184
|
* @param ChangeContainerScanRecipeCompartmentRequest
|
|
185
185
|
* @return ChangeContainerScanRecipeCompartmentResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartment API.
|
|
188
188
|
*/
|
|
189
189
|
changeContainerScanRecipeCompartment(changeContainerScanRecipeCompartmentRequest) {
|
|
190
190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -242,7 +242,7 @@ class VulnerabilityScanningClient {
|
|
|
242
242
|
* @param ChangeContainerScanResultCompartmentRequest
|
|
243
243
|
* @return ChangeContainerScanResultCompartmentResponse
|
|
244
244
|
* @throws OciError when an error occurs
|
|
245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartment API.
|
|
246
246
|
*/
|
|
247
247
|
changeContainerScanResultCompartment(changeContainerScanResultCompartmentRequest) {
|
|
248
248
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -300,7 +300,7 @@ class VulnerabilityScanningClient {
|
|
|
300
300
|
* @param ChangeContainerScanTargetCompartmentRequest
|
|
301
301
|
* @return ChangeContainerScanTargetCompartmentResponse
|
|
302
302
|
* @throws OciError when an error occurs
|
|
303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartment API.
|
|
304
304
|
*/
|
|
305
305
|
changeContainerScanTargetCompartment(changeContainerScanTargetCompartmentRequest) {
|
|
306
306
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -358,7 +358,7 @@ class VulnerabilityScanningClient {
|
|
|
358
358
|
* @param ChangeHostAgentScanResultCompartmentRequest
|
|
359
359
|
* @return ChangeHostAgentScanResultCompartmentResponse
|
|
360
360
|
* @throws OciError when an error occurs
|
|
361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartment API.
|
|
362
362
|
*/
|
|
363
363
|
changeHostAgentScanResultCompartment(changeHostAgentScanResultCompartmentRequest) {
|
|
364
364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -416,7 +416,7 @@ class VulnerabilityScanningClient {
|
|
|
416
416
|
* @param ChangeHostCisBenchmarkScanResultCompartmentRequest
|
|
417
417
|
* @return ChangeHostCisBenchmarkScanResultCompartmentResponse
|
|
418
418
|
* @throws OciError when an error occurs
|
|
419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartment API.
|
|
420
420
|
*/
|
|
421
421
|
changeHostCisBenchmarkScanResultCompartment(changeHostCisBenchmarkScanResultCompartmentRequest) {
|
|
422
422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -474,7 +474,7 @@ class VulnerabilityScanningClient {
|
|
|
474
474
|
* @param ChangeHostEndpointProtectionScanResultCompartmentRequest
|
|
475
475
|
* @return ChangeHostEndpointProtectionScanResultCompartmentResponse
|
|
476
476
|
* @throws OciError when an error occurs
|
|
477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartment API.
|
|
478
478
|
*/
|
|
479
479
|
changeHostEndpointProtectionScanResultCompartment(changeHostEndpointProtectionScanResultCompartmentRequest) {
|
|
480
480
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -532,7 +532,7 @@ class VulnerabilityScanningClient {
|
|
|
532
532
|
* @param ChangeHostPortScanResultCompartmentRequest
|
|
533
533
|
* @return ChangeHostPortScanResultCompartmentResponse
|
|
534
534
|
* @throws OciError when an error occurs
|
|
535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartment API.
|
|
536
536
|
*/
|
|
537
537
|
changeHostPortScanResultCompartment(changeHostPortScanResultCompartmentRequest) {
|
|
538
538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -590,7 +590,7 @@ class VulnerabilityScanningClient {
|
|
|
590
590
|
* @param ChangeHostScanRecipeCompartmentRequest
|
|
591
591
|
* @return ChangeHostScanRecipeCompartmentResponse
|
|
592
592
|
* @throws OciError when an error occurs
|
|
593
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartment API.
|
|
594
594
|
*/
|
|
595
595
|
changeHostScanRecipeCompartment(changeHostScanRecipeCompartmentRequest) {
|
|
596
596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -648,7 +648,7 @@ class VulnerabilityScanningClient {
|
|
|
648
648
|
* @param ChangeHostScanTargetCompartmentRequest
|
|
649
649
|
* @return ChangeHostScanTargetCompartmentResponse
|
|
650
650
|
* @throws OciError when an error occurs
|
|
651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartment API.
|
|
652
652
|
*/
|
|
653
653
|
changeHostScanTargetCompartment(changeHostScanTargetCompartmentRequest) {
|
|
654
654
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -706,7 +706,7 @@ class VulnerabilityScanningClient {
|
|
|
706
706
|
* @param CreateContainerScanRecipeRequest
|
|
707
707
|
* @return CreateContainerScanRecipeResponse
|
|
708
708
|
* @throws OciError when an error occurs
|
|
709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipe API.
|
|
710
710
|
*/
|
|
711
711
|
createContainerScanRecipe(createContainerScanRecipeRequest) {
|
|
712
712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -775,7 +775,7 @@ class VulnerabilityScanningClient {
|
|
|
775
775
|
* @param CreateContainerScanTargetRequest
|
|
776
776
|
* @return CreateContainerScanTargetResponse
|
|
777
777
|
* @throws OciError when an error occurs
|
|
778
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
778
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTarget API.
|
|
779
779
|
*/
|
|
780
780
|
createContainerScanTarget(createContainerScanTargetRequest) {
|
|
781
781
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -844,7 +844,7 @@ class VulnerabilityScanningClient {
|
|
|
844
844
|
* @param CreateHostScanRecipeRequest
|
|
845
845
|
* @return CreateHostScanRecipeResponse
|
|
846
846
|
* @throws OciError when an error occurs
|
|
847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipe API.
|
|
848
848
|
*/
|
|
849
849
|
createHostScanRecipe(createHostScanRecipeRequest) {
|
|
850
850
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -913,7 +913,7 @@ class VulnerabilityScanningClient {
|
|
|
913
913
|
* @param CreateHostScanTargetRequest
|
|
914
914
|
* @return CreateHostScanTargetResponse
|
|
915
915
|
* @throws OciError when an error occurs
|
|
916
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
916
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTarget API.
|
|
917
917
|
*/
|
|
918
918
|
createHostScanTarget(createHostScanTargetRequest) {
|
|
919
919
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -982,7 +982,7 @@ class VulnerabilityScanningClient {
|
|
|
982
982
|
* @param DeleteContainerScanRecipeRequest
|
|
983
983
|
* @return DeleteContainerScanRecipeResponse
|
|
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.73.1/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipe API.
|
|
986
986
|
*/
|
|
987
987
|
deleteContainerScanRecipe(deleteContainerScanRecipeRequest) {
|
|
988
988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1043,7 +1043,7 @@ class VulnerabilityScanningClient {
|
|
|
1043
1043
|
* @param DeleteContainerScanResultRequest
|
|
1044
1044
|
* @return DeleteContainerScanResultResponse
|
|
1045
1045
|
* @throws OciError when an error occurs
|
|
1046
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResult API.
|
|
1047
1047
|
*/
|
|
1048
1048
|
deleteContainerScanResult(deleteContainerScanResultRequest) {
|
|
1049
1049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1104,7 +1104,7 @@ class VulnerabilityScanningClient {
|
|
|
1104
1104
|
* @param DeleteContainerScanTargetRequest
|
|
1105
1105
|
* @return DeleteContainerScanTargetResponse
|
|
1106
1106
|
* @throws OciError when an error occurs
|
|
1107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTarget API.
|
|
1108
1108
|
*/
|
|
1109
1109
|
deleteContainerScanTarget(deleteContainerScanTargetRequest) {
|
|
1110
1110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1165,7 +1165,7 @@ class VulnerabilityScanningClient {
|
|
|
1165
1165
|
* @param DeleteHostAgentScanResultRequest
|
|
1166
1166
|
* @return DeleteHostAgentScanResultResponse
|
|
1167
1167
|
* @throws OciError when an error occurs
|
|
1168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResult API.
|
|
1169
1169
|
*/
|
|
1170
1170
|
deleteHostAgentScanResult(deleteHostAgentScanResultRequest) {
|
|
1171
1171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1226,7 +1226,7 @@ class VulnerabilityScanningClient {
|
|
|
1226
1226
|
* @param DeleteHostCisBenchmarkScanResultRequest
|
|
1227
1227
|
* @return DeleteHostCisBenchmarkScanResultResponse
|
|
1228
1228
|
* @throws OciError when an error occurs
|
|
1229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResult API.
|
|
1230
1230
|
*/
|
|
1231
1231
|
deleteHostCisBenchmarkScanResult(deleteHostCisBenchmarkScanResultRequest) {
|
|
1232
1232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1287,7 +1287,7 @@ class VulnerabilityScanningClient {
|
|
|
1287
1287
|
* @param DeleteHostEndpointProtectionScanResultRequest
|
|
1288
1288
|
* @return DeleteHostEndpointProtectionScanResultResponse
|
|
1289
1289
|
* @throws OciError when an error occurs
|
|
1290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResult API.
|
|
1291
1291
|
*/
|
|
1292
1292
|
deleteHostEndpointProtectionScanResult(deleteHostEndpointProtectionScanResultRequest) {
|
|
1293
1293
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1348,7 +1348,7 @@ class VulnerabilityScanningClient {
|
|
|
1348
1348
|
* @param DeleteHostPortScanResultRequest
|
|
1349
1349
|
* @return DeleteHostPortScanResultResponse
|
|
1350
1350
|
* @throws OciError when an error occurs
|
|
1351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResult API.
|
|
1352
1352
|
*/
|
|
1353
1353
|
deleteHostPortScanResult(deleteHostPortScanResultRequest) {
|
|
1354
1354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1409,7 +1409,7 @@ class VulnerabilityScanningClient {
|
|
|
1409
1409
|
* @param DeleteHostScanRecipeRequest
|
|
1410
1410
|
* @return DeleteHostScanRecipeResponse
|
|
1411
1411
|
* @throws OciError when an error occurs
|
|
1412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipe API.
|
|
1413
1413
|
*/
|
|
1414
1414
|
deleteHostScanRecipe(deleteHostScanRecipeRequest) {
|
|
1415
1415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1470,7 +1470,7 @@ class VulnerabilityScanningClient {
|
|
|
1470
1470
|
* @param DeleteHostScanTargetRequest
|
|
1471
1471
|
* @return DeleteHostScanTargetResponse
|
|
1472
1472
|
* @throws OciError when an error occurs
|
|
1473
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTarget API.
|
|
1474
1474
|
*/
|
|
1475
1475
|
deleteHostScanTarget(deleteHostScanTargetRequest) {
|
|
1476
1476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1531,7 +1531,7 @@ class VulnerabilityScanningClient {
|
|
|
1531
1531
|
* @param ExportHostAgentScanResultCsvRequest
|
|
1532
1532
|
* @return ExportHostAgentScanResultCsvResponse
|
|
1533
1533
|
* @throws OciError when an error occurs
|
|
1534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsv API.
|
|
1535
1535
|
*/
|
|
1536
1536
|
exportHostAgentScanResultCsv(exportHostAgentScanResultCsvRequest) {
|
|
1537
1537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1588,7 +1588,7 @@ class VulnerabilityScanningClient {
|
|
|
1588
1588
|
* @param ExportHostVulnerabilityCsvRequest
|
|
1589
1589
|
* @return ExportHostVulnerabilityCsvResponse
|
|
1590
1590
|
* @throws OciError when an error occurs
|
|
1591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1591
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsv API.
|
|
1592
1592
|
*/
|
|
1593
1593
|
exportHostVulnerabilityCsv(exportHostVulnerabilityCsvRequest) {
|
|
1594
1594
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1645,7 +1645,7 @@ class VulnerabilityScanningClient {
|
|
|
1645
1645
|
* @param GetContainerScanRecipeRequest
|
|
1646
1646
|
* @return GetContainerScanRecipeResponse
|
|
1647
1647
|
* @throws OciError when an error occurs
|
|
1648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipe API.
|
|
1649
1649
|
*/
|
|
1650
1650
|
getContainerScanRecipe(getContainerScanRecipeRequest) {
|
|
1651
1651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1709,7 +1709,7 @@ class VulnerabilityScanningClient {
|
|
|
1709
1709
|
* @param GetContainerScanResultRequest
|
|
1710
1710
|
* @return GetContainerScanResultResponse
|
|
1711
1711
|
* @throws OciError when an error occurs
|
|
1712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResult API.
|
|
1713
1713
|
*/
|
|
1714
1714
|
getContainerScanResult(getContainerScanResultRequest) {
|
|
1715
1715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1773,7 +1773,7 @@ class VulnerabilityScanningClient {
|
|
|
1773
1773
|
* @param GetContainerScanTargetRequest
|
|
1774
1774
|
* @return GetContainerScanTargetResponse
|
|
1775
1775
|
* @throws OciError when an error occurs
|
|
1776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTarget API.
|
|
1777
1777
|
*/
|
|
1778
1778
|
getContainerScanTarget(getContainerScanTargetRequest) {
|
|
1779
1779
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1837,7 +1837,7 @@ class VulnerabilityScanningClient {
|
|
|
1837
1837
|
* @param GetHostAgentScanResultRequest
|
|
1838
1838
|
* @return GetHostAgentScanResultResponse
|
|
1839
1839
|
* @throws OciError when an error occurs
|
|
1840
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResult API.
|
|
1841
1841
|
*/
|
|
1842
1842
|
getHostAgentScanResult(getHostAgentScanResultRequest) {
|
|
1843
1843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1901,7 +1901,7 @@ class VulnerabilityScanningClient {
|
|
|
1901
1901
|
* @param GetHostCisBenchmarkScanResultRequest
|
|
1902
1902
|
* @return GetHostCisBenchmarkScanResultResponse
|
|
1903
1903
|
* @throws OciError when an error occurs
|
|
1904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResult API.
|
|
1905
1905
|
*/
|
|
1906
1906
|
getHostCisBenchmarkScanResult(getHostCisBenchmarkScanResultRequest) {
|
|
1907
1907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1965,7 +1965,7 @@ class VulnerabilityScanningClient {
|
|
|
1965
1965
|
* @param GetHostEndpointProtectionScanResultRequest
|
|
1966
1966
|
* @return GetHostEndpointProtectionScanResultResponse
|
|
1967
1967
|
* @throws OciError when an error occurs
|
|
1968
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResult API.
|
|
1969
1969
|
*/
|
|
1970
1970
|
getHostEndpointProtectionScanResult(getHostEndpointProtectionScanResultRequest) {
|
|
1971
1971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2029,7 +2029,7 @@ class VulnerabilityScanningClient {
|
|
|
2029
2029
|
* @param GetHostPortScanResultRequest
|
|
2030
2030
|
* @return GetHostPortScanResultResponse
|
|
2031
2031
|
* @throws OciError when an error occurs
|
|
2032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2032
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResult API.
|
|
2033
2033
|
*/
|
|
2034
2034
|
getHostPortScanResult(getHostPortScanResultRequest) {
|
|
2035
2035
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2093,7 +2093,7 @@ class VulnerabilityScanningClient {
|
|
|
2093
2093
|
* @param GetHostScanRecipeRequest
|
|
2094
2094
|
* @return GetHostScanRecipeResponse
|
|
2095
2095
|
* @throws OciError when an error occurs
|
|
2096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipe API.
|
|
2097
2097
|
*/
|
|
2098
2098
|
getHostScanRecipe(getHostScanRecipeRequest) {
|
|
2099
2099
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2157,7 +2157,7 @@ class VulnerabilityScanningClient {
|
|
|
2157
2157
|
* @param GetHostScanTargetRequest
|
|
2158
2158
|
* @return GetHostScanTargetResponse
|
|
2159
2159
|
* @throws OciError when an error occurs
|
|
2160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTarget API.
|
|
2161
2161
|
*/
|
|
2162
2162
|
getHostScanTarget(getHostScanTargetRequest) {
|
|
2163
2163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2221,7 +2221,7 @@ class VulnerabilityScanningClient {
|
|
|
2221
2221
|
* @param GetHostVulnerabilityRequest
|
|
2222
2222
|
* @return GetHostVulnerabilityResponse
|
|
2223
2223
|
* @throws OciError when an error occurs
|
|
2224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerability API.
|
|
2225
2225
|
*/
|
|
2226
2226
|
getHostVulnerability(getHostVulnerabilityRequest) {
|
|
2227
2227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2285,7 +2285,7 @@ class VulnerabilityScanningClient {
|
|
|
2285
2285
|
* @param GetVulnerabilityRequest
|
|
2286
2286
|
* @return GetVulnerabilityResponse
|
|
2287
2287
|
* @throws OciError when an error occurs
|
|
2288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/GetVulnerability.ts.html |here} to see how to use GetVulnerability API.
|
|
2289
2289
|
*/
|
|
2290
2290
|
getVulnerability(getVulnerabilityRequest) {
|
|
2291
2291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2349,7 +2349,7 @@ class VulnerabilityScanningClient {
|
|
|
2349
2349
|
* @param GetWorkRequestRequest
|
|
2350
2350
|
* @return GetWorkRequestResponse
|
|
2351
2351
|
* @throws OciError when an error occurs
|
|
2352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2353
2353
|
*/
|
|
2354
2354
|
getWorkRequest(getWorkRequestRequest) {
|
|
2355
2355
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2413,7 +2413,7 @@ class VulnerabilityScanningClient {
|
|
|
2413
2413
|
* @param ListContainerScanRecipesRequest
|
|
2414
2414
|
* @return ListContainerScanRecipesResponse
|
|
2415
2415
|
* @throws OciError when an error occurs
|
|
2416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListContainerScanRecipes.ts.html |here} to see how to use ListContainerScanRecipes API.
|
|
2417
2417
|
*/
|
|
2418
2418
|
listContainerScanRecipes(listContainerScanRecipesRequest) {
|
|
2419
2419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2483,7 +2483,7 @@ class VulnerabilityScanningClient {
|
|
|
2483
2483
|
* @param ListContainerScanResultsRequest
|
|
2484
2484
|
* @return ListContainerScanResultsResponse
|
|
2485
2485
|
* @throws OciError when an error occurs
|
|
2486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListContainerScanResults.ts.html |here} to see how to use ListContainerScanResults API.
|
|
2487
2487
|
*/
|
|
2488
2488
|
listContainerScanResults(listContainerScanResultsRequest) {
|
|
2489
2489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2558,7 +2558,7 @@ class VulnerabilityScanningClient {
|
|
|
2558
2558
|
* @param ListContainerScanTargetsRequest
|
|
2559
2559
|
* @return ListContainerScanTargetsResponse
|
|
2560
2560
|
* @throws OciError when an error occurs
|
|
2561
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2561
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListContainerScanTargets.ts.html |here} to see how to use ListContainerScanTargets API.
|
|
2562
2562
|
*/
|
|
2563
2563
|
listContainerScanTargets(listContainerScanTargetsRequest) {
|
|
2564
2564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2628,7 +2628,7 @@ class VulnerabilityScanningClient {
|
|
|
2628
2628
|
* @param ListHostAgentScanResultsRequest
|
|
2629
2629
|
* @return ListHostAgentScanResultsResponse
|
|
2630
2630
|
* @throws OciError when an error occurs
|
|
2631
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListHostAgentScanResults.ts.html |here} to see how to use ListHostAgentScanResults API.
|
|
2632
2632
|
*/
|
|
2633
2633
|
listHostAgentScanResults(listHostAgentScanResultsRequest) {
|
|
2634
2634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2703,7 +2703,7 @@ class VulnerabilityScanningClient {
|
|
|
2703
2703
|
* @param ListHostCisBenchmarkScanResultsRequest
|
|
2704
2704
|
* @return ListHostCisBenchmarkScanResultsResponse
|
|
2705
2705
|
* @throws OciError when an error occurs
|
|
2706
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListHostCisBenchmarkScanResults.ts.html |here} to see how to use ListHostCisBenchmarkScanResults API.
|
|
2707
2707
|
*/
|
|
2708
2708
|
listHostCisBenchmarkScanResults(listHostCisBenchmarkScanResultsRequest) {
|
|
2709
2709
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2777,7 +2777,7 @@ class VulnerabilityScanningClient {
|
|
|
2777
2777
|
* @param ListHostEndpointProtectionScanResultsRequest
|
|
2778
2778
|
* @return ListHostEndpointProtectionScanResultsResponse
|
|
2779
2779
|
* @throws OciError when an error occurs
|
|
2780
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListHostEndpointProtectionScanResults.ts.html |here} to see how to use ListHostEndpointProtectionScanResults API.
|
|
2781
2781
|
*/
|
|
2782
2782
|
listHostEndpointProtectionScanResults(listHostEndpointProtectionScanResultsRequest) {
|
|
2783
2783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2851,7 +2851,7 @@ class VulnerabilityScanningClient {
|
|
|
2851
2851
|
* @param ListHostPortScanResultsRequest
|
|
2852
2852
|
* @return ListHostPortScanResultsResponse
|
|
2853
2853
|
* @throws OciError when an error occurs
|
|
2854
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2854
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListHostPortScanResults.ts.html |here} to see how to use ListHostPortScanResults API.
|
|
2855
2855
|
*/
|
|
2856
2856
|
listHostPortScanResults(listHostPortScanResultsRequest) {
|
|
2857
2857
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2925,7 +2925,7 @@ class VulnerabilityScanningClient {
|
|
|
2925
2925
|
* @param ListHostScanRecipesRequest
|
|
2926
2926
|
* @return ListHostScanRecipesResponse
|
|
2927
2927
|
* @throws OciError when an error occurs
|
|
2928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListHostScanRecipes.ts.html |here} to see how to use ListHostScanRecipes API.
|
|
2929
2929
|
*/
|
|
2930
2930
|
listHostScanRecipes(listHostScanRecipesRequest) {
|
|
2931
2931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2995,7 +2995,7 @@ class VulnerabilityScanningClient {
|
|
|
2995
2995
|
* @param ListHostScanTargetErrorsRequest
|
|
2996
2996
|
* @return ListHostScanTargetErrorsResponse
|
|
2997
2997
|
* @throws OciError when an error occurs
|
|
2998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListHostScanTargetErrors.ts.html |here} to see how to use ListHostScanTargetErrors API.
|
|
2999
2999
|
*/
|
|
3000
3000
|
listHostScanTargetErrors(listHostScanTargetErrorsRequest) {
|
|
3001
3001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3066,7 +3066,7 @@ class VulnerabilityScanningClient {
|
|
|
3066
3066
|
* @param ListHostScanTargetsRequest
|
|
3067
3067
|
* @return ListHostScanTargetsResponse
|
|
3068
3068
|
* @throws OciError when an error occurs
|
|
3069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3069
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListHostScanTargets.ts.html |here} to see how to use ListHostScanTargets API.
|
|
3070
3070
|
*/
|
|
3071
3071
|
listHostScanTargets(listHostScanTargetsRequest) {
|
|
3072
3072
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3136,7 +3136,7 @@ class VulnerabilityScanningClient {
|
|
|
3136
3136
|
* @param ListHostVulnerabilitiesRequest
|
|
3137
3137
|
* @return ListHostVulnerabilitiesResponse
|
|
3138
3138
|
* @throws OciError when an error occurs
|
|
3139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListHostVulnerabilities.ts.html |here} to see how to use ListHostVulnerabilities API.
|
|
3140
3140
|
*/
|
|
3141
3141
|
listHostVulnerabilities(listHostVulnerabilitiesRequest) {
|
|
3142
3142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3208,7 +3208,7 @@ class VulnerabilityScanningClient {
|
|
|
3208
3208
|
* @param ListHostVulnerabilityImpactedHostsRequest
|
|
3209
3209
|
* @return ListHostVulnerabilityImpactedHostsResponse
|
|
3210
3210
|
* @throws OciError when an error occurs
|
|
3211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListHostVulnerabilityImpactedHosts.ts.html |here} to see how to use ListHostVulnerabilityImpactedHosts API.
|
|
3212
3212
|
*/
|
|
3213
3213
|
listHostVulnerabilityImpactedHosts(listHostVulnerabilityImpactedHostsRequest) {
|
|
3214
3214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3277,7 +3277,7 @@ class VulnerabilityScanningClient {
|
|
|
3277
3277
|
* @param ListVulnerabilitiesRequest
|
|
3278
3278
|
* @return ListVulnerabilitiesResponse
|
|
3279
3279
|
* @throws OciError when an error occurs
|
|
3280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListVulnerabilities.ts.html |here} to see how to use ListVulnerabilities API.
|
|
3281
3281
|
*/
|
|
3282
3282
|
listVulnerabilities(listVulnerabilitiesRequest) {
|
|
3283
3283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3349,7 +3349,7 @@ class VulnerabilityScanningClient {
|
|
|
3349
3349
|
* @param ListVulnerabilityImpactedContainersRequest
|
|
3350
3350
|
* @return ListVulnerabilityImpactedContainersResponse
|
|
3351
3351
|
* @throws OciError when an error occurs
|
|
3352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListVulnerabilityImpactedContainers.ts.html |here} to see how to use ListVulnerabilityImpactedContainers API.
|
|
3353
3353
|
*/
|
|
3354
3354
|
listVulnerabilityImpactedContainers(listVulnerabilityImpactedContainersRequest) {
|
|
3355
3355
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3418,7 +3418,7 @@ class VulnerabilityScanningClient {
|
|
|
3418
3418
|
* @param ListVulnerabilityImpactedHostsRequest
|
|
3419
3419
|
* @return ListVulnerabilityImpactedHostsResponse
|
|
3420
3420
|
* @throws OciError when an error occurs
|
|
3421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListVulnerabilityImpactedHosts.ts.html |here} to see how to use ListVulnerabilityImpactedHosts API.
|
|
3422
3422
|
*/
|
|
3423
3423
|
listVulnerabilityImpactedHosts(listVulnerabilityImpactedHostsRequest) {
|
|
3424
3424
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3487,7 +3487,7 @@ class VulnerabilityScanningClient {
|
|
|
3487
3487
|
* @param ListWorkRequestErrorsRequest
|
|
3488
3488
|
* @return ListWorkRequestErrorsResponse
|
|
3489
3489
|
* @throws OciError when an error occurs
|
|
3490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3491
3491
|
*/
|
|
3492
3492
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3493
3493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3554,7 +3554,7 @@ class VulnerabilityScanningClient {
|
|
|
3554
3554
|
* @param ListWorkRequestLogsRequest
|
|
3555
3555
|
* @return ListWorkRequestLogsResponse
|
|
3556
3556
|
* @throws OciError when an error occurs
|
|
3557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3558
3558
|
*/
|
|
3559
3559
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3560
3560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3621,7 +3621,7 @@ class VulnerabilityScanningClient {
|
|
|
3621
3621
|
* @param ListWorkRequestsRequest
|
|
3622
3622
|
* @return ListWorkRequestsResponse
|
|
3623
3623
|
* @throws OciError when an error occurs
|
|
3624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3625
3625
|
*/
|
|
3626
3626
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3627
3627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3687,7 +3687,7 @@ class VulnerabilityScanningClient {
|
|
|
3687
3687
|
* @param UpdateContainerScanRecipeRequest
|
|
3688
3688
|
* @return UpdateContainerScanRecipeResponse
|
|
3689
3689
|
* @throws OciError when an error occurs
|
|
3690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/UpdateContainerScanRecipe.ts.html |here} to see how to use UpdateContainerScanRecipe API.
|
|
3691
3691
|
*/
|
|
3692
3692
|
updateContainerScanRecipe(updateContainerScanRecipeRequest) {
|
|
3693
3693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3749,7 +3749,7 @@ class VulnerabilityScanningClient {
|
|
|
3749
3749
|
* @param UpdateContainerScanTargetRequest
|
|
3750
3750
|
* @return UpdateContainerScanTargetResponse
|
|
3751
3751
|
* @throws OciError when an error occurs
|
|
3752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/UpdateContainerScanTarget.ts.html |here} to see how to use UpdateContainerScanTarget API.
|
|
3753
3753
|
*/
|
|
3754
3754
|
updateContainerScanTarget(updateContainerScanTargetRequest) {
|
|
3755
3755
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3811,7 +3811,7 @@ class VulnerabilityScanningClient {
|
|
|
3811
3811
|
* @param UpdateHostScanRecipeRequest
|
|
3812
3812
|
* @return UpdateHostScanRecipeResponse
|
|
3813
3813
|
* @throws OciError when an error occurs
|
|
3814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3814
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/UpdateHostScanRecipe.ts.html |here} to see how to use UpdateHostScanRecipe API.
|
|
3815
3815
|
*/
|
|
3816
3816
|
updateHostScanRecipe(updateHostScanRecipeRequest) {
|
|
3817
3817
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3873,7 +3873,7 @@ class VulnerabilityScanningClient {
|
|
|
3873
3873
|
* @param UpdateHostScanTargetRequest
|
|
3874
3874
|
* @return UpdateHostScanTargetResponse
|
|
3875
3875
|
* @throws OciError when an error occurs
|
|
3876
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3876
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vulnerabilityscanning/UpdateHostScanTarget.ts.html |here} to see how to use UpdateHostScanTarget API.
|
|
3877
3877
|
*/
|
|
3878
3878
|
updateHostScanTarget(updateHostScanTargetRequest) {
|
|
3879
3879
|
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.73.1/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.73.1/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.73.1/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.73.1/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.73.1/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.73.1/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.73.1/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.73.1/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostScanRecipeCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|