oci-adm 2.71.0 → 2.72.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/applicationdependencymanagement-waiter.d.ts +16 -0
- package/lib/applicationdependencymanagement-waiter.js +24 -0
- package/lib/applicationdependencymanagement-waiter.js.map +1 -1
- package/lib/client.d.ts +184 -18
- package/lib/client.js +1312 -176
- package/lib/client.js.map +1 -1
- package/lib/model/application-dependency-recommendation-collection.d.ts +26 -0
- package/lib/model/application-dependency-recommendation-collection.js +61 -0
- package/lib/model/application-dependency-recommendation-collection.js.map +1 -0
- package/lib/model/application-dependency-recommendation-summary.d.ts +39 -0
- package/lib/model/application-dependency-recommendation-summary.js +29 -0
- package/lib/model/application-dependency-recommendation-summary.js.map +1 -0
- package/lib/model/application-dependency-vulnerability-collection.d.ts +3 -3
- package/lib/model/application-dependency-vulnerability-summary.d.ts +6 -6
- package/lib/model/application-dependency.d.ts +3 -3
- package/lib/model/apply-stage.d.ts +27 -0
- package/lib/model/apply-stage.js +66 -0
- package/lib/model/apply-stage.js.map +1 -0
- package/lib/model/change-knowledge-base-compartment-details.d.ts +2 -2
- package/lib/model/change-remediation-recipe-compartment-details.d.ts +25 -0
- package/lib/model/change-remediation-recipe-compartment-details.js +29 -0
- package/lib/model/change-remediation-recipe-compartment-details.js.map +1 -0
- package/lib/model/change-remediation-run-compartment-details.d.ts +25 -0
- package/lib/model/change-remediation-run-compartment-details.js +29 -0
- package/lib/model/change-remediation-run-compartment-details.js.map +1 -0
- package/lib/model/change-vulnerability-audit-compartment-details.d.ts +1 -1
- package/lib/model/create-knowledge-base-details.d.ts +3 -3
- package/lib/model/create-remediation-recipe-details.d.ts +60 -0
- package/lib/model/create-remediation-recipe-details.js +75 -0
- package/lib/model/create-remediation-recipe-details.js.map +1 -0
- package/lib/model/create-remediation-run-details.d.ts +47 -0
- package/lib/model/create-remediation-run-details.js +29 -0
- package/lib/model/create-remediation-run-details.js.map +1 -0
- package/lib/model/create-vulnerability-audit-details.d.ts +6 -6
- package/lib/model/detect-configuration.d.ts +50 -0
- package/lib/model/detect-configuration.js +38 -0
- package/lib/model/detect-configuration.js.map +1 -0
- package/lib/model/detect-stage.d.ts +29 -0
- package/lib/model/detect-stage.js +52 -0
- package/lib/model/detect-stage.js.map +1 -0
- package/lib/model/external-resource-vulnerability-audit-source.d.ts +1 -1
- package/lib/model/external-scm-configuration.d.ts +57 -0
- package/lib/model/external-scm-configuration.js +64 -0
- package/lib/model/external-scm-configuration.js.map +1 -0
- package/lib/model/git-hub-actions-configuration.d.ts +51 -0
- package/lib/model/git-hub-actions-configuration.js +54 -0
- package/lib/model/git-hub-actions-configuration.js.map +1 -0
- package/lib/model/git-lab-pipeline-configuration.d.ts +52 -0
- package/lib/model/git-lab-pipeline-configuration.js +54 -0
- package/lib/model/git-lab-pipeline-configuration.js.map +1 -0
- package/lib/model/index.d.ts +72 -0
- package/lib/model/index.js +74 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/jenkins-pipeline-configuration.d.ts +48 -0
- package/lib/model/jenkins-pipeline-configuration.js +54 -0
- package/lib/model/jenkins-pipeline-configuration.js.map +1 -0
- package/lib/model/knowledge-base-collection.d.ts +2 -2
- package/lib/model/knowledge-base-summary.d.ts +7 -7
- package/lib/model/knowledge-base.d.ts +7 -7
- package/lib/model/network-configuration.d.ts +31 -0
- package/lib/model/network-configuration.js +29 -0
- package/lib/model/network-configuration.js.map +1 -0
- package/lib/model/none-verify-configuration.d.ts +24 -0
- package/lib/model/none-verify-configuration.js +54 -0
- package/lib/model/none-verify-configuration.js.map +1 -0
- package/lib/model/oci-code-repository-configuration.d.ts +28 -0
- package/lib/model/oci-code-repository-configuration.js +54 -0
- package/lib/model/oci-code-repository-configuration.js.map +1 -0
- package/lib/model/oci-dev-ops-build-configuration.d.ts +34 -0
- package/lib/model/oci-dev-ops-build-configuration.js +54 -0
- package/lib/model/oci-dev-ops-build-configuration.js.map +1 -0
- package/lib/model/oci-resource-vulnerability-audit-source.d.ts +2 -2
- package/lib/model/operation-type.d.ts +6 -0
- package/lib/model/operation-type.js +6 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/pipeline-properties.d.ts +29 -0
- package/lib/model/pipeline-properties.js +29 -0
- package/lib/model/pipeline-properties.js.map +1 -0
- package/lib/model/pull-request-properties.d.ts +29 -0
- package/lib/model/pull-request-properties.js +29 -0
- package/lib/model/pull-request-properties.js.map +1 -0
- package/lib/model/recommend-stage.d.ts +30 -0
- package/lib/model/recommend-stage.js +60 -0
- package/lib/model/recommend-stage.js.map +1 -0
- package/lib/model/remediation-recipe-collection.d.ts +26 -0
- package/lib/model/remediation-recipe-collection.js +61 -0
- package/lib/model/remediation-recipe-collection.js.map +1 -0
- package/lib/model/remediation-recipe-summary.d.ts +81 -0
- package/lib/model/remediation-recipe-summary.js +29 -0
- package/lib/model/remediation-recipe-summary.js.map +1 -0
- package/lib/model/remediation-recipe.d.ts +103 -0
- package/lib/model/remediation-recipe.js +91 -0
- package/lib/model/remediation-recipe.js.map +1 -0
- package/lib/model/remediation-run-collection.d.ts +26 -0
- package/lib/model/remediation-run-collection.js +61 -0
- package/lib/model/remediation-run-collection.js.map +1 -0
- package/lib/model/remediation-run-stage-collection.d.ts +26 -0
- package/lib/model/remediation-run-stage-collection.js +61 -0
- package/lib/model/remediation-run-stage-collection.js.map +1 -0
- package/lib/model/remediation-run-stage-summary.d.ts +50 -0
- package/lib/model/remediation-run-stage-summary.js +29 -0
- package/lib/model/remediation-run-stage-summary.js.map +1 -0
- package/lib/model/remediation-run-stage-type.d.ts +30 -0
- package/lib/model/remediation-run-stage-type.js +41 -0
- package/lib/model/remediation-run-stage-type.js.map +1 -0
- package/lib/model/remediation-run-stage.d.ts +70 -0
- package/lib/model/remediation-run-stage.js +94 -0
- package/lib/model/remediation-run-stage.js.map +1 -0
- package/lib/model/remediation-run-summary.d.ts +94 -0
- package/lib/model/remediation-run-summary.js +29 -0
- package/lib/model/remediation-run-summary.js.map +1 -0
- package/lib/model/remediation-run.d.ts +125 -0
- package/lib/model/remediation-run.js +87 -0
- package/lib/model/remediation-run.js.map +1 -0
- package/lib/model/scm-configuration.d.ts +38 -0
- package/lib/model/scm-configuration.js +72 -0
- package/lib/model/scm-configuration.js.map +1 -0
- package/lib/model/stage-summary.d.ts +42 -0
- package/lib/model/stage-summary.js +29 -0
- package/lib/model/stage-summary.js.map +1 -0
- package/lib/model/unknown-source-vulnerability-audit-source.d.ts +1 -1
- package/lib/model/update-knowledge-base-details.d.ts +2 -2
- package/lib/model/update-remediation-recipe-details.d.ts +56 -0
- package/lib/model/update-remediation-recipe-details.js +75 -0
- package/lib/model/update-remediation-recipe-details.js.map +1 -0
- package/lib/model/update-remediation-run-details.d.ts +43 -0
- package/lib/model/update-remediation-run-details.js +29 -0
- package/lib/model/update-remediation-run-details.js.map +1 -0
- package/lib/model/update-vulnerability-audit-details.d.ts +2 -2
- package/lib/model/verify-configuration.d.ts +25 -0
- package/lib/model/verify-configuration.js +84 -0
- package/lib/model/verify-configuration.js.map +1 -0
- package/lib/model/verify-stage.d.ts +27 -0
- package/lib/model/verify-stage.js +66 -0
- package/lib/model/verify-stage.js.map +1 -0
- package/lib/model/vulnerability-audit-collection.d.ts +2 -2
- package/lib/model/vulnerability-audit-configuration.d.ts +7 -5
- package/lib/model/vulnerability-audit-configuration.js.map +1 -1
- package/lib/model/vulnerability-audit-source.d.ts +1 -1
- package/lib/model/vulnerability-audit-summary.d.ts +14 -14
- package/lib/model/vulnerability-audit.d.ts +17 -17
- package/lib/request/activate-remediation-recipe-request.d.ts +35 -0
- package/lib/request/activate-remediation-recipe-request.js +15 -0
- package/lib/request/activate-remediation-recipe-request.js.map +1 -0
- package/lib/request/cancel-remediation-run-request.d.ts +44 -0
- package/lib/request/cancel-remediation-run-request.js +15 -0
- package/lib/request/cancel-remediation-run-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-knowledge-base-compartment-request.d.ts +1 -1
- package/lib/request/change-remediation-recipe-compartment-request.d.ts +49 -0
- package/lib/request/change-remediation-recipe-compartment-request.js +15 -0
- package/lib/request/change-remediation-recipe-compartment-request.js.map +1 -0
- package/lib/request/change-remediation-run-compartment-request.d.ts +49 -0
- package/lib/request/change-remediation-run-compartment-request.js +15 -0
- package/lib/request/change-remediation-run-compartment-request.js.map +1 -0
- package/lib/request/change-vulnerability-audit-compartment-request.d.ts +1 -1
- package/lib/request/create-knowledge-base-request.d.ts +1 -1
- package/lib/request/create-remediation-recipe-request.d.ts +36 -0
- package/lib/request/create-remediation-recipe-request.js +15 -0
- package/lib/request/create-remediation-recipe-request.js.map +1 -0
- package/lib/request/create-remediation-run-request.d.ts +36 -0
- package/lib/request/create-remediation-run-request.js +15 -0
- package/lib/request/create-remediation-run-request.js.map +1 -0
- package/lib/request/create-vulnerability-audit-request.d.ts +1 -1
- package/lib/request/deactivate-remediation-recipe-request.d.ts +35 -0
- package/lib/request/deactivate-remediation-recipe-request.js +15 -0
- package/lib/request/deactivate-remediation-recipe-request.js.map +1 -0
- package/lib/request/delete-knowledge-base-request.d.ts +1 -1
- package/lib/request/delete-remediation-recipe-request.d.ts +35 -0
- package/lib/request/delete-remediation-recipe-request.js +15 -0
- package/lib/request/delete-remediation-recipe-request.js.map +1 -0
- package/lib/request/delete-remediation-run-request.d.ts +35 -0
- package/lib/request/delete-remediation-run-request.js +15 -0
- package/lib/request/delete-remediation-run-request.js.map +1 -0
- package/lib/request/delete-vulnerability-audit-request.d.ts +1 -1
- package/lib/request/get-knowledge-base-request.d.ts +1 -1
- package/lib/request/get-remediation-recipe-request.d.ts +26 -0
- package/lib/request/get-remediation-recipe-request.js +15 -0
- package/lib/request/get-remediation-recipe-request.js.map +1 -0
- package/lib/request/get-remediation-run-request.d.ts +26 -0
- package/lib/request/get-remediation-run-request.js +15 -0
- package/lib/request/get-remediation-run-request.js.map +1 -0
- package/lib/request/get-stage-request.d.ts +31 -0
- package/lib/request/get-stage-request.js +15 -0
- package/lib/request/get-stage-request.js.map +1 -0
- package/lib/request/get-vulnerability-audit-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +36 -0
- package/lib/request/index.js +9 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-application-dependency-recommendations-request.d.ts +61 -0
- package/lib/request/list-application-dependency-recommendations-request.js +26 -0
- package/lib/request/list-application-dependency-recommendations-request.js.map +1 -0
- package/lib/request/list-application-dependency-vulnerabilities-request.d.ts +1 -1
- package/lib/request/list-knowledge-bases-request.d.ts +5 -1
- package/lib/request/list-knowledge-bases-request.js.map +1 -1
- package/lib/request/list-remediation-recipes-request.d.ts +74 -0
- package/lib/request/list-remediation-recipes-request.js +27 -0
- package/lib/request/list-remediation-recipes-request.js.map +1 -0
- package/lib/request/list-remediation-runs-request.d.ts +80 -0
- package/lib/request/list-remediation-runs-request.js +28 -0
- package/lib/request/list-remediation-runs-request.js.map +1 -0
- package/lib/request/list-stages-request.d.ts +66 -0
- package/lib/request/list-stages-request.js +27 -0
- package/lib/request/list-stages-request.js.map +1 -0
- package/lib/request/list-vulnerability-audits-request.d.ts +5 -1
- package/lib/request/list-vulnerability-audits-request.js.map +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 +3 -1
- package/lib/request/list-work-requests-request.js.map +1 -1
- package/lib/request/update-knowledge-base-request.d.ts +1 -1
- package/lib/request/update-remediation-recipe-request.d.ts +40 -0
- package/lib/request/update-remediation-recipe-request.js +15 -0
- package/lib/request/update-remediation-recipe-request.js.map +1 -0
- package/lib/request/update-remediation-run-request.d.ts +40 -0
- package/lib/request/update-remediation-run-request.js +15 -0
- package/lib/request/update-remediation-run-request.js.map +1 -0
- package/lib/request/update-vulnerability-audit-request.d.ts +1 -1
- package/lib/response/activate-remediation-recipe-response.d.ts +25 -0
- package/lib/response/activate-remediation-recipe-response.js +15 -0
- package/lib/response/activate-remediation-recipe-response.js.map +1 -0
- package/lib/response/cancel-remediation-run-response.d.ts +30 -0
- package/lib/response/cancel-remediation-run-response.js +15 -0
- package/lib/response/cancel-remediation-run-response.js.map +1 -0
- package/lib/response/change-remediation-recipe-compartment-response.d.ts +25 -0
- package/lib/response/change-remediation-recipe-compartment-response.js +15 -0
- package/lib/response/change-remediation-recipe-compartment-response.js.map +1 -0
- package/lib/response/change-remediation-run-compartment-response.d.ts +20 -0
- package/lib/response/change-remediation-run-compartment-response.js +15 -0
- package/lib/response/change-remediation-run-compartment-response.js.map +1 -0
- package/lib/response/create-remediation-recipe-response.d.ts +25 -0
- package/lib/response/create-remediation-recipe-response.js +15 -0
- package/lib/response/create-remediation-recipe-response.js.map +1 -0
- package/lib/response/create-remediation-run-response.d.ts +30 -0
- package/lib/response/create-remediation-run-response.js +15 -0
- package/lib/response/create-remediation-run-response.js.map +1 -0
- package/lib/response/deactivate-remediation-recipe-response.d.ts +25 -0
- package/lib/response/deactivate-remediation-recipe-response.js +15 -0
- package/lib/response/deactivate-remediation-recipe-response.js.map +1 -0
- package/lib/response/delete-remediation-recipe-response.d.ts +25 -0
- package/lib/response/delete-remediation-recipe-response.js +15 -0
- package/lib/response/delete-remediation-recipe-response.js.map +1 -0
- package/lib/response/delete-remediation-run-response.d.ts +20 -0
- package/lib/response/delete-remediation-run-response.js +15 -0
- package/lib/response/delete-remediation-run-response.js.map +1 -0
- package/lib/response/get-remediation-recipe-response.d.ts +30 -0
- package/lib/response/get-remediation-recipe-response.js +15 -0
- package/lib/response/get-remediation-recipe-response.js.map +1 -0
- package/lib/response/get-remediation-run-response.d.ts +30 -0
- package/lib/response/get-remediation-run-response.js +15 -0
- package/lib/response/get-remediation-run-response.js.map +1 -0
- package/lib/response/get-stage-response.d.ts +25 -0
- package/lib/response/get-stage-response.js +15 -0
- package/lib/response/get-stage-response.js.map +1 -0
- package/lib/response/index.d.ts +36 -0
- package/lib/response/list-application-dependency-recommendations-response.d.ts +32 -0
- package/lib/response/list-application-dependency-recommendations-response.js +15 -0
- package/lib/response/list-application-dependency-recommendations-response.js.map +1 -0
- package/lib/response/list-remediation-recipes-response.d.ts +32 -0
- package/lib/response/list-remediation-recipes-response.js +15 -0
- package/lib/response/list-remediation-recipes-response.js.map +1 -0
- package/lib/response/list-remediation-runs-response.d.ts +32 -0
- package/lib/response/list-remediation-runs-response.js +15 -0
- package/lib/response/list-remediation-runs-response.js.map +1 -0
- package/lib/response/list-stages-response.d.ts +32 -0
- package/lib/response/list-stages-response.js +15 -0
- package/lib/response/list-stages-response.js.map +1 -0
- package/lib/response/update-remediation-recipe-response.d.ts +25 -0
- package/lib/response/update-remediation-recipe-response.js +15 -0
- package/lib/response/update-remediation-recipe-response.js.map +1 -0
- package/lib/response/update-remediation-run-response.d.ts +30 -0
- package/lib/response/update-remediation-run-response.js +15 -0
- package/lib/response/update-remediation-run-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ChangeRemediationRecipeCompartment.ts.html |here} to see how to use ChangeRemediationRecipeCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeRemediationRecipeCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of a Remediation Recipe, as a URL path parameter.
|
|
21
|
+
*/
|
|
22
|
+
"remediationRecipeId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"changeRemediationRecipeCompartmentDetails": model.ChangeRemediationRecipeCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* might be rejected.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-remediation-recipe-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-remediation-recipe-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/change-remediation-recipe-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ChangeRemediationRunCompartment.ts.html |here} to see how to use ChangeRemediationRunCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeRemediationRunCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique Remediation Run identifier path parameter.
|
|
21
|
+
*/
|
|
22
|
+
"remediationRunId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"changeRemediationRunCompartmentDetails": model.ChangeRemediationRunCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* might be rejected.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-remediation-run-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-remediation-run-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/change-remediation-run-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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.72.0/adm/ChangeVulnerabilityAuditCompartment.ts.html |here} to see how to use ChangeVulnerabilityAuditCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeVulnerabilityAuditCompartmentRequest 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.72.0/adm/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBaseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateKnowledgeBaseRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/CreateRemediationRecipe.ts.html |here} to see how to use CreateRemediationRecipeRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateRemediationRecipeRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The details to create a new Remediation Recipe.
|
|
21
|
+
*/
|
|
22
|
+
"createRemediationRecipeDetails": model.CreateRemediationRecipeDetails;
|
|
23
|
+
/**
|
|
24
|
+
* The client request ID for tracing.
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-remediation-recipe-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-remediation-recipe-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/create-remediation-recipe-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/CreateRemediationRun.ts.html |here} to see how to use CreateRemediationRunRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateRemediationRunRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The details used to create a new remediation run.
|
|
21
|
+
*/
|
|
22
|
+
"createRemediationRunDetails": model.CreateRemediationRunDetails;
|
|
23
|
+
/**
|
|
24
|
+
* The client request ID for tracing.
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-remediation-run-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-remediation-run-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/create-remediation-run-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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.72.0/adm/CreateVulnerabilityAudit.ts.html |here} to see how to use CreateVulnerabilityAuditRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateVulnerabilityAuditRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/DeactivateRemediationRecipe.ts.html |here} to see how to use DeactivateRemediationRecipeRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeactivateRemediationRecipeRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of a Remediation Recipe, as a URL path parameter.
|
|
20
|
+
*/
|
|
21
|
+
"remediationRecipeId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=deactivate-remediation-recipe-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deactivate-remediation-recipe-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/deactivate-remediation-recipe-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBaseRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteKnowledgeBaseRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/DeleteRemediationRecipe.ts.html |here} to see how to use DeleteRemediationRecipeRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteRemediationRecipeRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of a Remediation Recipe, as a URL path parameter.
|
|
20
|
+
*/
|
|
21
|
+
"remediationRecipeId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-remediation-recipe-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-remediation-recipe-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/delete-remediation-recipe-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/DeleteRemediationRun.ts.html |here} to see how to use DeleteRemediationRunRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteRemediationRunRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Unique Remediation Run identifier path parameter.
|
|
20
|
+
*/
|
|
21
|
+
"remediationRunId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-remediation-run-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-remediation-run-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/delete-remediation-run-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/DeleteVulnerabilityAudit.ts.html |here} to see how to use DeleteVulnerabilityAuditRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteVulnerabilityAuditRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBaseRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetKnowledgeBaseRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/GetRemediationRecipe.ts.html |here} to see how to use GetRemediationRecipeRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetRemediationRecipeRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of a Remediation Recipe, as a URL path parameter.
|
|
20
|
+
*/
|
|
21
|
+
"remediationRecipeId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-remediation-recipe-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-remediation-recipe-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/get-remediation-recipe-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/GetRemediationRun.ts.html |here} to see how to use GetRemediationRunRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetRemediationRunRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Unique Remediation Run identifier path parameter.
|
|
20
|
+
*/
|
|
21
|
+
"remediationRunId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-remediation-run-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-remediation-run-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/get-remediation-run-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/GetStage.ts.html |here} to see how to use GetStageRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetStageRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique Remediation Run identifier path parameter.
|
|
21
|
+
*/
|
|
22
|
+
"remediationRunId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The type of Remediation Run Stage, as a URL path parameter.
|
|
25
|
+
*/
|
|
26
|
+
"stageType": model.RemediationRunStageType;
|
|
27
|
+
/**
|
|
28
|
+
* The client request ID for tracing.
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId"?: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-stage-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-stage-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/get-stage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|