oci-vulnerabilityscanning 2.24.0 → 2.25.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
|
@@ -156,7 +156,7 @@ class VulnerabilityScanningClient {
|
|
|
156
156
|
* @param ChangeContainerScanRecipeCompartmentRequest
|
|
157
157
|
* @return ChangeContainerScanRecipeCompartmentResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartment API.
|
|
160
160
|
*/
|
|
161
161
|
changeContainerScanRecipeCompartment(changeContainerScanRecipeCompartmentRequest) {
|
|
162
162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -212,7 +212,7 @@ class VulnerabilityScanningClient {
|
|
|
212
212
|
* @param ChangeContainerScanResultCompartmentRequest
|
|
213
213
|
* @return ChangeContainerScanResultCompartmentResponse
|
|
214
214
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartment API.
|
|
216
216
|
*/
|
|
217
217
|
changeContainerScanResultCompartment(changeContainerScanResultCompartmentRequest) {
|
|
218
218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -268,7 +268,7 @@ class VulnerabilityScanningClient {
|
|
|
268
268
|
* @param ChangeContainerScanTargetCompartmentRequest
|
|
269
269
|
* @return ChangeContainerScanTargetCompartmentResponse
|
|
270
270
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartment API.
|
|
272
272
|
*/
|
|
273
273
|
changeContainerScanTargetCompartment(changeContainerScanTargetCompartmentRequest) {
|
|
274
274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -324,7 +324,7 @@ class VulnerabilityScanningClient {
|
|
|
324
324
|
* @param ChangeHostAgentScanResultCompartmentRequest
|
|
325
325
|
* @return ChangeHostAgentScanResultCompartmentResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartment API.
|
|
328
328
|
*/
|
|
329
329
|
changeHostAgentScanResultCompartment(changeHostAgentScanResultCompartmentRequest) {
|
|
330
330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -380,7 +380,7 @@ class VulnerabilityScanningClient {
|
|
|
380
380
|
* @param ChangeHostCisBenchmarkScanResultCompartmentRequest
|
|
381
381
|
* @return ChangeHostCisBenchmarkScanResultCompartmentResponse
|
|
382
382
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartment API.
|
|
384
384
|
*/
|
|
385
385
|
changeHostCisBenchmarkScanResultCompartment(changeHostCisBenchmarkScanResultCompartmentRequest) {
|
|
386
386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -436,7 +436,7 @@ class VulnerabilityScanningClient {
|
|
|
436
436
|
* @param ChangeHostEndpointProtectionScanResultCompartmentRequest
|
|
437
437
|
* @return ChangeHostEndpointProtectionScanResultCompartmentResponse
|
|
438
438
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartment API.
|
|
440
440
|
*/
|
|
441
441
|
changeHostEndpointProtectionScanResultCompartment(changeHostEndpointProtectionScanResultCompartmentRequest) {
|
|
442
442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -492,7 +492,7 @@ class VulnerabilityScanningClient {
|
|
|
492
492
|
* @param ChangeHostPortScanResultCompartmentRequest
|
|
493
493
|
* @return ChangeHostPortScanResultCompartmentResponse
|
|
494
494
|
* @throws OciError when an error occurs
|
|
495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartment API.
|
|
496
496
|
*/
|
|
497
497
|
changeHostPortScanResultCompartment(changeHostPortScanResultCompartmentRequest) {
|
|
498
498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -548,7 +548,7 @@ class VulnerabilityScanningClient {
|
|
|
548
548
|
* @param ChangeHostScanRecipeCompartmentRequest
|
|
549
549
|
* @return ChangeHostScanRecipeCompartmentResponse
|
|
550
550
|
* @throws OciError when an error occurs
|
|
551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartment API.
|
|
552
552
|
*/
|
|
553
553
|
changeHostScanRecipeCompartment(changeHostScanRecipeCompartmentRequest) {
|
|
554
554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -604,7 +604,7 @@ class VulnerabilityScanningClient {
|
|
|
604
604
|
* @param ChangeHostScanTargetCompartmentRequest
|
|
605
605
|
* @return ChangeHostScanTargetCompartmentResponse
|
|
606
606
|
* @throws OciError when an error occurs
|
|
607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartment API.
|
|
608
608
|
*/
|
|
609
609
|
changeHostScanTargetCompartment(changeHostScanTargetCompartmentRequest) {
|
|
610
610
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -660,7 +660,7 @@ class VulnerabilityScanningClient {
|
|
|
660
660
|
* @param CreateContainerScanRecipeRequest
|
|
661
661
|
* @return CreateContainerScanRecipeResponse
|
|
662
662
|
* @throws OciError when an error occurs
|
|
663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipe API.
|
|
664
664
|
*/
|
|
665
665
|
createContainerScanRecipe(createContainerScanRecipeRequest) {
|
|
666
666
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -727,7 +727,7 @@ class VulnerabilityScanningClient {
|
|
|
727
727
|
* @param CreateContainerScanTargetRequest
|
|
728
728
|
* @return CreateContainerScanTargetResponse
|
|
729
729
|
* @throws OciError when an error occurs
|
|
730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTarget API.
|
|
731
731
|
*/
|
|
732
732
|
createContainerScanTarget(createContainerScanTargetRequest) {
|
|
733
733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -794,7 +794,7 @@ class VulnerabilityScanningClient {
|
|
|
794
794
|
* @param CreateHostScanRecipeRequest
|
|
795
795
|
* @return CreateHostScanRecipeResponse
|
|
796
796
|
* @throws OciError when an error occurs
|
|
797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipe API.
|
|
798
798
|
*/
|
|
799
799
|
createHostScanRecipe(createHostScanRecipeRequest) {
|
|
800
800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -861,7 +861,7 @@ class VulnerabilityScanningClient {
|
|
|
861
861
|
* @param CreateHostScanTargetRequest
|
|
862
862
|
* @return CreateHostScanTargetResponse
|
|
863
863
|
* @throws OciError when an error occurs
|
|
864
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTarget API.
|
|
865
865
|
*/
|
|
866
866
|
createHostScanTarget(createHostScanTargetRequest) {
|
|
867
867
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -928,7 +928,7 @@ class VulnerabilityScanningClient {
|
|
|
928
928
|
* @param DeleteContainerScanRecipeRequest
|
|
929
929
|
* @return DeleteContainerScanRecipeResponse
|
|
930
930
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipe API.
|
|
932
932
|
*/
|
|
933
933
|
deleteContainerScanRecipe(deleteContainerScanRecipeRequest) {
|
|
934
934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -987,7 +987,7 @@ class VulnerabilityScanningClient {
|
|
|
987
987
|
* @param DeleteContainerScanResultRequest
|
|
988
988
|
* @return DeleteContainerScanResultResponse
|
|
989
989
|
* @throws OciError when an error occurs
|
|
990
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
990
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResult API.
|
|
991
991
|
*/
|
|
992
992
|
deleteContainerScanResult(deleteContainerScanResultRequest) {
|
|
993
993
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1046,7 +1046,7 @@ class VulnerabilityScanningClient {
|
|
|
1046
1046
|
* @param DeleteContainerScanTargetRequest
|
|
1047
1047
|
* @return DeleteContainerScanTargetResponse
|
|
1048
1048
|
* @throws OciError when an error occurs
|
|
1049
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1049
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTarget API.
|
|
1050
1050
|
*/
|
|
1051
1051
|
deleteContainerScanTarget(deleteContainerScanTargetRequest) {
|
|
1052
1052
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1105,7 +1105,7 @@ class VulnerabilityScanningClient {
|
|
|
1105
1105
|
* @param DeleteHostAgentScanResultRequest
|
|
1106
1106
|
* @return DeleteHostAgentScanResultResponse
|
|
1107
1107
|
* @throws OciError when an error occurs
|
|
1108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResult API.
|
|
1109
1109
|
*/
|
|
1110
1110
|
deleteHostAgentScanResult(deleteHostAgentScanResultRequest) {
|
|
1111
1111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1164,7 +1164,7 @@ class VulnerabilityScanningClient {
|
|
|
1164
1164
|
* @param DeleteHostCisBenchmarkScanResultRequest
|
|
1165
1165
|
* @return DeleteHostCisBenchmarkScanResultResponse
|
|
1166
1166
|
* @throws OciError when an error occurs
|
|
1167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResult API.
|
|
1168
1168
|
*/
|
|
1169
1169
|
deleteHostCisBenchmarkScanResult(deleteHostCisBenchmarkScanResultRequest) {
|
|
1170
1170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1223,7 +1223,7 @@ class VulnerabilityScanningClient {
|
|
|
1223
1223
|
* @param DeleteHostEndpointProtectionScanResultRequest
|
|
1224
1224
|
* @return DeleteHostEndpointProtectionScanResultResponse
|
|
1225
1225
|
* @throws OciError when an error occurs
|
|
1226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResult API.
|
|
1227
1227
|
*/
|
|
1228
1228
|
deleteHostEndpointProtectionScanResult(deleteHostEndpointProtectionScanResultRequest) {
|
|
1229
1229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1282,7 +1282,7 @@ class VulnerabilityScanningClient {
|
|
|
1282
1282
|
* @param DeleteHostPortScanResultRequest
|
|
1283
1283
|
* @return DeleteHostPortScanResultResponse
|
|
1284
1284
|
* @throws OciError when an error occurs
|
|
1285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResult API.
|
|
1286
1286
|
*/
|
|
1287
1287
|
deleteHostPortScanResult(deleteHostPortScanResultRequest) {
|
|
1288
1288
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1341,7 +1341,7 @@ class VulnerabilityScanningClient {
|
|
|
1341
1341
|
* @param DeleteHostScanRecipeRequest
|
|
1342
1342
|
* @return DeleteHostScanRecipeResponse
|
|
1343
1343
|
* @throws OciError when an error occurs
|
|
1344
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipe API.
|
|
1345
1345
|
*/
|
|
1346
1346
|
deleteHostScanRecipe(deleteHostScanRecipeRequest) {
|
|
1347
1347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1400,7 +1400,7 @@ class VulnerabilityScanningClient {
|
|
|
1400
1400
|
* @param DeleteHostScanTargetRequest
|
|
1401
1401
|
* @return DeleteHostScanTargetResponse
|
|
1402
1402
|
* @throws OciError when an error occurs
|
|
1403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTarget API.
|
|
1404
1404
|
*/
|
|
1405
1405
|
deleteHostScanTarget(deleteHostScanTargetRequest) {
|
|
1406
1406
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1459,7 +1459,7 @@ class VulnerabilityScanningClient {
|
|
|
1459
1459
|
* @param ExportHostAgentScanResultCsvRequest
|
|
1460
1460
|
* @return ExportHostAgentScanResultCsvResponse
|
|
1461
1461
|
* @throws OciError when an error occurs
|
|
1462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsv API.
|
|
1463
1463
|
*/
|
|
1464
1464
|
exportHostAgentScanResultCsv(exportHostAgentScanResultCsvRequest) {
|
|
1465
1465
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1514,7 +1514,7 @@ class VulnerabilityScanningClient {
|
|
|
1514
1514
|
* @param ExportHostVulnerabilityCsvRequest
|
|
1515
1515
|
* @return ExportHostVulnerabilityCsvResponse
|
|
1516
1516
|
* @throws OciError when an error occurs
|
|
1517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsv API.
|
|
1518
1518
|
*/
|
|
1519
1519
|
exportHostVulnerabilityCsv(exportHostVulnerabilityCsvRequest) {
|
|
1520
1520
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1569,7 +1569,7 @@ class VulnerabilityScanningClient {
|
|
|
1569
1569
|
* @param GetContainerScanRecipeRequest
|
|
1570
1570
|
* @return GetContainerScanRecipeResponse
|
|
1571
1571
|
* @throws OciError when an error occurs
|
|
1572
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1572
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipe API.
|
|
1573
1573
|
*/
|
|
1574
1574
|
getContainerScanRecipe(getContainerScanRecipeRequest) {
|
|
1575
1575
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1631,7 +1631,7 @@ class VulnerabilityScanningClient {
|
|
|
1631
1631
|
* @param GetContainerScanResultRequest
|
|
1632
1632
|
* @return GetContainerScanResultResponse
|
|
1633
1633
|
* @throws OciError when an error occurs
|
|
1634
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1634
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResult API.
|
|
1635
1635
|
*/
|
|
1636
1636
|
getContainerScanResult(getContainerScanResultRequest) {
|
|
1637
1637
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1693,7 +1693,7 @@ class VulnerabilityScanningClient {
|
|
|
1693
1693
|
* @param GetContainerScanTargetRequest
|
|
1694
1694
|
* @return GetContainerScanTargetResponse
|
|
1695
1695
|
* @throws OciError when an error occurs
|
|
1696
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1696
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTarget API.
|
|
1697
1697
|
*/
|
|
1698
1698
|
getContainerScanTarget(getContainerScanTargetRequest) {
|
|
1699
1699
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1755,7 +1755,7 @@ class VulnerabilityScanningClient {
|
|
|
1755
1755
|
* @param GetHostAgentScanResultRequest
|
|
1756
1756
|
* @return GetHostAgentScanResultResponse
|
|
1757
1757
|
* @throws OciError when an error occurs
|
|
1758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResult API.
|
|
1759
1759
|
*/
|
|
1760
1760
|
getHostAgentScanResult(getHostAgentScanResultRequest) {
|
|
1761
1761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1817,7 +1817,7 @@ class VulnerabilityScanningClient {
|
|
|
1817
1817
|
* @param GetHostCisBenchmarkScanResultRequest
|
|
1818
1818
|
* @return GetHostCisBenchmarkScanResultResponse
|
|
1819
1819
|
* @throws OciError when an error occurs
|
|
1820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResult API.
|
|
1821
1821
|
*/
|
|
1822
1822
|
getHostCisBenchmarkScanResult(getHostCisBenchmarkScanResultRequest) {
|
|
1823
1823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1879,7 +1879,7 @@ class VulnerabilityScanningClient {
|
|
|
1879
1879
|
* @param GetHostEndpointProtectionScanResultRequest
|
|
1880
1880
|
* @return GetHostEndpointProtectionScanResultResponse
|
|
1881
1881
|
* @throws OciError when an error occurs
|
|
1882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResult API.
|
|
1883
1883
|
*/
|
|
1884
1884
|
getHostEndpointProtectionScanResult(getHostEndpointProtectionScanResultRequest) {
|
|
1885
1885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1941,7 +1941,7 @@ class VulnerabilityScanningClient {
|
|
|
1941
1941
|
* @param GetHostPortScanResultRequest
|
|
1942
1942
|
* @return GetHostPortScanResultResponse
|
|
1943
1943
|
* @throws OciError when an error occurs
|
|
1944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResult API.
|
|
1945
1945
|
*/
|
|
1946
1946
|
getHostPortScanResult(getHostPortScanResultRequest) {
|
|
1947
1947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2003,7 +2003,7 @@ class VulnerabilityScanningClient {
|
|
|
2003
2003
|
* @param GetHostScanRecipeRequest
|
|
2004
2004
|
* @return GetHostScanRecipeResponse
|
|
2005
2005
|
* @throws OciError when an error occurs
|
|
2006
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipe API.
|
|
2007
2007
|
*/
|
|
2008
2008
|
getHostScanRecipe(getHostScanRecipeRequest) {
|
|
2009
2009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2065,7 +2065,7 @@ class VulnerabilityScanningClient {
|
|
|
2065
2065
|
* @param GetHostScanTargetRequest
|
|
2066
2066
|
* @return GetHostScanTargetResponse
|
|
2067
2067
|
* @throws OciError when an error occurs
|
|
2068
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTarget API.
|
|
2069
2069
|
*/
|
|
2070
2070
|
getHostScanTarget(getHostScanTargetRequest) {
|
|
2071
2071
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2127,7 +2127,7 @@ class VulnerabilityScanningClient {
|
|
|
2127
2127
|
* @param GetHostVulnerabilityRequest
|
|
2128
2128
|
* @return GetHostVulnerabilityResponse
|
|
2129
2129
|
* @throws OciError when an error occurs
|
|
2130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerability API.
|
|
2131
2131
|
*/
|
|
2132
2132
|
getHostVulnerability(getHostVulnerabilityRequest) {
|
|
2133
2133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2189,7 +2189,7 @@ class VulnerabilityScanningClient {
|
|
|
2189
2189
|
* @param GetVulnerabilityRequest
|
|
2190
2190
|
* @return GetVulnerabilityResponse
|
|
2191
2191
|
* @throws OciError when an error occurs
|
|
2192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/GetVulnerability.ts.html |here} to see how to use GetVulnerability API.
|
|
2193
2193
|
*/
|
|
2194
2194
|
getVulnerability(getVulnerabilityRequest) {
|
|
2195
2195
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2251,7 +2251,7 @@ class VulnerabilityScanningClient {
|
|
|
2251
2251
|
* @param GetWorkRequestRequest
|
|
2252
2252
|
* @return GetWorkRequestResponse
|
|
2253
2253
|
* @throws OciError when an error occurs
|
|
2254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2255
2255
|
*/
|
|
2256
2256
|
getWorkRequest(getWorkRequestRequest) {
|
|
2257
2257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2313,7 +2313,7 @@ class VulnerabilityScanningClient {
|
|
|
2313
2313
|
* @param ListContainerScanRecipesRequest
|
|
2314
2314
|
* @return ListContainerScanRecipesResponse
|
|
2315
2315
|
* @throws OciError when an error occurs
|
|
2316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListContainerScanRecipes.ts.html |here} to see how to use ListContainerScanRecipes API.
|
|
2317
2317
|
*/
|
|
2318
2318
|
listContainerScanRecipes(listContainerScanRecipesRequest) {
|
|
2319
2319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2381,7 +2381,7 @@ class VulnerabilityScanningClient {
|
|
|
2381
2381
|
* @param ListContainerScanResultsRequest
|
|
2382
2382
|
* @return ListContainerScanResultsResponse
|
|
2383
2383
|
* @throws OciError when an error occurs
|
|
2384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListContainerScanResults.ts.html |here} to see how to use ListContainerScanResults API.
|
|
2385
2385
|
*/
|
|
2386
2386
|
listContainerScanResults(listContainerScanResultsRequest) {
|
|
2387
2387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2453,7 +2453,7 @@ class VulnerabilityScanningClient {
|
|
|
2453
2453
|
* @param ListContainerScanTargetsRequest
|
|
2454
2454
|
* @return ListContainerScanTargetsResponse
|
|
2455
2455
|
* @throws OciError when an error occurs
|
|
2456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListContainerScanTargets.ts.html |here} to see how to use ListContainerScanTargets API.
|
|
2457
2457
|
*/
|
|
2458
2458
|
listContainerScanTargets(listContainerScanTargetsRequest) {
|
|
2459
2459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2521,7 +2521,7 @@ class VulnerabilityScanningClient {
|
|
|
2521
2521
|
* @param ListHostAgentScanResultsRequest
|
|
2522
2522
|
* @return ListHostAgentScanResultsResponse
|
|
2523
2523
|
* @throws OciError when an error occurs
|
|
2524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListHostAgentScanResults.ts.html |here} to see how to use ListHostAgentScanResults API.
|
|
2525
2525
|
*/
|
|
2526
2526
|
listHostAgentScanResults(listHostAgentScanResultsRequest) {
|
|
2527
2527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2594,7 +2594,7 @@ class VulnerabilityScanningClient {
|
|
|
2594
2594
|
* @param ListHostCisBenchmarkScanResultsRequest
|
|
2595
2595
|
* @return ListHostCisBenchmarkScanResultsResponse
|
|
2596
2596
|
* @throws OciError when an error occurs
|
|
2597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListHostCisBenchmarkScanResults.ts.html |here} to see how to use ListHostCisBenchmarkScanResults API.
|
|
2598
2598
|
*/
|
|
2599
2599
|
listHostCisBenchmarkScanResults(listHostCisBenchmarkScanResultsRequest) {
|
|
2600
2600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2666,7 +2666,7 @@ class VulnerabilityScanningClient {
|
|
|
2666
2666
|
* @param ListHostEndpointProtectionScanResultsRequest
|
|
2667
2667
|
* @return ListHostEndpointProtectionScanResultsResponse
|
|
2668
2668
|
* @throws OciError when an error occurs
|
|
2669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListHostEndpointProtectionScanResults.ts.html |here} to see how to use ListHostEndpointProtectionScanResults API.
|
|
2670
2670
|
*/
|
|
2671
2671
|
listHostEndpointProtectionScanResults(listHostEndpointProtectionScanResultsRequest) {
|
|
2672
2672
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2738,7 +2738,7 @@ class VulnerabilityScanningClient {
|
|
|
2738
2738
|
* @param ListHostPortScanResultsRequest
|
|
2739
2739
|
* @return ListHostPortScanResultsResponse
|
|
2740
2740
|
* @throws OciError when an error occurs
|
|
2741
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListHostPortScanResults.ts.html |here} to see how to use ListHostPortScanResults API.
|
|
2742
2742
|
*/
|
|
2743
2743
|
listHostPortScanResults(listHostPortScanResultsRequest) {
|
|
2744
2744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2810,7 +2810,7 @@ class VulnerabilityScanningClient {
|
|
|
2810
2810
|
* @param ListHostScanRecipesRequest
|
|
2811
2811
|
* @return ListHostScanRecipesResponse
|
|
2812
2812
|
* @throws OciError when an error occurs
|
|
2813
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListHostScanRecipes.ts.html |here} to see how to use ListHostScanRecipes API.
|
|
2814
2814
|
*/
|
|
2815
2815
|
listHostScanRecipes(listHostScanRecipesRequest) {
|
|
2816
2816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2878,7 +2878,7 @@ class VulnerabilityScanningClient {
|
|
|
2878
2878
|
* @param ListHostScanTargetsRequest
|
|
2879
2879
|
* @return ListHostScanTargetsResponse
|
|
2880
2880
|
* @throws OciError when an error occurs
|
|
2881
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListHostScanTargets.ts.html |here} to see how to use ListHostScanTargets API.
|
|
2882
2882
|
*/
|
|
2883
2883
|
listHostScanTargets(listHostScanTargetsRequest) {
|
|
2884
2884
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2946,7 +2946,7 @@ class VulnerabilityScanningClient {
|
|
|
2946
2946
|
* @param ListHostVulnerabilitiesRequest
|
|
2947
2947
|
* @return ListHostVulnerabilitiesResponse
|
|
2948
2948
|
* @throws OciError when an error occurs
|
|
2949
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListHostVulnerabilities.ts.html |here} to see how to use ListHostVulnerabilities API.
|
|
2950
2950
|
*/
|
|
2951
2951
|
listHostVulnerabilities(listHostVulnerabilitiesRequest) {
|
|
2952
2952
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3016,7 +3016,7 @@ class VulnerabilityScanningClient {
|
|
|
3016
3016
|
* @param ListHostVulnerabilityImpactedHostsRequest
|
|
3017
3017
|
* @return ListHostVulnerabilityImpactedHostsResponse
|
|
3018
3018
|
* @throws OciError when an error occurs
|
|
3019
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListHostVulnerabilityImpactedHosts.ts.html |here} to see how to use ListHostVulnerabilityImpactedHosts API.
|
|
3020
3020
|
*/
|
|
3021
3021
|
listHostVulnerabilityImpactedHosts(listHostVulnerabilityImpactedHostsRequest) {
|
|
3022
3022
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3083,7 +3083,7 @@ class VulnerabilityScanningClient {
|
|
|
3083
3083
|
* @param ListVulnerabilitiesRequest
|
|
3084
3084
|
* @return ListVulnerabilitiesResponse
|
|
3085
3085
|
* @throws OciError when an error occurs
|
|
3086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListVulnerabilities.ts.html |here} to see how to use ListVulnerabilities API.
|
|
3087
3087
|
*/
|
|
3088
3088
|
listVulnerabilities(listVulnerabilitiesRequest) {
|
|
3089
3089
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3153,7 +3153,7 @@ class VulnerabilityScanningClient {
|
|
|
3153
3153
|
* @param ListVulnerabilityImpactedContainersRequest
|
|
3154
3154
|
* @return ListVulnerabilityImpactedContainersResponse
|
|
3155
3155
|
* @throws OciError when an error occurs
|
|
3156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListVulnerabilityImpactedContainers.ts.html |here} to see how to use ListVulnerabilityImpactedContainers API.
|
|
3157
3157
|
*/
|
|
3158
3158
|
listVulnerabilityImpactedContainers(listVulnerabilityImpactedContainersRequest) {
|
|
3159
3159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3220,7 +3220,7 @@ class VulnerabilityScanningClient {
|
|
|
3220
3220
|
* @param ListVulnerabilityImpactedHostsRequest
|
|
3221
3221
|
* @return ListVulnerabilityImpactedHostsResponse
|
|
3222
3222
|
* @throws OciError when an error occurs
|
|
3223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListVulnerabilityImpactedHosts.ts.html |here} to see how to use ListVulnerabilityImpactedHosts API.
|
|
3224
3224
|
*/
|
|
3225
3225
|
listVulnerabilityImpactedHosts(listVulnerabilityImpactedHostsRequest) {
|
|
3226
3226
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3287,7 +3287,7 @@ class VulnerabilityScanningClient {
|
|
|
3287
3287
|
* @param ListWorkRequestErrorsRequest
|
|
3288
3288
|
* @return ListWorkRequestErrorsResponse
|
|
3289
3289
|
* @throws OciError when an error occurs
|
|
3290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3291
3291
|
*/
|
|
3292
3292
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3293
3293
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3352,7 +3352,7 @@ class VulnerabilityScanningClient {
|
|
|
3352
3352
|
* @param ListWorkRequestLogsRequest
|
|
3353
3353
|
* @return ListWorkRequestLogsResponse
|
|
3354
3354
|
* @throws OciError when an error occurs
|
|
3355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3356
3356
|
*/
|
|
3357
3357
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3358
3358
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3417,7 +3417,7 @@ class VulnerabilityScanningClient {
|
|
|
3417
3417
|
* @param ListWorkRequestsRequest
|
|
3418
3418
|
* @return ListWorkRequestsResponse
|
|
3419
3419
|
* @throws OciError when an error occurs
|
|
3420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3421
3421
|
*/
|
|
3422
3422
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3423
3423
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3481,7 +3481,7 @@ class VulnerabilityScanningClient {
|
|
|
3481
3481
|
* @param UpdateContainerScanRecipeRequest
|
|
3482
3482
|
* @return UpdateContainerScanRecipeResponse
|
|
3483
3483
|
* @throws OciError when an error occurs
|
|
3484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/UpdateContainerScanRecipe.ts.html |here} to see how to use UpdateContainerScanRecipe API.
|
|
3485
3485
|
*/
|
|
3486
3486
|
updateContainerScanRecipe(updateContainerScanRecipeRequest) {
|
|
3487
3487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3541,7 +3541,7 @@ class VulnerabilityScanningClient {
|
|
|
3541
3541
|
* @param UpdateContainerScanTargetRequest
|
|
3542
3542
|
* @return UpdateContainerScanTargetResponse
|
|
3543
3543
|
* @throws OciError when an error occurs
|
|
3544
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3544
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/UpdateContainerScanTarget.ts.html |here} to see how to use UpdateContainerScanTarget API.
|
|
3545
3545
|
*/
|
|
3546
3546
|
updateContainerScanTarget(updateContainerScanTargetRequest) {
|
|
3547
3547
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3601,7 +3601,7 @@ class VulnerabilityScanningClient {
|
|
|
3601
3601
|
* @param UpdateHostScanRecipeRequest
|
|
3602
3602
|
* @return UpdateHostScanRecipeResponse
|
|
3603
3603
|
* @throws OciError when an error occurs
|
|
3604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/UpdateHostScanRecipe.ts.html |here} to see how to use UpdateHostScanRecipe API.
|
|
3605
3605
|
*/
|
|
3606
3606
|
updateHostScanRecipe(updateHostScanRecipeRequest) {
|
|
3607
3607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3661,7 +3661,7 @@ class VulnerabilityScanningClient {
|
|
|
3661
3661
|
* @param UpdateHostScanTargetRequest
|
|
3662
3662
|
* @return UpdateHostScanTargetResponse
|
|
3663
3663
|
* @throws OciError when an error occurs
|
|
3664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vulnerabilityscanning/UpdateHostScanTarget.ts.html |here} to see how to use UpdateHostScanTarget API.
|
|
3665
3665
|
*/
|
|
3666
3666
|
updateHostScanTarget(updateHostScanTargetRequest) {
|
|
3667
3667
|
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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostScanTargetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|