oci-keymanagement 2.78.0 → 2.79.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/index.d.ts +3 -0
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +253 -46
- package/lib/client.js +995 -47
- package/lib/client.js.map +1 -1
- package/lib/kmshsmcluster-waiter.d.ts +38 -0
- package/lib/kmshsmcluster-waiter.js +78 -0
- package/lib/kmshsmcluster-waiter.js.map +1 -0
- package/lib/model/change-hsm-cluster-compartment-details.d.ts +26 -0
- package/lib/model/change-hsm-cluster-compartment-details.js +30 -0
- package/lib/model/change-hsm-cluster-compartment-details.js.map +1 -0
- package/lib/model/create-hsm-cluster-details.d.ts +52 -0
- package/lib/model/create-hsm-cluster-details.js +30 -0
- package/lib/model/create-hsm-cluster-details.js.map +1 -0
- package/lib/model/hsm-cluster-collection.d.ts +27 -0
- package/lib/model/hsm-cluster-collection.js +62 -0
- package/lib/model/hsm-cluster-collection.js.map +1 -0
- package/lib/model/hsm-cluster-summary.d.ts +87 -0
- package/lib/model/hsm-cluster-summary.js +30 -0
- package/lib/model/hsm-cluster-summary.js.map +1 -0
- package/lib/model/hsm-cluster.d.ts +105 -0
- package/lib/model/hsm-cluster.js +49 -0
- package/lib/model/hsm-cluster.js.map +1 -0
- package/lib/model/hsm-partition-collection.d.ts +27 -0
- package/lib/model/hsm-partition-collection.js +62 -0
- package/lib/model/hsm-partition-collection.js.map +1 -0
- package/lib/model/hsm-partition-summary.d.ts +57 -0
- package/lib/model/hsm-partition-summary.js +62 -0
- package/lib/model/hsm-partition-summary.js.map +1 -0
- package/lib/model/hsm-partition.d.ts +64 -0
- package/lib/model/hsm-partition.js +74 -0
- package/lib/model/hsm-partition.js.map +1 -0
- package/lib/model/index.d.ts +26 -0
- package/lib/model/index.js +28 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/port-information.d.ts +39 -0
- package/lib/model/port-information.js +40 -0
- package/lib/model/port-information.js.map +1 -0
- package/lib/model/pre-co-user-credentials.d.ts +30 -0
- package/lib/model/pre-co-user-credentials.js +30 -0
- package/lib/model/pre-co-user-credentials.js.map +1 -0
- package/lib/model/schedule-hsm-cluster-deletion-details.d.ts +31 -0
- package/lib/model/schedule-hsm-cluster-deletion-details.js +30 -0
- package/lib/model/schedule-hsm-cluster-deletion-details.js.map +1 -0
- package/lib/model/sign-data-details.d.ts +8 -0
- package/lib/model/sign-data-details.js.map +1 -1
- package/lib/model/update-hsm-cluster-details.d.ts +48 -0
- package/lib/model/update-hsm-cluster-details.js +30 -0
- package/lib/model/update-hsm-cluster-details.js.map +1 -0
- package/lib/model/upload-partition-certificates-details.d.ts +30 -0
- package/lib/model/upload-partition-certificates-details.js +30 -0
- package/lib/model/upload-partition-certificates-details.js.map +1 -0
- package/lib/request/backup-key-request.d.ts +1 -1
- package/lib/request/backup-vault-request.d.ts +1 -1
- package/lib/request/cancel-hsm-cluster-deletion-request.d.ts +48 -0
- package/lib/request/cancel-hsm-cluster-deletion-request.js +15 -0
- package/lib/request/cancel-hsm-cluster-deletion-request.js.map +1 -0
- package/lib/request/cancel-key-deletion-request.d.ts +1 -1
- package/lib/request/cancel-key-version-deletion-request.d.ts +1 -1
- package/lib/request/cancel-vault-deletion-request.d.ts +1 -1
- package/lib/request/change-hsm-cluster-compartment-request.d.ts +53 -0
- package/lib/request/change-hsm-cluster-compartment-request.js +15 -0
- package/lib/request/change-hsm-cluster-compartment-request.js.map +1 -0
- package/lib/request/change-key-compartment-request.d.ts +1 -1
- package/lib/request/change-vault-compartment-request.d.ts +1 -1
- package/lib/request/create-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-hsm-cluster-request.d.ts +40 -0
- package/lib/request/create-hsm-cluster-request.js +15 -0
- package/lib/request/create-hsm-cluster-request.js.map +1 -0
- package/lib/request/create-key-request.d.ts +1 -1
- package/lib/request/create-key-version-request.d.ts +1 -1
- package/lib/request/create-vault-replica-request.d.ts +1 -1
- package/lib/request/create-vault-request.d.ts +1 -1
- package/lib/request/decrypt-request.d.ts +1 -1
- package/lib/request/delete-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-vault-replica-request.d.ts +1 -1
- package/lib/request/disable-key-request.d.ts +1 -1
- package/lib/request/download-certificate-signing-request-request.d.ts +48 -0
- package/lib/request/download-certificate-signing-request-request.js +15 -0
- package/lib/request/download-certificate-signing-request-request.js.map +1 -0
- package/lib/request/enable-key-request.d.ts +1 -1
- package/lib/request/encrypt-request.d.ts +1 -1
- package/lib/request/export-key-request.d.ts +1 -1
- package/lib/request/generate-data-encryption-key-request.d.ts +1 -1
- package/lib/request/get-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-hsm-cluster-request.d.ts +29 -0
- package/lib/request/get-hsm-cluster-request.js +15 -0
- package/lib/request/get-hsm-cluster-request.js.map +1 -0
- package/lib/request/get-hsm-partition-request.d.ts +43 -0
- package/lib/request/get-hsm-partition-request.js +15 -0
- package/lib/request/get-hsm-partition-request.js.map +1 -0
- package/lib/request/get-key-request.d.ts +1 -1
- package/lib/request/get-key-version-request.d.ts +1 -1
- package/lib/request/get-pre-co-user-credentials-request.d.ts +39 -0
- package/lib/request/get-pre-co-user-credentials-request.js +15 -0
- package/lib/request/get-pre-co-user-credentials-request.js.map +1 -0
- package/lib/request/get-replication-status-request.d.ts +1 -1
- package/lib/request/get-vault-request.d.ts +1 -1
- package/lib/request/get-vault-usage-request.d.ts +1 -1
- package/lib/request/get-wrapping-key-request.d.ts +1 -1
- package/lib/request/import-key-request.d.ts +1 -1
- package/lib/request/import-key-version-request.d.ts +1 -1
- package/lib/request/index.d.ts +24 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-ekms-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-hsm-clusters-request.d.ts +62 -0
- package/lib/request/list-hsm-clusters-request.js +29 -0
- package/lib/request/list-hsm-clusters-request.js.map +1 -0
- package/lib/request/list-hsm-partitions-request.d.ts +66 -0
- package/lib/request/list-hsm-partitions-request.js +29 -0
- package/lib/request/list-hsm-partitions-request.js.map +1 -0
- package/lib/request/list-key-versions-request.d.ts +1 -1
- package/lib/request/list-keys-request.d.ts +1 -1
- package/lib/request/list-vault-replicas-request.d.ts +1 -1
- package/lib/request/list-vaults-request.d.ts +1 -1
- package/lib/request/restore-key-from-file-request.d.ts +1 -1
- package/lib/request/restore-key-from-object-store-request.d.ts +1 -1
- package/lib/request/restore-vault-from-file-request.d.ts +1 -1
- package/lib/request/restore-vault-from-object-store-request.d.ts +1 -1
- package/lib/request/schedule-hsm-cluster-deletion-request.d.ts +53 -0
- package/lib/request/schedule-hsm-cluster-deletion-request.js +15 -0
- package/lib/request/schedule-hsm-cluster-deletion-request.js.map +1 -0
- package/lib/request/schedule-key-deletion-request.d.ts +1 -1
- package/lib/request/schedule-key-version-deletion-request.d.ts +1 -1
- package/lib/request/schedule-vault-deletion-request.d.ts +1 -1
- package/lib/request/sign-request.d.ts +1 -1
- package/lib/request/update-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-hsm-cluster-request.d.ts +43 -0
- package/lib/request/update-hsm-cluster-request.js +15 -0
- package/lib/request/update-hsm-cluster-request.js.map +1 -0
- package/lib/request/update-key-request.d.ts +1 -1
- package/lib/request/update-vault-request.d.ts +1 -1
- package/lib/request/upload-partition-certificates-request.d.ts +53 -0
- package/lib/request/upload-partition-certificates-request.js +15 -0
- package/lib/request/upload-partition-certificates-request.js.map +1 -0
- package/lib/request/verify-request.d.ts +1 -1
- package/lib/response/cancel-hsm-cluster-deletion-response.d.ts +29 -0
- package/lib/response/cancel-hsm-cluster-deletion-response.js +15 -0
- package/lib/response/cancel-hsm-cluster-deletion-response.js.map +1 -0
- package/lib/response/change-hsm-cluster-compartment-response.d.ts +24 -0
- package/lib/response/change-hsm-cluster-compartment-response.js +15 -0
- package/lib/response/change-hsm-cluster-compartment-response.js.map +1 -0
- package/lib/response/create-hsm-cluster-response.d.ts +29 -0
- package/lib/response/create-hsm-cluster-response.js +15 -0
- package/lib/response/create-hsm-cluster-response.js.map +1 -0
- package/lib/response/download-certificate-signing-request-response.d.ts +28 -0
- package/lib/response/download-certificate-signing-request-response.js +15 -0
- package/lib/response/download-certificate-signing-request-response.js.map +1 -0
- package/lib/response/get-hsm-cluster-response.d.ts +29 -0
- package/lib/response/get-hsm-cluster-response.js +15 -0
- package/lib/response/get-hsm-cluster-response.js.map +1 -0
- package/lib/response/get-hsm-partition-response.d.ts +29 -0
- package/lib/response/get-hsm-partition-response.js +15 -0
- package/lib/response/get-hsm-partition-response.js.map +1 -0
- package/lib/response/get-pre-co-user-credentials-response.d.ts +29 -0
- package/lib/response/get-pre-co-user-credentials-response.js +15 -0
- package/lib/response/get-pre-co-user-credentials-response.js.map +1 -0
- package/lib/response/index.d.ts +24 -0
- package/lib/response/list-hsm-clusters-response.d.ts +33 -0
- package/lib/response/list-hsm-clusters-response.js +15 -0
- package/lib/response/list-hsm-clusters-response.js.map +1 -0
- package/lib/response/list-hsm-partitions-response.d.ts +33 -0
- package/lib/response/list-hsm-partitions-response.js +15 -0
- package/lib/response/list-hsm-partitions-response.js.map +1 -0
- package/lib/response/schedule-hsm-cluster-deletion-response.d.ts +29 -0
- package/lib/response/schedule-hsm-cluster-deletion-response.js +15 -0
- package/lib/response/schedule-hsm-cluster-deletion-response.js.map +1 -0
- package/lib/response/update-hsm-cluster-response.d.ts +29 -0
- package/lib/response/update-hsm-cluster-response.js +15 -0
- package/lib/response/update-hsm-cluster-response.js.map +1 -0
- package/lib/response/upload-partition-certificates-response.d.ts +24 -0
- package/lib/response/upload-partition-certificates-response.js +15 -0
- package/lib/response/upload-partition-certificates-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Vault Key Management API
|
|
4
|
+
* Use the Key Management API to manage vaults and keys. For more information, see [Managing Vaults](/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](/Content/KeyManagement/Tasks/managingkeys.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: release
|
|
7
|
+
* Contact: sparta_kms_us_grp@oracle.com
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ScheduleHsmClusterDeletionDetails = void 0;
|
|
17
|
+
var ScheduleHsmClusterDeletionDetails;
|
|
18
|
+
(function (ScheduleHsmClusterDeletionDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
ScheduleHsmClusterDeletionDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
ScheduleHsmClusterDeletionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(ScheduleHsmClusterDeletionDetails = exports.ScheduleHsmClusterDeletionDetails || (exports.ScheduleHsmClusterDeletionDetails = {}));
|
|
30
|
+
//# sourceMappingURL=schedule-hsm-cluster-deletion-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schedule-hsm-cluster-deletion-details.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/schedule-hsm-cluster-deletion-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAoBH,IAAiB,iCAAiC,CAWjD;AAXD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAWjD"}
|
|
@@ -43,6 +43,14 @@ export interface SignDataDetails {
|
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
"signingAlgorithm": SignDataDetails.SigningAlgorithm;
|
|
46
|
+
/**
|
|
47
|
+
* Information that can be used to provide context for audit logging. It is a map that contains any additional
|
|
48
|
+
* data that you provide to include with audit logs, if audit logging is enabled.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"loggingContext"?: {
|
|
52
|
+
[key: string]: string;
|
|
53
|
+
};
|
|
46
54
|
}
|
|
47
55
|
export declare namespace SignDataDetails {
|
|
48
56
|
enum MessageType {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sign-data-details.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/sign-data-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"sign-data-details.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/sign-data-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA6CH,IAAiB,eAAe,CA8B/B;AA9BD,WAAiB,eAAe;IAC9B,IAAY,WAGX;IAHD,WAAY,WAAW;QACrB,0BAAW,CAAA;QACX,gCAAiB,CAAA;IACnB,CAAC,EAHW,WAAW,GAAX,2BAAW,KAAX,2BAAW,QAGtB;IAED,IAAY,gBAYX;IAZD,WAAY,gBAAgB;QAC1B,6DAAyC,CAAA;QACzC,6DAAyC,CAAA;QACzC,6DAAyC,CAAA;QACzC,6DAAyC,CAAA;QACzC,gEAA4C,CAAA;QAC5C,gEAA4C,CAAA;QAC5C,gEAA4C,CAAA;QAC5C,gEAA4C,CAAA;QAC5C,iDAA6B,CAAA;QAC7B,iDAA6B,CAAA;QAC7B,iDAA6B,CAAA;IAC/B,CAAC,EAZW,gBAAgB,GAAhB,gCAAgB,KAAhB,gCAAgB,QAY3B;IAED,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EA9BgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA8B/B"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vault Key Management API
|
|
3
|
+
* Use the Key Management API to manage vaults and keys. For more information, see [Managing Vaults](/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](/Content/KeyManagement/Tasks/managingkeys.htm).
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: release
|
|
6
|
+
* Contact: sparta_kms_us_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
/**
|
|
15
|
+
* The details of the HsmCluster resource that you wish to update.
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateHsmClusterDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
20
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
21
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"definedTags"?: {
|
|
25
|
+
[key: string]: {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* A user-friendly name for the HSM resource. It does not have to be unique, and it is changeable.
|
|
31
|
+
* Avoid entering confidential information.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"displayName"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
37
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
38
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"freeformTags"?: {
|
|
42
|
+
[key: string]: string;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
export declare namespace UpdateHsmClusterDetails {
|
|
46
|
+
function getJsonObj(obj: UpdateHsmClusterDetails): object;
|
|
47
|
+
function getDeserializedJsonObj(obj: UpdateHsmClusterDetails): object;
|
|
48
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Vault Key Management API
|
|
4
|
+
* Use the Key Management API to manage vaults and keys. For more information, see [Managing Vaults](/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](/Content/KeyManagement/Tasks/managingkeys.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: release
|
|
7
|
+
* Contact: sparta_kms_us_grp@oracle.com
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.UpdateHsmClusterDetails = void 0;
|
|
17
|
+
var UpdateHsmClusterDetails;
|
|
18
|
+
(function (UpdateHsmClusterDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
UpdateHsmClusterDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
UpdateHsmClusterDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(UpdateHsmClusterDetails = exports.UpdateHsmClusterDetails || (exports.UpdateHsmClusterDetails = {}));
|
|
30
|
+
//# sourceMappingURL=update-hsm-cluster-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-hsm-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/update-hsm-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA+BH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vault Key Management API
|
|
3
|
+
* Use the Key Management API to manage vaults and keys. For more information, see [Managing Vaults](/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](/Content/KeyManagement/Tasks/managingkeys.htm).
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: release
|
|
6
|
+
* Contact: sparta_kms_us_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
/**
|
|
15
|
+
* The details of the partition certificates.
|
|
16
|
+
*/
|
|
17
|
+
export interface UploadPartitionCertificatesDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Base64 encoded (StandardCharsets.UTF_8) Partition Certificate.
|
|
20
|
+
*/
|
|
21
|
+
"partitionCertificate": string;
|
|
22
|
+
/**
|
|
23
|
+
* Base64 encoded (StandardCharsets.UTF_8) Partition Owner Certificate.
|
|
24
|
+
*/
|
|
25
|
+
"partitionOwnerCertificate": string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace UploadPartitionCertificatesDetails {
|
|
28
|
+
function getJsonObj(obj: UploadPartitionCertificatesDetails): object;
|
|
29
|
+
function getDeserializedJsonObj(obj: UploadPartitionCertificatesDetails): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Vault Key Management API
|
|
4
|
+
* Use the Key Management API to manage vaults and keys. For more information, see [Managing Vaults](/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](/Content/KeyManagement/Tasks/managingkeys.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: release
|
|
7
|
+
* Contact: sparta_kms_us_grp@oracle.com
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.UploadPartitionCertificatesDetails = void 0;
|
|
17
|
+
var UploadPartitionCertificatesDetails;
|
|
18
|
+
(function (UploadPartitionCertificatesDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
UploadPartitionCertificatesDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
UploadPartitionCertificatesDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(UploadPartitionCertificatesDetails = exports.UploadPartitionCertificatesDetails || (exports.UploadPartitionCertificatesDetails = {}));
|
|
30
|
+
//# sourceMappingURL=upload-partition-certificates-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upload-partition-certificates-details.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/upload-partition-certificates-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,kCAAkC,CAWlD;AAXD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
|
|
@@ -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.79.0/keymanagement/BackupKey.ts.html |here} to see how to use BackupKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BackupKeyRequest 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.79.0/keymanagement/BackupVault.ts.html |here} to see how to use BackupVaultRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BackupVaultRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: release
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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.79.0/keymanagement/CancelHsmClusterDeletion.ts.html |here} to see how to use CancelHsmClusterDeletionRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface CancelHsmClusterDeletionRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the HSM Cluster.
|
|
20
|
+
*/
|
|
21
|
+
"hsmClusterId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
24
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
25
|
+
* previous GET or POST response for that resource. The resource will be
|
|
26
|
+
* updated or deleted only if the etag you provide matches the resource's
|
|
27
|
+
* current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique identifier for the request. If provided, the returned request ID
|
|
33
|
+
* will include this value. Otherwise, a random request ID will be
|
|
34
|
+
* generated by the service.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* A token that uniquely identifies a request so it can be retried in case
|
|
40
|
+
* of a timeout or server error without risk of executing that same action
|
|
41
|
+
* again. Retry tokens expire after 24 hours, but can be invalidated
|
|
42
|
+
* before then due to conflicting operations (e.g., if a resource has been
|
|
43
|
+
* deleted and purged from the system, then a retry of the original
|
|
44
|
+
* creation request may be rejected).
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"opcRetryToken"?: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: release
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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=cancel-hsm-cluster-deletion-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-hsm-cluster-deletion-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/cancel-hsm-cluster-deletion-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.79.0/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelKeyDeletionRequest 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.79.0/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelKeyVersionDeletionRequest 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.79.0/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelVaultDeletionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: release
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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.79.0/keymanagement/ChangeHsmClusterCompartment.ts.html |here} to see how to use ChangeHsmClusterCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeHsmClusterCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the HSM Cluster.
|
|
21
|
+
*/
|
|
22
|
+
"hsmClusterId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Details of change HSM Cluster compartment.
|
|
25
|
+
*/
|
|
26
|
+
"changeHsmClusterCompartmentDetails": model.ChangeHsmClusterCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
29
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
30
|
+
* previous GET or POST response for that resource. The resource will be
|
|
31
|
+
* updated or deleted only if the etag you provide matches the resource's
|
|
32
|
+
* current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique identifier for the request. If provided, the returned request ID
|
|
38
|
+
* will include this value. Otherwise, a random request ID will be
|
|
39
|
+
* generated by the service.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"opcRequestId"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* A token that uniquely identifies a request so it can be retried in case
|
|
45
|
+
* of a timeout or server error without risk of executing that same action
|
|
46
|
+
* again. Retry tokens expire after 24 hours, but can be invalidated
|
|
47
|
+
* before then due to conflicting operations (e.g., if a resource has been
|
|
48
|
+
* deleted and purged from the system, then a retry of the original
|
|
49
|
+
* creation request may be rejected).
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"opcRetryToken"?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: release
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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-hsm-cluster-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-hsm-cluster-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/change-hsm-cluster-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.79.0/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeKeyCompartmentRequest 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.79.0/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeVaultCompartmentRequest 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.79.0/keymanagement/CreateEkmsPrivateEndpoint.ts.html |here} to see how to use CreateEkmsPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateEkmsPrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: release
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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.79.0/keymanagement/CreateHsmCluster.ts.html |here} to see how to use CreateHsmClusterRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateHsmClusterRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new HsmCluster resource
|
|
21
|
+
*/
|
|
22
|
+
"createHsmClusterDetails": model.CreateHsmClusterDetails;
|
|
23
|
+
/**
|
|
24
|
+
* Unique identifier for the request. If provided, the returned request ID
|
|
25
|
+
* will include this value. Otherwise, a random request ID will be
|
|
26
|
+
* generated by the service.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* A token that uniquely identifies a request so it can be retried in case
|
|
32
|
+
* of a timeout or server error without risk of executing that same action
|
|
33
|
+
* again. Retry tokens expire after 24 hours, but can be invalidated
|
|
34
|
+
* before then due to conflicting operations (e.g., if a resource has been
|
|
35
|
+
* deleted and purged from the system, then a retry of the original
|
|
36
|
+
* creation request may be rejected).
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRetryToken"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: release
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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-hsm-cluster-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-hsm-cluster-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/create-hsm-cluster-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.79.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateKeyRequest 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.79.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateKeyVersionRequest 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.79.0/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplicaRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateVaultReplicaRequest 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.79.0/keymanagement/CreateVault.ts.html |here} to see how to use CreateVaultRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateVaultRequest 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.79.0/keymanagement/Decrypt.ts.html |here} to see how to use DecryptRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DecryptRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.79.0/keymanagement/DeleteEkmsPrivateEndpoint.ts.html |here} to see how to use DeleteEkmsPrivateEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteEkmsPrivateEndpointRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.79.0/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplicaRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DeleteVaultReplicaRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.79.0/keymanagement/DisableKey.ts.html |here} to see how to use DisableKeyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DisableKeyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: release
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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.79.0/keymanagement/DownloadCertificateSigningRequest.ts.html |here} to see how to use DownloadCertificateSigningRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DownloadCertificateSigningRequestRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the HSM Cluster.
|
|
20
|
+
*/
|
|
21
|
+
"hsmClusterId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique identifier for the request. If provided, the returned request ID
|
|
24
|
+
* will include this value. Otherwise, a random request ID will be
|
|
25
|
+
* generated by the service.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A token that uniquely identifies a request so it can be retried in case
|
|
31
|
+
* of a timeout or server error without risk of executing that same action
|
|
32
|
+
* again. Retry tokens expire after 24 hours, but can be invalidated
|
|
33
|
+
* before then due to conflicting operations (e.g., if a resource has been
|
|
34
|
+
* deleted and purged from the system, then a retry of the original
|
|
35
|
+
* creation request may be rejected).
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"opcRetryToken"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
41
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
42
|
+
* previous GET or POST response for that resource. The resource will be
|
|
43
|
+
* updated or deleted only if the etag you provide matches the resource's
|
|
44
|
+
* current etag value.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"ifMatch"?: string;
|
|
48
|
+
}
|