oci-vulnerabilityscanning 2.16.0 → 2.19.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 +115 -75
- package/lib/client.js +341 -75
- package/lib/client.js.map +1 -1
- package/lib/model/container-scan-recipe.d.ts +4 -0
- package/lib/model/container-scan-recipe.js.map +1 -1
- package/lib/model/container-scan-result-problem.d.ts +8 -0
- package/lib/model/container-scan-result-problem.js.map +1 -1
- package/lib/model/container-scan-result-summary.d.ts +4 -0
- package/lib/model/container-scan-result-summary.js.map +1 -1
- package/lib/model/container-scan-result.d.ts +8 -0
- package/lib/model/container-scan-result.js.map +1 -1
- package/lib/model/container-scan-target-summary.d.ts +1 -0
- package/lib/model/container-scan-target-summary.js +30 -2
- package/lib/model/container-scan-target-summary.js.map +1 -1
- package/lib/model/create-container-scan-recipe-details.d.ts +4 -0
- package/lib/model/create-container-scan-recipe-details.js.map +1 -1
- package/lib/model/impacted-resources-count.d.ts +29 -0
- package/lib/model/impacted-resources-count.js +29 -0
- package/lib/model/impacted-resources-count.js.map +1 -0
- package/lib/model/index.d.ts +16 -0
- package/lib/model/index.js +18 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/update-container-scan-recipe-details.d.ts +4 -0
- package/lib/model/update-container-scan-recipe-details.js.map +1 -1
- package/lib/model/vulnerability-impacted-container-summary-collection.d.ts +26 -0
- package/lib/model/vulnerability-impacted-container-summary-collection.js +61 -0
- package/lib/model/vulnerability-impacted-container-summary-collection.js.map +1 -0
- package/lib/model/vulnerability-impacted-container-summary.d.ts +45 -0
- package/lib/model/vulnerability-impacted-container-summary.js +29 -0
- package/lib/model/vulnerability-impacted-container-summary.js.map +1 -0
- package/lib/model/vulnerability-impacted-host-summary-collection.d.ts +26 -0
- package/lib/model/vulnerability-impacted-host-summary-collection.js +61 -0
- package/lib/model/vulnerability-impacted-host-summary-collection.js.map +1 -0
- package/lib/model/vulnerability-impacted-host-summary.d.ts +33 -0
- package/lib/model/vulnerability-impacted-host-summary.js +29 -0
- package/lib/model/vulnerability-impacted-host-summary.js.map +1 -0
- package/lib/model/vulnerability-summary-collection.d.ts +26 -0
- package/lib/model/vulnerability-summary-collection.js +61 -0
- package/lib/model/vulnerability-summary-collection.js.map +1 -0
- package/lib/model/vulnerability-summary.d.ts +63 -0
- package/lib/model/vulnerability-summary.js +57 -0
- package/lib/model/vulnerability-summary.js.map +1 -0
- package/lib/model/vulnerability.d.ts +68 -0
- package/lib/model/vulnerability.js +61 -0
- package/lib/model/vulnerability.js.map +1 -0
- 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 +26 -0
- package/lib/request/get-vulnerability-request.js +15 -0
- package/lib/request/get-vulnerability-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +8 -0
- package/lib/request/index.js +24 -0
- package/lib/request/index.js.map +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 +72 -0
- package/lib/request/list-vulnerabilities-request.js +29 -0
- package/lib/request/list-vulnerabilities-request.js.map +1 -0
- package/lib/request/list-vulnerability-impacted-containers-request.d.ts +51 -0
- package/lib/request/list-vulnerability-impacted-containers-request.js +25 -0
- package/lib/request/list-vulnerability-impacted-containers-request.js.map +1 -0
- package/lib/request/list-vulnerability-impacted-hosts-request.d.ts +44 -0
- package/lib/request/list-vulnerability-impacted-hosts-request.js +15 -0
- package/lib/request/list-vulnerability-impacted-hosts-request.js.map +1 -0
- 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/lib/response/get-vulnerability-response.d.ts +30 -0
- package/lib/response/get-vulnerability-response.js +15 -0
- package/lib/response/get-vulnerability-response.js.map +1 -0
- package/lib/response/index.d.ts +8 -0
- package/lib/response/list-vulnerabilities-response.d.ts +32 -0
- package/lib/response/list-vulnerabilities-response.js +15 -0
- package/lib/response/list-vulnerabilities-response.js.map +1 -0
- package/lib/response/list-vulnerability-impacted-containers-response.d.ts +32 -0
- package/lib/response/list-vulnerability-impacted-containers-response.js +15 -0
- package/lib/response/list-vulnerability-impacted-containers-response.js.map +1 -0
- package/lib/response/list-vulnerability-impacted-hosts-response.d.ts +32 -0
- package/lib/response/list-vulnerability-impacted-hosts-response.js +15 -0
- package/lib/response/list-vulnerability-impacted-hosts-response.js.map +1 -0
- package/lib/vulnerabilityscanning-waiter.d.ts +8 -0
- package/lib/vulnerabilityscanning-waiter.js +12 -0
- package/lib/vulnerabilityscanning-waiter.js.map +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -74,7 +74,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
74
74
|
* @param ChangeContainerScanRecipeCompartmentRequest
|
|
75
75
|
* @return ChangeContainerScanRecipeCompartmentResponse
|
|
76
76
|
* @throws OciError when an error occurs
|
|
77
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
77
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartment API.
|
|
78
78
|
*/
|
|
79
79
|
changeContainerScanRecipeCompartment(changeContainerScanRecipeCompartmentRequest: requests.ChangeContainerScanRecipeCompartmentRequest): Promise<responses.ChangeContainerScanRecipeCompartmentResponse>;
|
|
80
80
|
/**
|
|
@@ -84,7 +84,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
84
84
|
* @param ChangeContainerScanResultCompartmentRequest
|
|
85
85
|
* @return ChangeContainerScanResultCompartmentResponse
|
|
86
86
|
* @throws OciError when an error occurs
|
|
87
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
87
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartment API.
|
|
88
88
|
*/
|
|
89
89
|
changeContainerScanResultCompartment(changeContainerScanResultCompartmentRequest: requests.ChangeContainerScanResultCompartmentRequest): Promise<responses.ChangeContainerScanResultCompartmentResponse>;
|
|
90
90
|
/**
|
|
@@ -94,7 +94,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
94
94
|
* @param ChangeContainerScanTargetCompartmentRequest
|
|
95
95
|
* @return ChangeContainerScanTargetCompartmentResponse
|
|
96
96
|
* @throws OciError when an error occurs
|
|
97
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartment API.
|
|
98
98
|
*/
|
|
99
99
|
changeContainerScanTargetCompartment(changeContainerScanTargetCompartmentRequest: requests.ChangeContainerScanTargetCompartmentRequest): Promise<responses.ChangeContainerScanTargetCompartmentResponse>;
|
|
100
100
|
/**
|
|
@@ -104,7 +104,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
104
104
|
* @param ChangeHostAgentScanResultCompartmentRequest
|
|
105
105
|
* @return ChangeHostAgentScanResultCompartmentResponse
|
|
106
106
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartment API.
|
|
108
108
|
*/
|
|
109
109
|
changeHostAgentScanResultCompartment(changeHostAgentScanResultCompartmentRequest: requests.ChangeHostAgentScanResultCompartmentRequest): Promise<responses.ChangeHostAgentScanResultCompartmentResponse>;
|
|
110
110
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
114
114
|
* @param ChangeHostCisBenchmarkScanResultCompartmentRequest
|
|
115
115
|
* @return ChangeHostCisBenchmarkScanResultCompartmentResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartment API.
|
|
118
118
|
*/
|
|
119
119
|
changeHostCisBenchmarkScanResultCompartment(changeHostCisBenchmarkScanResultCompartmentRequest: requests.ChangeHostCisBenchmarkScanResultCompartmentRequest): Promise<responses.ChangeHostCisBenchmarkScanResultCompartmentResponse>;
|
|
120
120
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
124
124
|
* @param ChangeHostEndpointProtectionScanResultCompartmentRequest
|
|
125
125
|
* @return ChangeHostEndpointProtectionScanResultCompartmentResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartment API.
|
|
128
128
|
*/
|
|
129
129
|
changeHostEndpointProtectionScanResultCompartment(changeHostEndpointProtectionScanResultCompartmentRequest: requests.ChangeHostEndpointProtectionScanResultCompartmentRequest): Promise<responses.ChangeHostEndpointProtectionScanResultCompartmentResponse>;
|
|
130
130
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
134
134
|
* @param ChangeHostPortScanResultCompartmentRequest
|
|
135
135
|
* @return ChangeHostPortScanResultCompartmentResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartment API.
|
|
138
138
|
*/
|
|
139
139
|
changeHostPortScanResultCompartment(changeHostPortScanResultCompartmentRequest: requests.ChangeHostPortScanResultCompartmentRequest): Promise<responses.ChangeHostPortScanResultCompartmentResponse>;
|
|
140
140
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
144
144
|
* @param ChangeHostScanRecipeCompartmentRequest
|
|
145
145
|
* @return ChangeHostScanRecipeCompartmentResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartment API.
|
|
148
148
|
*/
|
|
149
149
|
changeHostScanRecipeCompartment(changeHostScanRecipeCompartmentRequest: requests.ChangeHostScanRecipeCompartmentRequest): Promise<responses.ChangeHostScanRecipeCompartmentResponse>;
|
|
150
150
|
/**
|
|
@@ -154,27 +154,27 @@ export declare class VulnerabilityScanningClient {
|
|
|
154
154
|
* @param ChangeHostScanTargetCompartmentRequest
|
|
155
155
|
* @return ChangeHostScanTargetCompartmentResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartment API.
|
|
158
158
|
*/
|
|
159
159
|
changeHostScanTargetCompartment(changeHostScanTargetCompartmentRequest: requests.ChangeHostScanTargetCompartmentRequest): Promise<responses.ChangeHostScanTargetCompartmentResponse>;
|
|
160
160
|
/**
|
|
161
|
-
* Creates a new ContainerScanRecipe
|
|
161
|
+
* Creates a new ContainerScanRecipe. A recipe determines the types of security issues that you want scanned.
|
|
162
162
|
*
|
|
163
163
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
164
164
|
* @param CreateContainerScanRecipeRequest
|
|
165
165
|
* @return CreateContainerScanRecipeResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipe API.
|
|
168
168
|
*/
|
|
169
169
|
createContainerScanRecipe(createContainerScanRecipeRequest: requests.CreateContainerScanRecipeRequest): Promise<responses.CreateContainerScanRecipeResponse>;
|
|
170
170
|
/**
|
|
171
|
-
* Creates a new ContainerScanTarget
|
|
171
|
+
* Creates a new ContainerScanTarget. A container scan target specifies a group of one or more Docker image repositories in Oracle Cloud Infrastructure Registry (OCIR) that you want routinely scanned for security vulnerabilities.
|
|
172
172
|
*
|
|
173
173
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
174
174
|
* @param CreateContainerScanTargetRequest
|
|
175
175
|
* @return CreateContainerScanTargetResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTarget API.
|
|
178
178
|
*/
|
|
179
179
|
createContainerScanTarget(createContainerScanTargetRequest: requests.CreateContainerScanTargetRequest): Promise<responses.CreateContainerScanTargetResponse>;
|
|
180
180
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
184
184
|
* @param CreateHostScanRecipeRequest
|
|
185
185
|
* @return CreateHostScanRecipeResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipe API.
|
|
188
188
|
*/
|
|
189
189
|
createHostScanRecipe(createHostScanRecipeRequest: requests.CreateHostScanRecipeRequest): Promise<responses.CreateHostScanRecipeResponse>;
|
|
190
190
|
/**
|
|
@@ -194,57 +194,57 @@ export declare class VulnerabilityScanningClient {
|
|
|
194
194
|
* @param CreateHostScanTargetRequest
|
|
195
195
|
* @return CreateHostScanTargetResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTarget API.
|
|
198
198
|
*/
|
|
199
199
|
createHostScanTarget(createHostScanTargetRequest: requests.CreateHostScanTargetRequest): Promise<responses.CreateHostScanTargetResponse>;
|
|
200
200
|
/**
|
|
201
|
-
* Deletes the ContainerScanRecipe identified by the
|
|
201
|
+
* Deletes the ContainerScanRecipe identified by the recipe ID.
|
|
202
202
|
*
|
|
203
203
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
204
204
|
* @param DeleteContainerScanRecipeRequest
|
|
205
205
|
* @return DeleteContainerScanRecipeResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipe API.
|
|
208
208
|
*/
|
|
209
209
|
deleteContainerScanRecipe(deleteContainerScanRecipeRequest: requests.DeleteContainerScanRecipeRequest): Promise<responses.DeleteContainerScanRecipeResponse>;
|
|
210
210
|
/**
|
|
211
|
-
* Deletes the ContainerScanResult identified by the
|
|
211
|
+
* Deletes the ContainerScanResult identified by the container scan ID.
|
|
212
212
|
*
|
|
213
213
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
214
214
|
* @param DeleteContainerScanResultRequest
|
|
215
215
|
* @return DeleteContainerScanResultResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResult API.
|
|
218
218
|
*/
|
|
219
219
|
deleteContainerScanResult(deleteContainerScanResultRequest: requests.DeleteContainerScanResultRequest): Promise<responses.DeleteContainerScanResultResponse>;
|
|
220
220
|
/**
|
|
221
|
-
* Deletes the ContainerScanTarget identified by the
|
|
221
|
+
* Deletes the ContainerScanTarget identified by the target ID.
|
|
222
222
|
*
|
|
223
223
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
224
224
|
* @param DeleteContainerScanTargetRequest
|
|
225
225
|
* @return DeleteContainerScanTargetResponse
|
|
226
226
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTarget API.
|
|
228
228
|
*/
|
|
229
229
|
deleteContainerScanTarget(deleteContainerScanTargetRequest: requests.DeleteContainerScanTargetRequest): Promise<responses.DeleteContainerScanTargetResponse>;
|
|
230
230
|
/**
|
|
231
|
-
*
|
|
231
|
+
* Deletes the HostAgentScanResult identified by the host agent scan ID.
|
|
232
232
|
*
|
|
233
233
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
234
234
|
* @param DeleteHostAgentScanResultRequest
|
|
235
235
|
* @return DeleteHostAgentScanResultResponse
|
|
236
236
|
* @throws OciError when an error occurs
|
|
237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResult API.
|
|
238
238
|
*/
|
|
239
239
|
deleteHostAgentScanResult(deleteHostAgentScanResultRequest: requests.DeleteHostAgentScanResultRequest): Promise<responses.DeleteHostAgentScanResultResponse>;
|
|
240
240
|
/**
|
|
241
|
-
* Deletes the HostCisBenchmarkScanResult identified by the
|
|
241
|
+
* Deletes the HostCisBenchmarkScanResult identified by the benchmark scan result ID.
|
|
242
242
|
*
|
|
243
243
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
244
244
|
* @param DeleteHostCisBenchmarkScanResultRequest
|
|
245
245
|
* @return DeleteHostCisBenchmarkScanResultResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResult API.
|
|
248
248
|
*/
|
|
249
249
|
deleteHostCisBenchmarkScanResult(deleteHostCisBenchmarkScanResultRequest: requests.DeleteHostCisBenchmarkScanResultRequest): Promise<responses.DeleteHostCisBenchmarkScanResultResponse>;
|
|
250
250
|
/**
|
|
@@ -254,37 +254,37 @@ export declare class VulnerabilityScanningClient {
|
|
|
254
254
|
* @param DeleteHostEndpointProtectionScanResultRequest
|
|
255
255
|
* @return DeleteHostEndpointProtectionScanResultResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResult API.
|
|
258
258
|
*/
|
|
259
259
|
deleteHostEndpointProtectionScanResult(deleteHostEndpointProtectionScanResultRequest: requests.DeleteHostEndpointProtectionScanResultRequest): Promise<responses.DeleteHostEndpointProtectionScanResultResponse>;
|
|
260
260
|
/**
|
|
261
|
-
*
|
|
261
|
+
* Deletes the HostPortScanResult identified by the host port scan ID.
|
|
262
262
|
*
|
|
263
263
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
264
264
|
* @param DeleteHostPortScanResultRequest
|
|
265
265
|
* @return DeleteHostPortScanResultResponse
|
|
266
266
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResult API.
|
|
268
268
|
*/
|
|
269
269
|
deleteHostPortScanResult(deleteHostPortScanResultRequest: requests.DeleteHostPortScanResultRequest): Promise<responses.DeleteHostPortScanResultResponse>;
|
|
270
270
|
/**
|
|
271
|
-
*
|
|
271
|
+
* Deletes the HostScanRecipe identified by the recipe ID.
|
|
272
272
|
*
|
|
273
273
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
274
274
|
* @param DeleteHostScanRecipeRequest
|
|
275
275
|
* @return DeleteHostScanRecipeResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipe API.
|
|
278
278
|
*/
|
|
279
279
|
deleteHostScanRecipe(deleteHostScanRecipeRequest: requests.DeleteHostScanRecipeRequest): Promise<responses.DeleteHostScanRecipeResponse>;
|
|
280
280
|
/**
|
|
281
|
-
*
|
|
281
|
+
* Deletes the HostScanTarget identified by the target ID.
|
|
282
282
|
*
|
|
283
283
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
284
284
|
* @param DeleteHostScanTargetRequest
|
|
285
285
|
* @return DeleteHostScanTargetResponse
|
|
286
286
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTarget API.
|
|
288
288
|
*/
|
|
289
289
|
deleteHostScanTarget(deleteHostScanTargetRequest: requests.DeleteHostScanTargetRequest): Promise<responses.DeleteHostScanTargetResponse>;
|
|
290
290
|
/**
|
|
@@ -294,7 +294,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
294
294
|
* @param ExportHostAgentScanResultCsvRequest
|
|
295
295
|
* @return ExportHostAgentScanResultCsvResponse
|
|
296
296
|
* @throws OciError when an error occurs
|
|
297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsv API.
|
|
298
298
|
*/
|
|
299
299
|
exportHostAgentScanResultCsv(exportHostAgentScanResultCsvRequest: requests.ExportHostAgentScanResultCsvRequest): Promise<responses.ExportHostAgentScanResultCsvResponse>;
|
|
300
300
|
/**
|
|
@@ -304,57 +304,57 @@ export declare class VulnerabilityScanningClient {
|
|
|
304
304
|
* @param ExportHostVulnerabilityCsvRequest
|
|
305
305
|
* @return ExportHostVulnerabilityCsvResponse
|
|
306
306
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsv API.
|
|
308
308
|
*/
|
|
309
309
|
exportHostVulnerabilityCsv(exportHostVulnerabilityCsvRequest: requests.ExportHostVulnerabilityCsvRequest): Promise<responses.ExportHostVulnerabilityCsvResponse>;
|
|
310
310
|
/**
|
|
311
|
-
*
|
|
311
|
+
* Retrieves a ContainerScanRecipe identified by the recipe ID. A recipe determines the types of security issues that you want scanned.
|
|
312
312
|
*
|
|
313
313
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
314
314
|
* @param GetContainerScanRecipeRequest
|
|
315
315
|
* @return GetContainerScanRecipeResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipe API.
|
|
318
318
|
*/
|
|
319
319
|
getContainerScanRecipe(getContainerScanRecipeRequest: requests.GetContainerScanRecipeRequest): Promise<responses.GetContainerScanRecipeResponse>;
|
|
320
320
|
/**
|
|
321
|
-
*
|
|
321
|
+
* Retrieves a ContainerScanResult identified by the container scan ID. The result includes a list of problems found in a specific image in a Docker repository.
|
|
322
322
|
*
|
|
323
323
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
324
324
|
* @param GetContainerScanResultRequest
|
|
325
325
|
* @return GetContainerScanResultResponse
|
|
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.19.0/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResult API.
|
|
328
328
|
*/
|
|
329
329
|
getContainerScanResult(getContainerScanResultRequest: requests.GetContainerScanResultRequest): Promise<responses.GetContainerScanResultResponse>;
|
|
330
330
|
/**
|
|
331
|
-
* Gets a ContainerScanTarget by
|
|
331
|
+
* Gets a ContainerScanTarget identified by the target ID. A container scan target specifies a group of one or more Docker image repositories in Oracle Cloud Infrastructure Registry (OCIR) that you want routinely scanned for security vulnerabilities.
|
|
332
332
|
*
|
|
333
333
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
334
334
|
* @param GetContainerScanTargetRequest
|
|
335
335
|
* @return GetContainerScanTargetResponse
|
|
336
336
|
* @throws OciError when an error occurs
|
|
337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTarget API.
|
|
338
338
|
*/
|
|
339
339
|
getContainerScanTarget(getContainerScanTargetRequest: requests.GetContainerScanTargetRequest): Promise<responses.GetContainerScanTargetResponse>;
|
|
340
340
|
/**
|
|
341
|
-
* Retrieves a HostAgentScanResult identified by the host agent scan ID. The result includes a list of
|
|
341
|
+
* Retrieves a HostAgentScanResult identified by the host agent scan ID. The result includes a list of CVEs detected in a specific compute instance.
|
|
342
342
|
*
|
|
343
343
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
344
344
|
* @param GetHostAgentScanResultRequest
|
|
345
345
|
* @return GetHostAgentScanResultResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResult API.
|
|
348
348
|
*/
|
|
349
349
|
getHostAgentScanResult(getHostAgentScanResultRequest: requests.GetHostAgentScanResultRequest): Promise<responses.GetHostAgentScanResultResponse>;
|
|
350
350
|
/**
|
|
351
|
-
*
|
|
351
|
+
* Retrieves a HostCisBenchmarkScanResult identified by the benchmark scan result ID. A CIS (Center for Internet Security) benchmark scan result includes a list of benchmarks that were tested on a specific compute instance, and whether each test passed or failed.
|
|
352
352
|
*
|
|
353
353
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
354
354
|
* @param GetHostCisBenchmarkScanResultRequest
|
|
355
355
|
* @return GetHostCisBenchmarkScanResultResponse
|
|
356
356
|
* @throws OciError when an error occurs
|
|
357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResult API.
|
|
358
358
|
*/
|
|
359
359
|
getHostCisBenchmarkScanResult(getHostCisBenchmarkScanResultRequest: requests.GetHostCisBenchmarkScanResultRequest): Promise<responses.GetHostCisBenchmarkScanResultResponse>;
|
|
360
360
|
/**
|
|
@@ -364,7 +364,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
364
364
|
* @param GetHostEndpointProtectionScanResultRequest
|
|
365
365
|
* @return GetHostEndpointProtectionScanResultResponse
|
|
366
366
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResult API.
|
|
368
368
|
*/
|
|
369
369
|
getHostEndpointProtectionScanResult(getHostEndpointProtectionScanResultRequest: requests.GetHostEndpointProtectionScanResultRequest): Promise<responses.GetHostEndpointProtectionScanResultResponse>;
|
|
370
370
|
/**
|
|
@@ -374,7 +374,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
374
374
|
* @param GetHostPortScanResultRequest
|
|
375
375
|
* @return GetHostPortScanResultResponse
|
|
376
376
|
* @throws OciError when an error occurs
|
|
377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResult API.
|
|
378
378
|
*/
|
|
379
379
|
getHostPortScanResult(getHostPortScanResultRequest: requests.GetHostPortScanResultRequest): Promise<responses.GetHostPortScanResultResponse>;
|
|
380
380
|
/**
|
|
@@ -384,7 +384,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
384
384
|
* @param GetHostScanRecipeRequest
|
|
385
385
|
* @return GetHostScanRecipeResponse
|
|
386
386
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipe API.
|
|
388
388
|
*/
|
|
389
389
|
getHostScanRecipe(getHostScanRecipeRequest: requests.GetHostScanRecipeRequest): Promise<responses.GetHostScanRecipeResponse>;
|
|
390
390
|
/**
|
|
@@ -394,7 +394,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
394
394
|
* @param GetHostScanTargetRequest
|
|
395
395
|
* @return GetHostScanTargetResponse
|
|
396
396
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTarget API.
|
|
398
398
|
*/
|
|
399
399
|
getHostScanTarget(getHostScanTargetRequest: requests.GetHostScanTargetRequest): Promise<responses.GetHostScanTargetResponse>;
|
|
400
400
|
/**
|
|
@@ -404,9 +404,19 @@ export declare class VulnerabilityScanningClient {
|
|
|
404
404
|
* @param GetHostVulnerabilityRequest
|
|
405
405
|
* @return GetHostVulnerabilityResponse
|
|
406
406
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerability API.
|
|
408
408
|
*/
|
|
409
409
|
getHostVulnerability(getHostVulnerabilityRequest: requests.GetHostVulnerabilityRequest): Promise<responses.GetHostVulnerabilityResponse>;
|
|
410
|
+
/**
|
|
411
|
+
* Retrieves a Vulnerability identified by the vulnerability ID. A vulnerability describes a security issue that was detected in scans of one or more compute instances, container scan repositories. Common Vulnerabilities and Exposures (CVE) numbers identify security vulnerabilities for operating systems and other software, including Critical Patch Updates and Security Alert advisories.
|
|
412
|
+
*
|
|
413
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
414
|
+
* @param GetVulnerabilityRequest
|
|
415
|
+
* @return GetVulnerabilityResponse
|
|
416
|
+
* @throws OciError when an error occurs
|
|
417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/GetVulnerability.ts.html |here} to see how to use GetVulnerability API.
|
|
418
|
+
*/
|
|
419
|
+
getVulnerability(getVulnerabilityRequest: requests.GetVulnerabilityRequest): Promise<responses.GetVulnerabilityResponse>;
|
|
410
420
|
/**
|
|
411
421
|
* Gets the status of the work request with the given ID.
|
|
412
422
|
*
|
|
@@ -414,57 +424,57 @@ export declare class VulnerabilityScanningClient {
|
|
|
414
424
|
* @param GetWorkRequestRequest
|
|
415
425
|
* @return GetWorkRequestResponse
|
|
416
426
|
* @throws OciError when an error occurs
|
|
417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
418
428
|
*/
|
|
419
429
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
420
430
|
/**
|
|
421
|
-
*
|
|
431
|
+
* Retrieves a list of ContainerScanRecipeSummary objects in a compartment. A recipe determines the types of security issues that you want scanned.
|
|
422
432
|
*
|
|
423
433
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
424
434
|
* @param ListContainerScanRecipesRequest
|
|
425
435
|
* @return ListContainerScanRecipesResponse
|
|
426
436
|
* @throws OciError when an error occurs
|
|
427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListContainerScanRecipes.ts.html |here} to see how to use ListContainerScanRecipes API.
|
|
428
438
|
*/
|
|
429
439
|
listContainerScanRecipes(listContainerScanRecipesRequest: requests.ListContainerScanRecipesRequest): Promise<responses.ListContainerScanRecipesResponse>;
|
|
430
440
|
/**
|
|
431
|
-
*
|
|
441
|
+
* Retrieves a list of ContainerScanResultSummary objects in a compartment. You can filter and sort the results by problem severity and time. A container scan result includes a list of problems detected in a specific image in a Docker repository.
|
|
432
442
|
*
|
|
433
443
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
434
444
|
* @param ListContainerScanResultsRequest
|
|
435
445
|
* @return ListContainerScanResultsResponse
|
|
436
446
|
* @throws OciError when an error occurs
|
|
437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListContainerScanResults.ts.html |here} to see how to use ListContainerScanResults API.
|
|
438
448
|
*/
|
|
439
449
|
listContainerScanResults(listContainerScanResultsRequest: requests.ListContainerScanResultsRequest): Promise<responses.ListContainerScanResultsResponse>;
|
|
440
450
|
/**
|
|
441
|
-
*
|
|
451
|
+
* Retrieves a list of ContainerScanTargetSummary objects in a compartment. A container scan target specifies a group of one or more Docker image repositories in Oracle Cloud Infrastructure Registry (OCIR) that you want routinely scanned for security vulnerabilities.
|
|
442
452
|
*
|
|
443
453
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
444
454
|
* @param ListContainerScanTargetsRequest
|
|
445
455
|
* @return ListContainerScanTargetsResponse
|
|
446
456
|
* @throws OciError when an error occurs
|
|
447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListContainerScanTargets.ts.html |here} to see how to use ListContainerScanTargets API.
|
|
448
458
|
*/
|
|
449
459
|
listContainerScanTargets(listContainerScanTargetsRequest: requests.ListContainerScanTargetsRequest): Promise<responses.ListContainerScanTargetsResponse>;
|
|
450
460
|
/**
|
|
451
|
-
* Retrieves a list of HostAgentScanResultSummary objects in a compartment. You can filter and sort the results by problem severity and time. An agent scan result includes a list of
|
|
461
|
+
* Retrieves a list of HostAgentScanResultSummary objects in a compartment. You can filter and sort the results by problem severity and time. An agent scan result includes a list of CVEs detected in a specific compute instance.
|
|
452
462
|
*
|
|
453
463
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
454
464
|
* @param ListHostAgentScanResultsRequest
|
|
455
465
|
* @return ListHostAgentScanResultsResponse
|
|
456
466
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListHostAgentScanResults.ts.html |here} to see how to use ListHostAgentScanResults API.
|
|
458
468
|
*/
|
|
459
469
|
listHostAgentScanResults(listHostAgentScanResultsRequest: requests.ListHostAgentScanResultsRequest): Promise<responses.ListHostAgentScanResultsResponse>;
|
|
460
470
|
/**
|
|
461
|
-
*
|
|
471
|
+
* Retrieves a list of HostCisBenchmarkScanResultSummary objects in a compartment. You can filter and sort the results by problem severity and time. A CIS (Center for Internet Security) benchmark scan result includes the number of failed benchmark tests on a specific compute instance.
|
|
462
472
|
*
|
|
463
473
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
464
474
|
* @param ListHostCisBenchmarkScanResultsRequest
|
|
465
475
|
* @return ListHostCisBenchmarkScanResultsResponse
|
|
466
476
|
* @throws OciError when an error occurs
|
|
467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListHostCisBenchmarkScanResults.ts.html |here} to see how to use ListHostCisBenchmarkScanResults API.
|
|
468
478
|
*/
|
|
469
479
|
listHostCisBenchmarkScanResults(listHostCisBenchmarkScanResultsRequest: requests.ListHostCisBenchmarkScanResultsRequest): Promise<responses.ListHostCisBenchmarkScanResultsResponse>;
|
|
470
480
|
/**
|
|
@@ -474,7 +484,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
474
484
|
* @param ListHostEndpointProtectionScanResultsRequest
|
|
475
485
|
* @return ListHostEndpointProtectionScanResultsResponse
|
|
476
486
|
* @throws OciError when an error occurs
|
|
477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListHostEndpointProtectionScanResults.ts.html |here} to see how to use ListHostEndpointProtectionScanResults API.
|
|
478
488
|
*/
|
|
479
489
|
listHostEndpointProtectionScanResults(listHostEndpointProtectionScanResultsRequest: requests.ListHostEndpointProtectionScanResultsRequest): Promise<responses.ListHostEndpointProtectionScanResultsResponse>;
|
|
480
490
|
/**
|
|
@@ -484,7 +494,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
484
494
|
* @param ListHostPortScanResultsRequest
|
|
485
495
|
* @return ListHostPortScanResultsResponse
|
|
486
496
|
* @throws OciError when an error occurs
|
|
487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListHostPortScanResults.ts.html |here} to see how to use ListHostPortScanResults API.
|
|
488
498
|
*/
|
|
489
499
|
listHostPortScanResults(listHostPortScanResultsRequest: requests.ListHostPortScanResultsRequest): Promise<responses.ListHostPortScanResultsResponse>;
|
|
490
500
|
/**
|
|
@@ -494,7 +504,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
494
504
|
* @param ListHostScanRecipesRequest
|
|
495
505
|
* @return ListHostScanRecipesResponse
|
|
496
506
|
* @throws OciError when an error occurs
|
|
497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListHostScanRecipes.ts.html |here} to see how to use ListHostScanRecipes API.
|
|
498
508
|
*/
|
|
499
509
|
listHostScanRecipes(listHostScanRecipesRequest: requests.ListHostScanRecipesRequest): Promise<responses.ListHostScanRecipesResponse>;
|
|
500
510
|
/**
|
|
@@ -504,7 +514,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
504
514
|
* @param ListHostScanTargetsRequest
|
|
505
515
|
* @return ListHostScanTargetsResponse
|
|
506
516
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListHostScanTargets.ts.html |here} to see how to use ListHostScanTargets API.
|
|
508
518
|
*/
|
|
509
519
|
listHostScanTargets(listHostScanTargetsRequest: requests.ListHostScanTargetsRequest): Promise<responses.ListHostScanTargetsResponse>;
|
|
510
520
|
/**
|
|
@@ -514,7 +524,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
514
524
|
* @param ListHostVulnerabilitiesRequest
|
|
515
525
|
* @return ListHostVulnerabilitiesResponse
|
|
516
526
|
* @throws OciError when an error occurs
|
|
517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListHostVulnerabilities.ts.html |here} to see how to use ListHostVulnerabilities API.
|
|
518
528
|
*/
|
|
519
529
|
listHostVulnerabilities(listHostVulnerabilitiesRequest: requests.ListHostVulnerabilitiesRequest): Promise<responses.ListHostVulnerabilitiesResponse>;
|
|
520
530
|
/**
|
|
@@ -524,9 +534,39 @@ export declare class VulnerabilityScanningClient {
|
|
|
524
534
|
* @param ListHostVulnerabilityImpactedHostsRequest
|
|
525
535
|
* @return ListHostVulnerabilityImpactedHostsResponse
|
|
526
536
|
* @throws OciError when an error occurs
|
|
527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListHostVulnerabilityImpactedHosts.ts.html |here} to see how to use ListHostVulnerabilityImpactedHosts API.
|
|
528
538
|
*/
|
|
529
539
|
listHostVulnerabilityImpactedHosts(listHostVulnerabilityImpactedHostsRequest: requests.ListHostVulnerabilityImpactedHostsRequest): Promise<responses.ListHostVulnerabilityImpactedHostsResponse>;
|
|
540
|
+
/**
|
|
541
|
+
* Retrieves a list of VulnerabilitySummary objects in a compartment. You can filter and sort the vulnerabilities by problem severity and time and type. A vulnerability describes a security issue that was detected in scans of one or more compute instances, container images.
|
|
542
|
+
*
|
|
543
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
544
|
+
* @param ListVulnerabilitiesRequest
|
|
545
|
+
* @return ListVulnerabilitiesResponse
|
|
546
|
+
* @throws OciError when an error occurs
|
|
547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListVulnerabilities.ts.html |here} to see how to use ListVulnerabilities API.
|
|
548
|
+
*/
|
|
549
|
+
listVulnerabilities(listVulnerabilitiesRequest: requests.ListVulnerabilitiesRequest): Promise<responses.ListVulnerabilitiesResponse>;
|
|
550
|
+
/**
|
|
551
|
+
* Retrieves a list of VulnerabilityImpactedContainerSummary objects for a specific vulnerability ID. An impacted container image summary identifies container images on which the specified vulnerability was detected.
|
|
552
|
+
*
|
|
553
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
554
|
+
* @param ListVulnerabilityImpactedContainersRequest
|
|
555
|
+
* @return ListVulnerabilityImpactedContainersResponse
|
|
556
|
+
* @throws OciError when an error occurs
|
|
557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListVulnerabilityImpactedContainers.ts.html |here} to see how to use ListVulnerabilityImpactedContainers API.
|
|
558
|
+
*/
|
|
559
|
+
listVulnerabilityImpactedContainers(listVulnerabilityImpactedContainersRequest: requests.ListVulnerabilityImpactedContainersRequest): Promise<responses.ListVulnerabilityImpactedContainersResponse>;
|
|
560
|
+
/**
|
|
561
|
+
* Retrieves a list of VulnerabilityImpactedHostSummary objects for a specific host vulnerability ID. An impacted host summary identifies a compute instance on which the specified vulnerability was detected.
|
|
562
|
+
*
|
|
563
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
564
|
+
* @param ListVulnerabilityImpactedHostsRequest
|
|
565
|
+
* @return ListVulnerabilityImpactedHostsResponse
|
|
566
|
+
* @throws OciError when an error occurs
|
|
567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListVulnerabilityImpactedHosts.ts.html |here} to see how to use ListVulnerabilityImpactedHosts API.
|
|
568
|
+
*/
|
|
569
|
+
listVulnerabilityImpactedHosts(listVulnerabilityImpactedHostsRequest: requests.ListVulnerabilityImpactedHostsRequest): Promise<responses.ListVulnerabilityImpactedHostsResponse>;
|
|
530
570
|
/**
|
|
531
571
|
* Return a (paginated) list of errors for a given work request.
|
|
532
572
|
*
|
|
@@ -534,7 +574,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
534
574
|
* @param ListWorkRequestErrorsRequest
|
|
535
575
|
* @return ListWorkRequestErrorsResponse
|
|
536
576
|
* @throws OciError when an error occurs
|
|
537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
538
578
|
*/
|
|
539
579
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
540
580
|
/**
|
|
@@ -544,7 +584,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
544
584
|
* @param ListWorkRequestLogsRequest
|
|
545
585
|
* @return ListWorkRequestLogsResponse
|
|
546
586
|
* @throws OciError when an error occurs
|
|
547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
548
588
|
*/
|
|
549
589
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
550
590
|
/**
|
|
@@ -554,27 +594,27 @@ export declare class VulnerabilityScanningClient {
|
|
|
554
594
|
* @param ListWorkRequestsRequest
|
|
555
595
|
* @return ListWorkRequestsResponse
|
|
556
596
|
* @throws OciError when an error occurs
|
|
557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
558
598
|
*/
|
|
559
599
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
560
600
|
/**
|
|
561
|
-
* Updates the ContainerScanRecipe identified by the
|
|
601
|
+
* Updates the ContainerScanRecipe identified by the recipe ID. A recipe determines the types of security issues that you want scanned.
|
|
562
602
|
*
|
|
563
603
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
564
604
|
* @param UpdateContainerScanRecipeRequest
|
|
565
605
|
* @return UpdateContainerScanRecipeResponse
|
|
566
606
|
* @throws OciError when an error occurs
|
|
567
|
-
* @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.19.0/vulnerabilityscanning/UpdateContainerScanRecipe.ts.html |here} to see how to use UpdateContainerScanRecipe API.
|
|
568
608
|
*/
|
|
569
609
|
updateContainerScanRecipe(updateContainerScanRecipeRequest: requests.UpdateContainerScanRecipeRequest): Promise<responses.UpdateContainerScanRecipeResponse>;
|
|
570
610
|
/**
|
|
571
|
-
* Updates the ContainerScanTarget identified by the
|
|
611
|
+
* Updates the ContainerScanTarget identified by the target ID. A container scan target specifies a group of one or more Docker image repositories in Oracle Cloud Infrastructure Registry (OCIR) that you want routinely scanned for security vulnerabilities.
|
|
572
612
|
*
|
|
573
613
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
574
614
|
* @param UpdateContainerScanTargetRequest
|
|
575
615
|
* @return UpdateContainerScanTargetResponse
|
|
576
616
|
* @throws OciError when an error occurs
|
|
577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/UpdateContainerScanTarget.ts.html |here} to see how to use UpdateContainerScanTarget API.
|
|
578
618
|
*/
|
|
579
619
|
updateContainerScanTarget(updateContainerScanTargetRequest: requests.UpdateContainerScanTargetRequest): Promise<responses.UpdateContainerScanTargetResponse>;
|
|
580
620
|
/**
|
|
@@ -584,7 +624,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
584
624
|
* @param UpdateHostScanRecipeRequest
|
|
585
625
|
* @return UpdateHostScanRecipeResponse
|
|
586
626
|
* @throws OciError when an error occurs
|
|
587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/UpdateHostScanRecipe.ts.html |here} to see how to use UpdateHostScanRecipe API.
|
|
588
628
|
*/
|
|
589
629
|
updateHostScanRecipe(updateHostScanRecipeRequest: requests.UpdateHostScanRecipeRequest): Promise<responses.UpdateHostScanRecipeResponse>;
|
|
590
630
|
/**
|
|
@@ -594,7 +634,7 @@ export declare class VulnerabilityScanningClient {
|
|
|
594
634
|
* @param UpdateHostScanTargetRequest
|
|
595
635
|
* @return UpdateHostScanTargetResponse
|
|
596
636
|
* @throws OciError when an error occurs
|
|
597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/vulnerabilityscanning/UpdateHostScanTarget.ts.html |here} to see how to use UpdateHostScanTarget API.
|
|
598
638
|
*/
|
|
599
639
|
updateHostScanTarget(updateHostScanTargetRequest: requests.UpdateHostScanTargetRequest): Promise<responses.UpdateHostScanTargetResponse>;
|
|
600
640
|
}
|