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,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Application Dependency Management API
|
|
4
|
+
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.JenkinsPipelineConfiguration = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var JenkinsPipelineConfiguration;
|
|
37
|
+
(function (JenkinsPipelineConfiguration) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.VerifyConfiguration.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
JenkinsPipelineConfiguration.getJsonObj = getJsonObj;
|
|
45
|
+
JenkinsPipelineConfiguration.buildServiceType = "JENKINS_PIPELINE";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.VerifyConfiguration.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
JenkinsPipelineConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(JenkinsPipelineConfiguration = exports.JenkinsPipelineConfiguration || (exports.JenkinsPipelineConfiguration = {}));
|
|
54
|
+
//# sourceMappingURL=jenkins-pipeline-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jenkins-pipeline-configuration.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/jenkins-pipeline-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiClC,IAAiB,4BAA4B,CAyB5C;AAzBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAU,aASzB,CAAA;IACY,6CAAgB,GAAG,kBAAkB,CAAC;IACnD,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAkC,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,mDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyB5C"}
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* Collection of
|
|
15
|
+
* Collection of knowledge base summaries.
|
|
16
16
|
*/
|
|
17
17
|
export interface KnowledgeBaseCollection {
|
|
18
18
|
/**
|
|
19
|
-
* List of
|
|
19
|
+
* List of knowledge base summaries.
|
|
20
20
|
*/
|
|
21
21
|
"items": Array<model.KnowledgeBaseSummary>;
|
|
22
22
|
}
|
|
@@ -11,31 +11,31 @@
|
|
|
11
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
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* The summary of a
|
|
14
|
+
* The summary of a knowledge base.
|
|
15
15
|
*/
|
|
16
16
|
export interface KnowledgeBaseSummary {
|
|
17
17
|
/**
|
|
18
|
-
* The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the
|
|
18
|
+
* The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the knowledge base.
|
|
19
19
|
*/
|
|
20
20
|
"id": string;
|
|
21
21
|
/**
|
|
22
|
-
* The name of the
|
|
22
|
+
* The name of the knowledge base.
|
|
23
23
|
*/
|
|
24
24
|
"displayName": string;
|
|
25
25
|
/**
|
|
26
|
-
* The creation date and time of the
|
|
26
|
+
* The creation date and time of the knowledge base (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
27
27
|
*/
|
|
28
28
|
"timeCreated": Date;
|
|
29
29
|
/**
|
|
30
|
-
* The date and time the
|
|
30
|
+
* The date and time the knowledge base was last updated (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
31
31
|
*/
|
|
32
32
|
"timeUpdated": Date;
|
|
33
33
|
/**
|
|
34
|
-
* The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the
|
|
34
|
+
* The compartment Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the knowledge base.
|
|
35
35
|
*/
|
|
36
36
|
"compartmentId": string;
|
|
37
37
|
/**
|
|
38
|
-
* The current lifecycle state of the
|
|
38
|
+
* The current lifecycle state of the knowledge base.
|
|
39
39
|
*/
|
|
40
40
|
"lifecycleState": string;
|
|
41
41
|
/**
|
|
@@ -11,32 +11,32 @@
|
|
|
11
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
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* A
|
|
14
|
+
* A knowledge base is a component of Application Dependency Management (ADM) service that provides access to vulnerabilities.
|
|
15
15
|
*
|
|
16
16
|
*/
|
|
17
17
|
export interface KnowledgeBase {
|
|
18
18
|
/**
|
|
19
|
-
* The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the
|
|
19
|
+
* The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the knowledge base.
|
|
20
20
|
*/
|
|
21
21
|
"id": string;
|
|
22
22
|
/**
|
|
23
|
-
* The name of the
|
|
23
|
+
* The name of the knowledge base.
|
|
24
24
|
*/
|
|
25
25
|
"displayName": string;
|
|
26
26
|
/**
|
|
27
|
-
* The creation date and time of the
|
|
27
|
+
* The creation date and time of the knowledge base (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
28
28
|
*/
|
|
29
29
|
"timeCreated": Date;
|
|
30
30
|
/**
|
|
31
|
-
* The date and time the
|
|
31
|
+
* The date and time the knowledge base was last updated (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
32
32
|
*/
|
|
33
33
|
"timeUpdated": Date;
|
|
34
34
|
/**
|
|
35
|
-
* The current lifecycle state of the
|
|
35
|
+
* The current lifecycle state of the knowledge base.
|
|
36
36
|
*/
|
|
37
37
|
"lifecycleState": KnowledgeBase.LifecycleState;
|
|
38
38
|
/**
|
|
39
|
-
* The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the
|
|
39
|
+
* The compartment Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the knowledge base.
|
|
40
40
|
*/
|
|
41
41
|
"compartmentId": string;
|
|
42
42
|
/**
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Application Dependency Management API
|
|
3
|
+
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
|
|
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
|
+
/**
|
|
14
|
+
* A network configuration defines the required network characteristics for an ADM remediation recipe.
|
|
15
|
+
* A network configuration is required if the build service is one of: GitHub Actions, GitLab Pipeline, or Jenkins Pipeline.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface NetworkConfiguration {
|
|
19
|
+
/**
|
|
20
|
+
* The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the subnet.
|
|
21
|
+
*/
|
|
22
|
+
"subnetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The list of Oracle Cloud Identifiers ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) corresponding to Network Security Groups.
|
|
25
|
+
*/
|
|
26
|
+
"nsgIds"?: Array<string>;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace NetworkConfiguration {
|
|
29
|
+
function getJsonObj(obj: NetworkConfiguration): object;
|
|
30
|
+
function getDeserializedJsonObj(obj: NetworkConfiguration): object;
|
|
31
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Application Dependency Management API
|
|
4
|
+
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
|
|
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
|
+
exports.NetworkConfiguration = void 0;
|
|
16
|
+
var NetworkConfiguration;
|
|
17
|
+
(function (NetworkConfiguration) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
NetworkConfiguration.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
NetworkConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(NetworkConfiguration = exports.NetworkConfiguration || (exports.NetworkConfiguration = {}));
|
|
29
|
+
//# sourceMappingURL=network-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-configuration.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/network-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqBH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Application Dependency Management API
|
|
3
|
+
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
|
|
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
|
+
/**
|
|
15
|
+
* Empty verify configuration when no build was selected.
|
|
16
|
+
*/
|
|
17
|
+
export interface NoneVerifyConfiguration extends model.VerifyConfiguration {
|
|
18
|
+
"buildServiceType": string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace NoneVerifyConfiguration {
|
|
21
|
+
function getJsonObj(obj: NoneVerifyConfiguration, isParentJsonObj?: boolean): object;
|
|
22
|
+
const buildServiceType = "NONE";
|
|
23
|
+
function getDeserializedJsonObj(obj: NoneVerifyConfiguration, isParentJsonObj?: boolean): object;
|
|
24
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Application Dependency Management API
|
|
4
|
+
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.NoneVerifyConfiguration = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var NoneVerifyConfiguration;
|
|
37
|
+
(function (NoneVerifyConfiguration) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.VerifyConfiguration.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
NoneVerifyConfiguration.getJsonObj = getJsonObj;
|
|
45
|
+
NoneVerifyConfiguration.buildServiceType = "NONE";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.VerifyConfiguration.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
NoneVerifyConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(NoneVerifyConfiguration = exports.NoneVerifyConfiguration || (exports.NoneVerifyConfiguration = {}));
|
|
54
|
+
//# sourceMappingURL=none-verify-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"none-verify-configuration.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/none-verify-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,uBAAuB,CAyBvC;AAzBD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B,EAAE,eAAyB;QAChF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAA6B,CAAC,GACxE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,kCAAU,aASzB,CAAA;IACY,wCAAgB,GAAG,MAAM,CAAC;IACvC,SAAgB,sBAAsB,CACpC,GAA4B,EAC5B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAA6B,CAAC,GACpF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,8CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAyBvC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Application Dependency Management API
|
|
3
|
+
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
|
|
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
|
+
/**
|
|
15
|
+
* An OCI Code repository configuration extends a SCM Configuration with necessary data to reach and use the OCI DevOps Code Repository.
|
|
16
|
+
*/
|
|
17
|
+
export interface OciCodeRepositoryConfiguration extends model.ScmConfiguration {
|
|
18
|
+
/**
|
|
19
|
+
* The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the OCI DevOps repository.
|
|
20
|
+
*/
|
|
21
|
+
"ociCodeRepositoryId": string;
|
|
22
|
+
"scmType": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace OciCodeRepositoryConfiguration {
|
|
25
|
+
function getJsonObj(obj: OciCodeRepositoryConfiguration, isParentJsonObj?: boolean): object;
|
|
26
|
+
const scmType = "OCI_CODE_REPOSITORY";
|
|
27
|
+
function getDeserializedJsonObj(obj: OciCodeRepositoryConfiguration, isParentJsonObj?: boolean): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Application Dependency Management API
|
|
4
|
+
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.OciCodeRepositoryConfiguration = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var OciCodeRepositoryConfiguration;
|
|
37
|
+
(function (OciCodeRepositoryConfiguration) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.ScmConfiguration.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
OciCodeRepositoryConfiguration.getJsonObj = getJsonObj;
|
|
45
|
+
OciCodeRepositoryConfiguration.scmType = "OCI_CODE_REPOSITORY";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.ScmConfiguration.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
OciCodeRepositoryConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(OciCodeRepositoryConfiguration = exports.OciCodeRepositoryConfiguration || (exports.OciCodeRepositoryConfiguration = {}));
|
|
54
|
+
//# sourceMappingURL=oci-code-repository-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oci-code-repository-configuration.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/oci-code-repository-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,8BAA8B,CA4B9C;AA5BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CACxB,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAoC,CAAC,GAC5E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,yCAAU,aAYzB,CAAA;IACY,sCAAO,GAAG,qBAAqB,CAAC;IAC7C,SAAgB,sBAAsB,CACpC,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAoC,CAAC,GACxF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,qDAAsB,yBAYrC,CAAA;AACH,CAAC,EA5BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA4B9C"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Application Dependency Management API
|
|
3
|
+
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
|
|
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
|
+
/**
|
|
15
|
+
* OCI DevOps configuration extends a Verify Configuration with necessary data to reach and use the OCI DevOps Build Service.
|
|
16
|
+
*/
|
|
17
|
+
export interface OciDevOpsBuildConfiguration extends model.VerifyConfiguration {
|
|
18
|
+
/**
|
|
19
|
+
* The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the user's DevOps Build Pipeline.
|
|
20
|
+
*/
|
|
21
|
+
"pipelineId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Additional key-value pairs passed as parameters to the build service when running an experiment.
|
|
24
|
+
*/
|
|
25
|
+
"additionalParameters"?: {
|
|
26
|
+
[key: string]: string;
|
|
27
|
+
};
|
|
28
|
+
"buildServiceType": string;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace OciDevOpsBuildConfiguration {
|
|
31
|
+
function getJsonObj(obj: OciDevOpsBuildConfiguration, isParentJsonObj?: boolean): object;
|
|
32
|
+
const buildServiceType = "OCI_DEVOPS_BUILD";
|
|
33
|
+
function getDeserializedJsonObj(obj: OciDevOpsBuildConfiguration, isParentJsonObj?: boolean): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Application Dependency Management API
|
|
4
|
+
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.OciDevOpsBuildConfiguration = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var OciDevOpsBuildConfiguration;
|
|
37
|
+
(function (OciDevOpsBuildConfiguration) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.VerifyConfiguration.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
OciDevOpsBuildConfiguration.getJsonObj = getJsonObj;
|
|
45
|
+
OciDevOpsBuildConfiguration.buildServiceType = "OCI_DEVOPS_BUILD";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.VerifyConfiguration.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
OciDevOpsBuildConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(OciDevOpsBuildConfiguration = exports.OciDevOpsBuildConfiguration || (exports.OciDevOpsBuildConfiguration = {}));
|
|
54
|
+
//# sourceMappingURL=oci-dev-ops-build-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oci-dev-ops-build-configuration.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/oci-dev-ops-build-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,2BAA2B,CAyB3C;AAzBD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAiC,CAAC,GAC5E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,sCAAU,aASzB,CAAA;IACY,4CAAgB,GAAG,kBAAkB,CAAC;IACnD,SAAgB,sBAAsB,CACpC,GAAgC,EAChC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAiC,CAAC,GACxF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,kDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAyB3C"}
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* OCI resource source for the
|
|
15
|
+
* OCI resource source for the vulnerability audit.
|
|
16
16
|
*/
|
|
17
17
|
export interface OciResourceVulnerabilityAuditSource extends model.VulnerabilityAuditSource {
|
|
18
18
|
/**
|
|
19
|
-
* The Oracle Cloud identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the OCI resource that triggered the
|
|
19
|
+
* The Oracle Cloud identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the OCI resource that triggered the vulnerability audit.
|
|
20
20
|
*/
|
|
21
21
|
"ociResourceId": string;
|
|
22
22
|
"type": string;
|
|
@@ -14,6 +14,12 @@
|
|
|
14
14
|
* Possible operation types.
|
|
15
15
|
**/
|
|
16
16
|
export declare enum OperationType {
|
|
17
|
+
CreateRemediationRecipe = "CREATE_REMEDIATION_RECIPE",
|
|
18
|
+
DeleteRemediationRecipe = "DELETE_REMEDIATION_RECIPE",
|
|
19
|
+
MoveRemediationRecipe = "MOVE_REMEDIATION_RECIPE",
|
|
20
|
+
UpdateRemediationRecipe = "UPDATE_REMEDIATION_RECIPE",
|
|
21
|
+
ActivateRemediationRecipe = "ACTIVATE_REMEDIATION_RECIPE",
|
|
22
|
+
DeactivateRemediationRecipe = "DEACTIVATE_REMEDIATION_RECIPE",
|
|
17
23
|
CreateKnowledgeBase = "CREATE_KNOWLEDGE_BASE",
|
|
18
24
|
DeleteKnowledgeBase = "DELETE_KNOWLEDGE_BASE",
|
|
19
25
|
MoveKnowledgeBase = "MOVE_KNOWLEDGE_BASE",
|
|
@@ -18,6 +18,12 @@ exports.OperationType = void 0;
|
|
|
18
18
|
**/
|
|
19
19
|
var OperationType;
|
|
20
20
|
(function (OperationType) {
|
|
21
|
+
OperationType["CreateRemediationRecipe"] = "CREATE_REMEDIATION_RECIPE";
|
|
22
|
+
OperationType["DeleteRemediationRecipe"] = "DELETE_REMEDIATION_RECIPE";
|
|
23
|
+
OperationType["MoveRemediationRecipe"] = "MOVE_REMEDIATION_RECIPE";
|
|
24
|
+
OperationType["UpdateRemediationRecipe"] = "UPDATE_REMEDIATION_RECIPE";
|
|
25
|
+
OperationType["ActivateRemediationRecipe"] = "ACTIVATE_REMEDIATION_RECIPE";
|
|
26
|
+
OperationType["DeactivateRemediationRecipe"] = "DEACTIVATE_REMEDIATION_RECIPE";
|
|
21
27
|
OperationType["CreateKnowledgeBase"] = "CREATE_KNOWLEDGE_BASE";
|
|
22
28
|
OperationType["DeleteKnowledgeBase"] = "DELETE_KNOWLEDGE_BASE";
|
|
23
29
|
OperationType["MoveKnowledgeBase"] = "MOVE_KNOWLEDGE_BASE";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAiBX;AAjBD,WAAY,aAAa;IACvB,sEAAqD,CAAA;IACrD,sEAAqD,CAAA;IACrD,kEAAiD,CAAA;IACjD,sEAAqD,CAAA;IACrD,0EAAyD,CAAA;IACzD,8EAA6D,CAAA;IAC7D,8DAA6C,CAAA;IAC7C,8DAA6C,CAAA;IAC7C,0DAAyC,CAAA;IACzC,8DAA6C,CAAA;IAE7C;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAjBW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAiBxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Application Dependency Management API
|
|
3
|
+
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
|
|
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
|
+
/**
|
|
14
|
+
* Pipeline properties which result from the run of the verify stage.
|
|
15
|
+
*/
|
|
16
|
+
export interface PipelineProperties {
|
|
17
|
+
/**
|
|
18
|
+
* Unique identifier for the pipeline or action created in the Verify stage.
|
|
19
|
+
*/
|
|
20
|
+
"pipelineIdentifier"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The web link to the pipeline from the Verify stage.
|
|
23
|
+
*/
|
|
24
|
+
"pipelineUrl"?: string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace PipelineProperties {
|
|
27
|
+
function getJsonObj(obj: PipelineProperties): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: PipelineProperties): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Application Dependency Management API
|
|
4
|
+
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
|
|
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
|
+
exports.PipelineProperties = void 0;
|
|
16
|
+
var PipelineProperties;
|
|
17
|
+
(function (PipelineProperties) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
PipelineProperties.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
PipelineProperties.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(PipelineProperties = exports.PipelineProperties || (exports.PipelineProperties = {}));
|
|
29
|
+
//# sourceMappingURL=pipeline-properties.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipeline-properties.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/pipeline-properties.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Application Dependency Management API
|
|
3
|
+
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
|
|
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
|
+
/**
|
|
14
|
+
* Pull request properties from recommend stage of the remediation run.
|
|
15
|
+
*/
|
|
16
|
+
export interface PullRequestProperties {
|
|
17
|
+
/**
|
|
18
|
+
* Unique identifier for the pull or merge request created in the recommend stage.
|
|
19
|
+
*/
|
|
20
|
+
"pullRequestIdentifier"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The web link to the pull or merge request created in the recommend stage.
|
|
23
|
+
*/
|
|
24
|
+
"pullRequestUrl"?: string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace PullRequestProperties {
|
|
27
|
+
function getJsonObj(obj: PullRequestProperties): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: PullRequestProperties): object;
|
|
29
|
+
}
|