oci-vulnerabilityscanning 2.51.0 → 2.53.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
|
@@ -157,7 +157,7 @@ class VulnerabilityScanningClient {
|
|
|
157
157
|
* @param ChangeContainerScanRecipeCompartmentRequest
|
|
158
158
|
* @return ChangeContainerScanRecipeCompartmentResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartment API.
|
|
161
161
|
*/
|
|
162
162
|
changeContainerScanRecipeCompartment(changeContainerScanRecipeCompartmentRequest) {
|
|
163
163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -215,7 +215,7 @@ class VulnerabilityScanningClient {
|
|
|
215
215
|
* @param ChangeContainerScanResultCompartmentRequest
|
|
216
216
|
* @return ChangeContainerScanResultCompartmentResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartment API.
|
|
219
219
|
*/
|
|
220
220
|
changeContainerScanResultCompartment(changeContainerScanResultCompartmentRequest) {
|
|
221
221
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -273,7 +273,7 @@ class VulnerabilityScanningClient {
|
|
|
273
273
|
* @param ChangeContainerScanTargetCompartmentRequest
|
|
274
274
|
* @return ChangeContainerScanTargetCompartmentResponse
|
|
275
275
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartment API.
|
|
277
277
|
*/
|
|
278
278
|
changeContainerScanTargetCompartment(changeContainerScanTargetCompartmentRequest) {
|
|
279
279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -331,7 +331,7 @@ class VulnerabilityScanningClient {
|
|
|
331
331
|
* @param ChangeHostAgentScanResultCompartmentRequest
|
|
332
332
|
* @return ChangeHostAgentScanResultCompartmentResponse
|
|
333
333
|
* @throws OciError when an error occurs
|
|
334
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
334
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartment API.
|
|
335
335
|
*/
|
|
336
336
|
changeHostAgentScanResultCompartment(changeHostAgentScanResultCompartmentRequest) {
|
|
337
337
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -389,7 +389,7 @@ class VulnerabilityScanningClient {
|
|
|
389
389
|
* @param ChangeHostCisBenchmarkScanResultCompartmentRequest
|
|
390
390
|
* @return ChangeHostCisBenchmarkScanResultCompartmentResponse
|
|
391
391
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartment API.
|
|
393
393
|
*/
|
|
394
394
|
changeHostCisBenchmarkScanResultCompartment(changeHostCisBenchmarkScanResultCompartmentRequest) {
|
|
395
395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -447,7 +447,7 @@ class VulnerabilityScanningClient {
|
|
|
447
447
|
* @param ChangeHostEndpointProtectionScanResultCompartmentRequest
|
|
448
448
|
* @return ChangeHostEndpointProtectionScanResultCompartmentResponse
|
|
449
449
|
* @throws OciError when an error occurs
|
|
450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartment API.
|
|
451
451
|
*/
|
|
452
452
|
changeHostEndpointProtectionScanResultCompartment(changeHostEndpointProtectionScanResultCompartmentRequest) {
|
|
453
453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -505,7 +505,7 @@ class VulnerabilityScanningClient {
|
|
|
505
505
|
* @param ChangeHostPortScanResultCompartmentRequest
|
|
506
506
|
* @return ChangeHostPortScanResultCompartmentResponse
|
|
507
507
|
* @throws OciError when an error occurs
|
|
508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartment API.
|
|
509
509
|
*/
|
|
510
510
|
changeHostPortScanResultCompartment(changeHostPortScanResultCompartmentRequest) {
|
|
511
511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -563,7 +563,7 @@ class VulnerabilityScanningClient {
|
|
|
563
563
|
* @param ChangeHostScanRecipeCompartmentRequest
|
|
564
564
|
* @return ChangeHostScanRecipeCompartmentResponse
|
|
565
565
|
* @throws OciError when an error occurs
|
|
566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartment API.
|
|
567
567
|
*/
|
|
568
568
|
changeHostScanRecipeCompartment(changeHostScanRecipeCompartmentRequest) {
|
|
569
569
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -621,7 +621,7 @@ class VulnerabilityScanningClient {
|
|
|
621
621
|
* @param ChangeHostScanTargetCompartmentRequest
|
|
622
622
|
* @return ChangeHostScanTargetCompartmentResponse
|
|
623
623
|
* @throws OciError when an error occurs
|
|
624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartment API.
|
|
625
625
|
*/
|
|
626
626
|
changeHostScanTargetCompartment(changeHostScanTargetCompartmentRequest) {
|
|
627
627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -679,7 +679,7 @@ class VulnerabilityScanningClient {
|
|
|
679
679
|
* @param CreateContainerScanRecipeRequest
|
|
680
680
|
* @return CreateContainerScanRecipeResponse
|
|
681
681
|
* @throws OciError when an error occurs
|
|
682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipe API.
|
|
683
683
|
*/
|
|
684
684
|
createContainerScanRecipe(createContainerScanRecipeRequest) {
|
|
685
685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -748,7 +748,7 @@ class VulnerabilityScanningClient {
|
|
|
748
748
|
* @param CreateContainerScanTargetRequest
|
|
749
749
|
* @return CreateContainerScanTargetResponse
|
|
750
750
|
* @throws OciError when an error occurs
|
|
751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
751
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTarget API.
|
|
752
752
|
*/
|
|
753
753
|
createContainerScanTarget(createContainerScanTargetRequest) {
|
|
754
754
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -817,7 +817,7 @@ class VulnerabilityScanningClient {
|
|
|
817
817
|
* @param CreateHostScanRecipeRequest
|
|
818
818
|
* @return CreateHostScanRecipeResponse
|
|
819
819
|
* @throws OciError when an error occurs
|
|
820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipe API.
|
|
821
821
|
*/
|
|
822
822
|
createHostScanRecipe(createHostScanRecipeRequest) {
|
|
823
823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -886,7 +886,7 @@ class VulnerabilityScanningClient {
|
|
|
886
886
|
* @param CreateHostScanTargetRequest
|
|
887
887
|
* @return CreateHostScanTargetResponse
|
|
888
888
|
* @throws OciError when an error occurs
|
|
889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTarget API.
|
|
890
890
|
*/
|
|
891
891
|
createHostScanTarget(createHostScanTargetRequest) {
|
|
892
892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -955,7 +955,7 @@ class VulnerabilityScanningClient {
|
|
|
955
955
|
* @param DeleteContainerScanRecipeRequest
|
|
956
956
|
* @return DeleteContainerScanRecipeResponse
|
|
957
957
|
* @throws OciError when an error occurs
|
|
958
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
958
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipe API.
|
|
959
959
|
*/
|
|
960
960
|
deleteContainerScanRecipe(deleteContainerScanRecipeRequest) {
|
|
961
961
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1016,7 +1016,7 @@ class VulnerabilityScanningClient {
|
|
|
1016
1016
|
* @param DeleteContainerScanResultRequest
|
|
1017
1017
|
* @return DeleteContainerScanResultResponse
|
|
1018
1018
|
* @throws OciError when an error occurs
|
|
1019
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResult API.
|
|
1020
1020
|
*/
|
|
1021
1021
|
deleteContainerScanResult(deleteContainerScanResultRequest) {
|
|
1022
1022
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1077,7 +1077,7 @@ class VulnerabilityScanningClient {
|
|
|
1077
1077
|
* @param DeleteContainerScanTargetRequest
|
|
1078
1078
|
* @return DeleteContainerScanTargetResponse
|
|
1079
1079
|
* @throws OciError when an error occurs
|
|
1080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTarget API.
|
|
1081
1081
|
*/
|
|
1082
1082
|
deleteContainerScanTarget(deleteContainerScanTargetRequest) {
|
|
1083
1083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1138,7 +1138,7 @@ class VulnerabilityScanningClient {
|
|
|
1138
1138
|
* @param DeleteHostAgentScanResultRequest
|
|
1139
1139
|
* @return DeleteHostAgentScanResultResponse
|
|
1140
1140
|
* @throws OciError when an error occurs
|
|
1141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResult API.
|
|
1142
1142
|
*/
|
|
1143
1143
|
deleteHostAgentScanResult(deleteHostAgentScanResultRequest) {
|
|
1144
1144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1199,7 +1199,7 @@ class VulnerabilityScanningClient {
|
|
|
1199
1199
|
* @param DeleteHostCisBenchmarkScanResultRequest
|
|
1200
1200
|
* @return DeleteHostCisBenchmarkScanResultResponse
|
|
1201
1201
|
* @throws OciError when an error occurs
|
|
1202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResult API.
|
|
1203
1203
|
*/
|
|
1204
1204
|
deleteHostCisBenchmarkScanResult(deleteHostCisBenchmarkScanResultRequest) {
|
|
1205
1205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1260,7 +1260,7 @@ class VulnerabilityScanningClient {
|
|
|
1260
1260
|
* @param DeleteHostEndpointProtectionScanResultRequest
|
|
1261
1261
|
* @return DeleteHostEndpointProtectionScanResultResponse
|
|
1262
1262
|
* @throws OciError when an error occurs
|
|
1263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResult API.
|
|
1264
1264
|
*/
|
|
1265
1265
|
deleteHostEndpointProtectionScanResult(deleteHostEndpointProtectionScanResultRequest) {
|
|
1266
1266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1321,7 +1321,7 @@ class VulnerabilityScanningClient {
|
|
|
1321
1321
|
* @param DeleteHostPortScanResultRequest
|
|
1322
1322
|
* @return DeleteHostPortScanResultResponse
|
|
1323
1323
|
* @throws OciError when an error occurs
|
|
1324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResult API.
|
|
1325
1325
|
*/
|
|
1326
1326
|
deleteHostPortScanResult(deleteHostPortScanResultRequest) {
|
|
1327
1327
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1382,7 +1382,7 @@ class VulnerabilityScanningClient {
|
|
|
1382
1382
|
* @param DeleteHostScanRecipeRequest
|
|
1383
1383
|
* @return DeleteHostScanRecipeResponse
|
|
1384
1384
|
* @throws OciError when an error occurs
|
|
1385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipe API.
|
|
1386
1386
|
*/
|
|
1387
1387
|
deleteHostScanRecipe(deleteHostScanRecipeRequest) {
|
|
1388
1388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1443,7 +1443,7 @@ class VulnerabilityScanningClient {
|
|
|
1443
1443
|
* @param DeleteHostScanTargetRequest
|
|
1444
1444
|
* @return DeleteHostScanTargetResponse
|
|
1445
1445
|
* @throws OciError when an error occurs
|
|
1446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTarget API.
|
|
1447
1447
|
*/
|
|
1448
1448
|
deleteHostScanTarget(deleteHostScanTargetRequest) {
|
|
1449
1449
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1504,7 +1504,7 @@ class VulnerabilityScanningClient {
|
|
|
1504
1504
|
* @param ExportHostAgentScanResultCsvRequest
|
|
1505
1505
|
* @return ExportHostAgentScanResultCsvResponse
|
|
1506
1506
|
* @throws OciError when an error occurs
|
|
1507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsv API.
|
|
1508
1508
|
*/
|
|
1509
1509
|
exportHostAgentScanResultCsv(exportHostAgentScanResultCsvRequest) {
|
|
1510
1510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1561,7 +1561,7 @@ class VulnerabilityScanningClient {
|
|
|
1561
1561
|
* @param ExportHostVulnerabilityCsvRequest
|
|
1562
1562
|
* @return ExportHostVulnerabilityCsvResponse
|
|
1563
1563
|
* @throws OciError when an error occurs
|
|
1564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1564
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsv API.
|
|
1565
1565
|
*/
|
|
1566
1566
|
exportHostVulnerabilityCsv(exportHostVulnerabilityCsvRequest) {
|
|
1567
1567
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1618,7 +1618,7 @@ class VulnerabilityScanningClient {
|
|
|
1618
1618
|
* @param GetContainerScanRecipeRequest
|
|
1619
1619
|
* @return GetContainerScanRecipeResponse
|
|
1620
1620
|
* @throws OciError when an error occurs
|
|
1621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipe API.
|
|
1622
1622
|
*/
|
|
1623
1623
|
getContainerScanRecipe(getContainerScanRecipeRequest) {
|
|
1624
1624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1682,7 +1682,7 @@ class VulnerabilityScanningClient {
|
|
|
1682
1682
|
* @param GetContainerScanResultRequest
|
|
1683
1683
|
* @return GetContainerScanResultResponse
|
|
1684
1684
|
* @throws OciError when an error occurs
|
|
1685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResult API.
|
|
1686
1686
|
*/
|
|
1687
1687
|
getContainerScanResult(getContainerScanResultRequest) {
|
|
1688
1688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1746,7 +1746,7 @@ class VulnerabilityScanningClient {
|
|
|
1746
1746
|
* @param GetContainerScanTargetRequest
|
|
1747
1747
|
* @return GetContainerScanTargetResponse
|
|
1748
1748
|
* @throws OciError when an error occurs
|
|
1749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1749
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTarget API.
|
|
1750
1750
|
*/
|
|
1751
1751
|
getContainerScanTarget(getContainerScanTargetRequest) {
|
|
1752
1752
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1810,7 +1810,7 @@ class VulnerabilityScanningClient {
|
|
|
1810
1810
|
* @param GetHostAgentScanResultRequest
|
|
1811
1811
|
* @return GetHostAgentScanResultResponse
|
|
1812
1812
|
* @throws OciError when an error occurs
|
|
1813
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResult API.
|
|
1814
1814
|
*/
|
|
1815
1815
|
getHostAgentScanResult(getHostAgentScanResultRequest) {
|
|
1816
1816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1874,7 +1874,7 @@ class VulnerabilityScanningClient {
|
|
|
1874
1874
|
* @param GetHostCisBenchmarkScanResultRequest
|
|
1875
1875
|
* @return GetHostCisBenchmarkScanResultResponse
|
|
1876
1876
|
* @throws OciError when an error occurs
|
|
1877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResult API.
|
|
1878
1878
|
*/
|
|
1879
1879
|
getHostCisBenchmarkScanResult(getHostCisBenchmarkScanResultRequest) {
|
|
1880
1880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1938,7 +1938,7 @@ class VulnerabilityScanningClient {
|
|
|
1938
1938
|
* @param GetHostEndpointProtectionScanResultRequest
|
|
1939
1939
|
* @return GetHostEndpointProtectionScanResultResponse
|
|
1940
1940
|
* @throws OciError when an error occurs
|
|
1941
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1941
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResult API.
|
|
1942
1942
|
*/
|
|
1943
1943
|
getHostEndpointProtectionScanResult(getHostEndpointProtectionScanResultRequest) {
|
|
1944
1944
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2002,7 +2002,7 @@ class VulnerabilityScanningClient {
|
|
|
2002
2002
|
* @param GetHostPortScanResultRequest
|
|
2003
2003
|
* @return GetHostPortScanResultResponse
|
|
2004
2004
|
* @throws OciError when an error occurs
|
|
2005
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2005
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResult API.
|
|
2006
2006
|
*/
|
|
2007
2007
|
getHostPortScanResult(getHostPortScanResultRequest) {
|
|
2008
2008
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2066,7 +2066,7 @@ class VulnerabilityScanningClient {
|
|
|
2066
2066
|
* @param GetHostScanRecipeRequest
|
|
2067
2067
|
* @return GetHostScanRecipeResponse
|
|
2068
2068
|
* @throws OciError when an error occurs
|
|
2069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2069
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipe API.
|
|
2070
2070
|
*/
|
|
2071
2071
|
getHostScanRecipe(getHostScanRecipeRequest) {
|
|
2072
2072
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2130,7 +2130,7 @@ class VulnerabilityScanningClient {
|
|
|
2130
2130
|
* @param GetHostScanTargetRequest
|
|
2131
2131
|
* @return GetHostScanTargetResponse
|
|
2132
2132
|
* @throws OciError when an error occurs
|
|
2133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTarget API.
|
|
2134
2134
|
*/
|
|
2135
2135
|
getHostScanTarget(getHostScanTargetRequest) {
|
|
2136
2136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2194,7 +2194,7 @@ class VulnerabilityScanningClient {
|
|
|
2194
2194
|
* @param GetHostVulnerabilityRequest
|
|
2195
2195
|
* @return GetHostVulnerabilityResponse
|
|
2196
2196
|
* @throws OciError when an error occurs
|
|
2197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerability API.
|
|
2198
2198
|
*/
|
|
2199
2199
|
getHostVulnerability(getHostVulnerabilityRequest) {
|
|
2200
2200
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2258,7 +2258,7 @@ class VulnerabilityScanningClient {
|
|
|
2258
2258
|
* @param GetVulnerabilityRequest
|
|
2259
2259
|
* @return GetVulnerabilityResponse
|
|
2260
2260
|
* @throws OciError when an error occurs
|
|
2261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/GetVulnerability.ts.html |here} to see how to use GetVulnerability API.
|
|
2262
2262
|
*/
|
|
2263
2263
|
getVulnerability(getVulnerabilityRequest) {
|
|
2264
2264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2322,7 +2322,7 @@ class VulnerabilityScanningClient {
|
|
|
2322
2322
|
* @param GetWorkRequestRequest
|
|
2323
2323
|
* @return GetWorkRequestResponse
|
|
2324
2324
|
* @throws OciError when an error occurs
|
|
2325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2326
2326
|
*/
|
|
2327
2327
|
getWorkRequest(getWorkRequestRequest) {
|
|
2328
2328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2386,7 +2386,7 @@ class VulnerabilityScanningClient {
|
|
|
2386
2386
|
* @param ListContainerScanRecipesRequest
|
|
2387
2387
|
* @return ListContainerScanRecipesResponse
|
|
2388
2388
|
* @throws OciError when an error occurs
|
|
2389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListContainerScanRecipes.ts.html |here} to see how to use ListContainerScanRecipes API.
|
|
2390
2390
|
*/
|
|
2391
2391
|
listContainerScanRecipes(listContainerScanRecipesRequest) {
|
|
2392
2392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2456,7 +2456,7 @@ class VulnerabilityScanningClient {
|
|
|
2456
2456
|
* @param ListContainerScanResultsRequest
|
|
2457
2457
|
* @return ListContainerScanResultsResponse
|
|
2458
2458
|
* @throws OciError when an error occurs
|
|
2459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListContainerScanResults.ts.html |here} to see how to use ListContainerScanResults API.
|
|
2460
2460
|
*/
|
|
2461
2461
|
listContainerScanResults(listContainerScanResultsRequest) {
|
|
2462
2462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2531,7 +2531,7 @@ class VulnerabilityScanningClient {
|
|
|
2531
2531
|
* @param ListContainerScanTargetsRequest
|
|
2532
2532
|
* @return ListContainerScanTargetsResponse
|
|
2533
2533
|
* @throws OciError when an error occurs
|
|
2534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListContainerScanTargets.ts.html |here} to see how to use ListContainerScanTargets API.
|
|
2535
2535
|
*/
|
|
2536
2536
|
listContainerScanTargets(listContainerScanTargetsRequest) {
|
|
2537
2537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2601,7 +2601,7 @@ class VulnerabilityScanningClient {
|
|
|
2601
2601
|
* @param ListHostAgentScanResultsRequest
|
|
2602
2602
|
* @return ListHostAgentScanResultsResponse
|
|
2603
2603
|
* @throws OciError when an error occurs
|
|
2604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListHostAgentScanResults.ts.html |here} to see how to use ListHostAgentScanResults API.
|
|
2605
2605
|
*/
|
|
2606
2606
|
listHostAgentScanResults(listHostAgentScanResultsRequest) {
|
|
2607
2607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2676,7 +2676,7 @@ class VulnerabilityScanningClient {
|
|
|
2676
2676
|
* @param ListHostCisBenchmarkScanResultsRequest
|
|
2677
2677
|
* @return ListHostCisBenchmarkScanResultsResponse
|
|
2678
2678
|
* @throws OciError when an error occurs
|
|
2679
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListHostCisBenchmarkScanResults.ts.html |here} to see how to use ListHostCisBenchmarkScanResults API.
|
|
2680
2680
|
*/
|
|
2681
2681
|
listHostCisBenchmarkScanResults(listHostCisBenchmarkScanResultsRequest) {
|
|
2682
2682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2750,7 +2750,7 @@ class VulnerabilityScanningClient {
|
|
|
2750
2750
|
* @param ListHostEndpointProtectionScanResultsRequest
|
|
2751
2751
|
* @return ListHostEndpointProtectionScanResultsResponse
|
|
2752
2752
|
* @throws OciError when an error occurs
|
|
2753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListHostEndpointProtectionScanResults.ts.html |here} to see how to use ListHostEndpointProtectionScanResults API.
|
|
2754
2754
|
*/
|
|
2755
2755
|
listHostEndpointProtectionScanResults(listHostEndpointProtectionScanResultsRequest) {
|
|
2756
2756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2824,7 +2824,7 @@ class VulnerabilityScanningClient {
|
|
|
2824
2824
|
* @param ListHostPortScanResultsRequest
|
|
2825
2825
|
* @return ListHostPortScanResultsResponse
|
|
2826
2826
|
* @throws OciError when an error occurs
|
|
2827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2827
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListHostPortScanResults.ts.html |here} to see how to use ListHostPortScanResults API.
|
|
2828
2828
|
*/
|
|
2829
2829
|
listHostPortScanResults(listHostPortScanResultsRequest) {
|
|
2830
2830
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2898,7 +2898,7 @@ class VulnerabilityScanningClient {
|
|
|
2898
2898
|
* @param ListHostScanRecipesRequest
|
|
2899
2899
|
* @return ListHostScanRecipesResponse
|
|
2900
2900
|
* @throws OciError when an error occurs
|
|
2901
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListHostScanRecipes.ts.html |here} to see how to use ListHostScanRecipes API.
|
|
2902
2902
|
*/
|
|
2903
2903
|
listHostScanRecipes(listHostScanRecipesRequest) {
|
|
2904
2904
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2968,7 +2968,7 @@ class VulnerabilityScanningClient {
|
|
|
2968
2968
|
* @param ListHostScanTargetErrorsRequest
|
|
2969
2969
|
* @return ListHostScanTargetErrorsResponse
|
|
2970
2970
|
* @throws OciError when an error occurs
|
|
2971
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2971
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListHostScanTargetErrors.ts.html |here} to see how to use ListHostScanTargetErrors API.
|
|
2972
2972
|
*/
|
|
2973
2973
|
listHostScanTargetErrors(listHostScanTargetErrorsRequest) {
|
|
2974
2974
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3039,7 +3039,7 @@ class VulnerabilityScanningClient {
|
|
|
3039
3039
|
* @param ListHostScanTargetsRequest
|
|
3040
3040
|
* @return ListHostScanTargetsResponse
|
|
3041
3041
|
* @throws OciError when an error occurs
|
|
3042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListHostScanTargets.ts.html |here} to see how to use ListHostScanTargets API.
|
|
3043
3043
|
*/
|
|
3044
3044
|
listHostScanTargets(listHostScanTargetsRequest) {
|
|
3045
3045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3109,7 +3109,7 @@ class VulnerabilityScanningClient {
|
|
|
3109
3109
|
* @param ListHostVulnerabilitiesRequest
|
|
3110
3110
|
* @return ListHostVulnerabilitiesResponse
|
|
3111
3111
|
* @throws OciError when an error occurs
|
|
3112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListHostVulnerabilities.ts.html |here} to see how to use ListHostVulnerabilities API.
|
|
3113
3113
|
*/
|
|
3114
3114
|
listHostVulnerabilities(listHostVulnerabilitiesRequest) {
|
|
3115
3115
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3181,7 +3181,7 @@ class VulnerabilityScanningClient {
|
|
|
3181
3181
|
* @param ListHostVulnerabilityImpactedHostsRequest
|
|
3182
3182
|
* @return ListHostVulnerabilityImpactedHostsResponse
|
|
3183
3183
|
* @throws OciError when an error occurs
|
|
3184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListHostVulnerabilityImpactedHosts.ts.html |here} to see how to use ListHostVulnerabilityImpactedHosts API.
|
|
3185
3185
|
*/
|
|
3186
3186
|
listHostVulnerabilityImpactedHosts(listHostVulnerabilityImpactedHostsRequest) {
|
|
3187
3187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3250,7 +3250,7 @@ class VulnerabilityScanningClient {
|
|
|
3250
3250
|
* @param ListVulnerabilitiesRequest
|
|
3251
3251
|
* @return ListVulnerabilitiesResponse
|
|
3252
3252
|
* @throws OciError when an error occurs
|
|
3253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListVulnerabilities.ts.html |here} to see how to use ListVulnerabilities API.
|
|
3254
3254
|
*/
|
|
3255
3255
|
listVulnerabilities(listVulnerabilitiesRequest) {
|
|
3256
3256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3322,7 +3322,7 @@ class VulnerabilityScanningClient {
|
|
|
3322
3322
|
* @param ListVulnerabilityImpactedContainersRequest
|
|
3323
3323
|
* @return ListVulnerabilityImpactedContainersResponse
|
|
3324
3324
|
* @throws OciError when an error occurs
|
|
3325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListVulnerabilityImpactedContainers.ts.html |here} to see how to use ListVulnerabilityImpactedContainers API.
|
|
3326
3326
|
*/
|
|
3327
3327
|
listVulnerabilityImpactedContainers(listVulnerabilityImpactedContainersRequest) {
|
|
3328
3328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3391,7 +3391,7 @@ class VulnerabilityScanningClient {
|
|
|
3391
3391
|
* @param ListVulnerabilityImpactedHostsRequest
|
|
3392
3392
|
* @return ListVulnerabilityImpactedHostsResponse
|
|
3393
3393
|
* @throws OciError when an error occurs
|
|
3394
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListVulnerabilityImpactedHosts.ts.html |here} to see how to use ListVulnerabilityImpactedHosts API.
|
|
3395
3395
|
*/
|
|
3396
3396
|
listVulnerabilityImpactedHosts(listVulnerabilityImpactedHostsRequest) {
|
|
3397
3397
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3460,7 +3460,7 @@ class VulnerabilityScanningClient {
|
|
|
3460
3460
|
* @param ListWorkRequestErrorsRequest
|
|
3461
3461
|
* @return ListWorkRequestErrorsResponse
|
|
3462
3462
|
* @throws OciError when an error occurs
|
|
3463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3464
3464
|
*/
|
|
3465
3465
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3466
3466
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3527,7 +3527,7 @@ class VulnerabilityScanningClient {
|
|
|
3527
3527
|
* @param ListWorkRequestLogsRequest
|
|
3528
3528
|
* @return ListWorkRequestLogsResponse
|
|
3529
3529
|
* @throws OciError when an error occurs
|
|
3530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3531
3531
|
*/
|
|
3532
3532
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3533
3533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3594,7 +3594,7 @@ class VulnerabilityScanningClient {
|
|
|
3594
3594
|
* @param ListWorkRequestsRequest
|
|
3595
3595
|
* @return ListWorkRequestsResponse
|
|
3596
3596
|
* @throws OciError when an error occurs
|
|
3597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3598
3598
|
*/
|
|
3599
3599
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3600
3600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3660,7 +3660,7 @@ class VulnerabilityScanningClient {
|
|
|
3660
3660
|
* @param UpdateContainerScanRecipeRequest
|
|
3661
3661
|
* @return UpdateContainerScanRecipeResponse
|
|
3662
3662
|
* @throws OciError when an error occurs
|
|
3663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/UpdateContainerScanRecipe.ts.html |here} to see how to use UpdateContainerScanRecipe API.
|
|
3664
3664
|
*/
|
|
3665
3665
|
updateContainerScanRecipe(updateContainerScanRecipeRequest) {
|
|
3666
3666
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3722,7 +3722,7 @@ class VulnerabilityScanningClient {
|
|
|
3722
3722
|
* @param UpdateContainerScanTargetRequest
|
|
3723
3723
|
* @return UpdateContainerScanTargetResponse
|
|
3724
3724
|
* @throws OciError when an error occurs
|
|
3725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/UpdateContainerScanTarget.ts.html |here} to see how to use UpdateContainerScanTarget API.
|
|
3726
3726
|
*/
|
|
3727
3727
|
updateContainerScanTarget(updateContainerScanTargetRequest) {
|
|
3728
3728
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3784,7 +3784,7 @@ class VulnerabilityScanningClient {
|
|
|
3784
3784
|
* @param UpdateHostScanRecipeRequest
|
|
3785
3785
|
* @return UpdateHostScanRecipeResponse
|
|
3786
3786
|
* @throws OciError when an error occurs
|
|
3787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3787
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/UpdateHostScanRecipe.ts.html |here} to see how to use UpdateHostScanRecipe API.
|
|
3788
3788
|
*/
|
|
3789
3789
|
updateHostScanRecipe(updateHostScanRecipeRequest) {
|
|
3790
3790
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3846,7 +3846,7 @@ class VulnerabilityScanningClient {
|
|
|
3846
3846
|
* @param UpdateHostScanTargetRequest
|
|
3847
3847
|
* @return UpdateHostScanTargetResponse
|
|
3848
3848
|
* @throws OciError when an error occurs
|
|
3849
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/vulnerabilityscanning/UpdateHostScanTarget.ts.html |here} to see how to use UpdateHostScanTarget API.
|
|
3850
3850
|
*/
|
|
3851
3851
|
updateHostScanTarget(updateHostScanTargetRequest) {
|
|
3852
3852
|
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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostScanTargetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|