oci-vulnerabilityscanning 2.35.1 → 2.36.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 +57 -57
- package/lib/client.js +57 -57
- 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-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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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* () {
|
|
@@ -2530,7 +2530,7 @@ class VulnerabilityScanningClient {
|
|
|
2530
2530
|
* @param ListContainerScanTargetsRequest
|
|
2531
2531
|
* @return ListContainerScanTargetsResponse
|
|
2532
2532
|
* @throws OciError when an error occurs
|
|
2533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/ListContainerScanTargets.ts.html |here} to see how to use ListContainerScanTargets API.
|
|
2534
2534
|
*/
|
|
2535
2535
|
listContainerScanTargets(listContainerScanTargetsRequest) {
|
|
2536
2536
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2600,7 +2600,7 @@ class VulnerabilityScanningClient {
|
|
|
2600
2600
|
* @param ListHostAgentScanResultsRequest
|
|
2601
2601
|
* @return ListHostAgentScanResultsResponse
|
|
2602
2602
|
* @throws OciError when an error occurs
|
|
2603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/ListHostAgentScanResults.ts.html |here} to see how to use ListHostAgentScanResults API.
|
|
2604
2604
|
*/
|
|
2605
2605
|
listHostAgentScanResults(listHostAgentScanResultsRequest) {
|
|
2606
2606
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2675,7 +2675,7 @@ class VulnerabilityScanningClient {
|
|
|
2675
2675
|
* @param ListHostCisBenchmarkScanResultsRequest
|
|
2676
2676
|
* @return ListHostCisBenchmarkScanResultsResponse
|
|
2677
2677
|
* @throws OciError when an error occurs
|
|
2678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/ListHostCisBenchmarkScanResults.ts.html |here} to see how to use ListHostCisBenchmarkScanResults API.
|
|
2679
2679
|
*/
|
|
2680
2680
|
listHostCisBenchmarkScanResults(listHostCisBenchmarkScanResultsRequest) {
|
|
2681
2681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2749,7 +2749,7 @@ class VulnerabilityScanningClient {
|
|
|
2749
2749
|
* @param ListHostEndpointProtectionScanResultsRequest
|
|
2750
2750
|
* @return ListHostEndpointProtectionScanResultsResponse
|
|
2751
2751
|
* @throws OciError when an error occurs
|
|
2752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/ListHostEndpointProtectionScanResults.ts.html |here} to see how to use ListHostEndpointProtectionScanResults API.
|
|
2753
2753
|
*/
|
|
2754
2754
|
listHostEndpointProtectionScanResults(listHostEndpointProtectionScanResultsRequest) {
|
|
2755
2755
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2823,7 +2823,7 @@ class VulnerabilityScanningClient {
|
|
|
2823
2823
|
* @param ListHostPortScanResultsRequest
|
|
2824
2824
|
* @return ListHostPortScanResultsResponse
|
|
2825
2825
|
* @throws OciError when an error occurs
|
|
2826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/ListHostPortScanResults.ts.html |here} to see how to use ListHostPortScanResults API.
|
|
2827
2827
|
*/
|
|
2828
2828
|
listHostPortScanResults(listHostPortScanResultsRequest) {
|
|
2829
2829
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2897,7 +2897,7 @@ class VulnerabilityScanningClient {
|
|
|
2897
2897
|
* @param ListHostScanRecipesRequest
|
|
2898
2898
|
* @return ListHostScanRecipesResponse
|
|
2899
2899
|
* @throws OciError when an error occurs
|
|
2900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2900
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/ListHostScanRecipes.ts.html |here} to see how to use ListHostScanRecipes API.
|
|
2901
2901
|
*/
|
|
2902
2902
|
listHostScanRecipes(listHostScanRecipesRequest) {
|
|
2903
2903
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2967,7 +2967,7 @@ class VulnerabilityScanningClient {
|
|
|
2967
2967
|
* @param ListHostScanTargetsRequest
|
|
2968
2968
|
* @return ListHostScanTargetsResponse
|
|
2969
2969
|
* @throws OciError when an error occurs
|
|
2970
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2970
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/ListHostScanTargets.ts.html |here} to see how to use ListHostScanTargets API.
|
|
2971
2971
|
*/
|
|
2972
2972
|
listHostScanTargets(listHostScanTargetsRequest) {
|
|
2973
2973
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3037,7 +3037,7 @@ class VulnerabilityScanningClient {
|
|
|
3037
3037
|
* @param ListHostVulnerabilitiesRequest
|
|
3038
3038
|
* @return ListHostVulnerabilitiesResponse
|
|
3039
3039
|
* @throws OciError when an error occurs
|
|
3040
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3040
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/ListHostVulnerabilities.ts.html |here} to see how to use ListHostVulnerabilities API.
|
|
3041
3041
|
*/
|
|
3042
3042
|
listHostVulnerabilities(listHostVulnerabilitiesRequest) {
|
|
3043
3043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3109,7 +3109,7 @@ class VulnerabilityScanningClient {
|
|
|
3109
3109
|
* @param ListHostVulnerabilityImpactedHostsRequest
|
|
3110
3110
|
* @return ListHostVulnerabilityImpactedHostsResponse
|
|
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.36.0/vulnerabilityscanning/ListHostVulnerabilityImpactedHosts.ts.html |here} to see how to use ListHostVulnerabilityImpactedHosts API.
|
|
3113
3113
|
*/
|
|
3114
3114
|
listHostVulnerabilityImpactedHosts(listHostVulnerabilityImpactedHostsRequest) {
|
|
3115
3115
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3178,7 +3178,7 @@ class VulnerabilityScanningClient {
|
|
|
3178
3178
|
* @param ListVulnerabilitiesRequest
|
|
3179
3179
|
* @return ListVulnerabilitiesResponse
|
|
3180
3180
|
* @throws OciError when an error occurs
|
|
3181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/ListVulnerabilities.ts.html |here} to see how to use ListVulnerabilities API.
|
|
3182
3182
|
*/
|
|
3183
3183
|
listVulnerabilities(listVulnerabilitiesRequest) {
|
|
3184
3184
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3250,7 +3250,7 @@ class VulnerabilityScanningClient {
|
|
|
3250
3250
|
* @param ListVulnerabilityImpactedContainersRequest
|
|
3251
3251
|
* @return ListVulnerabilityImpactedContainersResponse
|
|
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.36.0/vulnerabilityscanning/ListVulnerabilityImpactedContainers.ts.html |here} to see how to use ListVulnerabilityImpactedContainers API.
|
|
3254
3254
|
*/
|
|
3255
3255
|
listVulnerabilityImpactedContainers(listVulnerabilityImpactedContainersRequest) {
|
|
3256
3256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3319,7 +3319,7 @@ class VulnerabilityScanningClient {
|
|
|
3319
3319
|
* @param ListVulnerabilityImpactedHostsRequest
|
|
3320
3320
|
* @return ListVulnerabilityImpactedHostsResponse
|
|
3321
3321
|
* @throws OciError when an error occurs
|
|
3322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/ListVulnerabilityImpactedHosts.ts.html |here} to see how to use ListVulnerabilityImpactedHosts API.
|
|
3323
3323
|
*/
|
|
3324
3324
|
listVulnerabilityImpactedHosts(listVulnerabilityImpactedHostsRequest) {
|
|
3325
3325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3388,7 +3388,7 @@ class VulnerabilityScanningClient {
|
|
|
3388
3388
|
* @param ListWorkRequestErrorsRequest
|
|
3389
3389
|
* @return ListWorkRequestErrorsResponse
|
|
3390
3390
|
* @throws OciError when an error occurs
|
|
3391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3392
3392
|
*/
|
|
3393
3393
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3394
3394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3455,7 +3455,7 @@ class VulnerabilityScanningClient {
|
|
|
3455
3455
|
* @param ListWorkRequestLogsRequest
|
|
3456
3456
|
* @return ListWorkRequestLogsResponse
|
|
3457
3457
|
* @throws OciError when an error occurs
|
|
3458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3459
3459
|
*/
|
|
3460
3460
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3461
3461
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3522,7 +3522,7 @@ class VulnerabilityScanningClient {
|
|
|
3522
3522
|
* @param ListWorkRequestsRequest
|
|
3523
3523
|
* @return ListWorkRequestsResponse
|
|
3524
3524
|
* @throws OciError when an error occurs
|
|
3525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3526
3526
|
*/
|
|
3527
3527
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3528
3528
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3588,7 +3588,7 @@ class VulnerabilityScanningClient {
|
|
|
3588
3588
|
* @param UpdateContainerScanRecipeRequest
|
|
3589
3589
|
* @return UpdateContainerScanRecipeResponse
|
|
3590
3590
|
* @throws OciError when an error occurs
|
|
3591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3591
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/UpdateContainerScanRecipe.ts.html |here} to see how to use UpdateContainerScanRecipe API.
|
|
3592
3592
|
*/
|
|
3593
3593
|
updateContainerScanRecipe(updateContainerScanRecipeRequest) {
|
|
3594
3594
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3650,7 +3650,7 @@ class VulnerabilityScanningClient {
|
|
|
3650
3650
|
* @param UpdateContainerScanTargetRequest
|
|
3651
3651
|
* @return UpdateContainerScanTargetResponse
|
|
3652
3652
|
* @throws OciError when an error occurs
|
|
3653
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/UpdateContainerScanTarget.ts.html |here} to see how to use UpdateContainerScanTarget API.
|
|
3654
3654
|
*/
|
|
3655
3655
|
updateContainerScanTarget(updateContainerScanTargetRequest) {
|
|
3656
3656
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3712,7 +3712,7 @@ class VulnerabilityScanningClient {
|
|
|
3712
3712
|
* @param UpdateHostScanRecipeRequest
|
|
3713
3713
|
* @return UpdateHostScanRecipeResponse
|
|
3714
3714
|
* @throws OciError when an error occurs
|
|
3715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/UpdateHostScanRecipe.ts.html |here} to see how to use UpdateHostScanRecipe API.
|
|
3716
3716
|
*/
|
|
3717
3717
|
updateHostScanRecipe(updateHostScanRecipeRequest) {
|
|
3718
3718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3774,7 +3774,7 @@ class VulnerabilityScanningClient {
|
|
|
3774
3774
|
* @param UpdateHostScanTargetRequest
|
|
3775
3775
|
* @return UpdateHostScanTargetResponse
|
|
3776
3776
|
* @throws OciError when an error occurs
|
|
3777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/vulnerabilityscanning/UpdateHostScanTarget.ts.html |here} to see how to use UpdateHostScanTarget API.
|
|
3778
3778
|
*/
|
|
3779
3779
|
updateHostScanTarget(updateHostScanTargetRequest) {
|
|
3780
3780
|
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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.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.36.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostScanTargetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|