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 @@
|
|
|
1
|
+
{"version":3,"file":"kmshsmcluster-waiter.js","sourceRoot":"","sources":["../../../../lib/keymanagement/lib/kmshsmcluster-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,mBAAmB;IAC9B,YACU,MAA2B,EAClB,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAqB;QAClB,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,aAAa,CACxB,OAA6C,EAC7C,GAAG,YAAgD;;YAEnD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,EACxC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,CAAC,cAAe,CAAC,EACtE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,CAChE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,eAAe,CAC1B,OAA+C,EAC/C,GAAG,YAAkD;;YAErD,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,OAAO,CAAC,EAC1C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,CAAC,cAAe,CAAC,CACzE,CAAC;QACJ,CAAC;KAAA;CACF;AA1CD,kDA0CC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 compartment you wish to move the Hsm.
|
|
16
|
+
*/
|
|
17
|
+
export interface ChangeHsmClusterCompartmentDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID] of the compartment to move the hsm to.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace ChangeHsmClusterCompartmentDetails {
|
|
24
|
+
function getJsonObj(obj: ChangeHsmClusterCompartmentDetails): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: ChangeHsmClusterCompartmentDetails): object;
|
|
26
|
+
}
|
|
@@ -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.ChangeHsmClusterCompartmentDetails = void 0;
|
|
17
|
+
var ChangeHsmClusterCompartmentDetails;
|
|
18
|
+
(function (ChangeHsmClusterCompartmentDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
ChangeHsmClusterCompartmentDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
ChangeHsmClusterCompartmentDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(ChangeHsmClusterCompartmentDetails = exports.ChangeHsmClusterCompartmentDetails || (exports.ChangeHsmClusterCompartmentDetails = {}));
|
|
30
|
+
//# sourceMappingURL=change-hsm-cluster-compartment-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-hsm-cluster-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/change-hsm-cluster-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAeH,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"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 HSM resource that you want to create.
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateHsmClusterDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the compartment where you want to create this HSM resource.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* A user-friendly name for the HSM resource. It does not have to be unique, and it is changeable.
|
|
24
|
+
* Avoid entering confidential information.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"displayName": string;
|
|
28
|
+
/**
|
|
29
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
30
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
31
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"definedTags"?: {
|
|
35
|
+
[key: string]: {
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
41
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
42
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"freeformTags"?: {
|
|
46
|
+
[key: string]: string;
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
export declare namespace CreateHsmClusterDetails {
|
|
50
|
+
function getJsonObj(obj: CreateHsmClusterDetails): object;
|
|
51
|
+
function getDeserializedJsonObj(obj: CreateHsmClusterDetails): object;
|
|
52
|
+
}
|
|
@@ -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.CreateHsmClusterDetails = void 0;
|
|
17
|
+
var CreateHsmClusterDetails;
|
|
18
|
+
(function (CreateHsmClusterDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
CreateHsmClusterDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
CreateHsmClusterDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(CreateHsmClusterDetails = exports.CreateHsmClusterDetails || (exports.CreateHsmClusterDetails = {}));
|
|
30
|
+
//# sourceMappingURL=create-hsm-cluster-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-hsm-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/create-hsm-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmCH,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,27 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* HsmClusterCollection object with page of HsmClusterSummary objects.
|
|
17
|
+
*/
|
|
18
|
+
export interface HsmClusterCollection {
|
|
19
|
+
/**
|
|
20
|
+
* List of Hsm Clusters.
|
|
21
|
+
*/
|
|
22
|
+
"items": Array<model.HsmClusterSummary>;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace HsmClusterCollection {
|
|
25
|
+
function getJsonObj(obj: HsmClusterCollection): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: HsmClusterCollection): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.HsmClusterCollection = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var HsmClusterCollection;
|
|
38
|
+
(function (HsmClusterCollection) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"items": obj.items
|
|
42
|
+
? obj.items.map(item => {
|
|
43
|
+
return model.HsmClusterSummary.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
HsmClusterCollection.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"items": obj.items
|
|
53
|
+
? obj.items.map(item => {
|
|
54
|
+
return model.HsmClusterSummary.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
HsmClusterCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(HsmClusterCollection = exports.HsmClusterCollection || (exports.HsmClusterCollection = {}));
|
|
62
|
+
//# sourceMappingURL=hsm-cluster-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hsm-cluster-collection.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-cluster-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,oBAAoB,CA6BpC;AA7BD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA6BpC"}
|
|
@@ -0,0 +1,87 @@
|
|
|
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 HSM resource.
|
|
16
|
+
*/
|
|
17
|
+
export interface HsmClusterSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of a HSMCluster resource.
|
|
20
|
+
*/
|
|
21
|
+
"id": string;
|
|
22
|
+
/**
|
|
23
|
+
* A user-friendly name for a HSMCluster resource. It does not have to be unique, and it is changeable.
|
|
24
|
+
* Avoid entering confidential information.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"displayName": string;
|
|
28
|
+
/**
|
|
29
|
+
* The OCID of the compartment that contains a particular HSMCluster resource.
|
|
30
|
+
*/
|
|
31
|
+
"compartmentId": string;
|
|
32
|
+
/**
|
|
33
|
+
* A HSMCluster resource's current lifecycle state.
|
|
34
|
+
* <p>
|
|
35
|
+
Example: {@code ACTIVE}
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"lifecycleState": string;
|
|
39
|
+
/**
|
|
40
|
+
* DNS name for the HSMCluster.
|
|
41
|
+
*/
|
|
42
|
+
"dnsName": string;
|
|
43
|
+
/**
|
|
44
|
+
* The date and time a dedicated KMS resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
45
|
+
* <p>
|
|
46
|
+
Example: {@code 2023-04-03T21:10:29.600Z}
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"timeCreated": Date;
|
|
50
|
+
/**
|
|
51
|
+
* The date and time a dedicated KMS resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
52
|
+
* <p>
|
|
53
|
+
Example: {@code 2023-04-03T21:10:29.600Z}
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"timeUpdated": Date;
|
|
57
|
+
/**
|
|
58
|
+
* An optional property indicating when to delete the resource, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
59
|
+
* Example: {@code 2019-04-03T21:10:29.600Z}
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"timeOfDeletion"?: Date;
|
|
63
|
+
/**
|
|
64
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
65
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
66
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
"definedTags"?: {
|
|
70
|
+
[key: string]: {
|
|
71
|
+
[key: string]: any;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
76
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
77
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
"freeformTags"?: {
|
|
81
|
+
[key: string]: string;
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
export declare namespace HsmClusterSummary {
|
|
85
|
+
function getJsonObj(obj: HsmClusterSummary): object;
|
|
86
|
+
function getDeserializedJsonObj(obj: HsmClusterSummary): object;
|
|
87
|
+
}
|
|
@@ -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.HsmClusterSummary = void 0;
|
|
17
|
+
var HsmClusterSummary;
|
|
18
|
+
(function (HsmClusterSummary) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
HsmClusterSummary.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
HsmClusterSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(HsmClusterSummary = exports.HsmClusterSummary || (exports.HsmClusterSummary = {}));
|
|
30
|
+
//# sourceMappingURL=hsm-cluster-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hsm-cluster-summary.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-cluster-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsEH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
|
|
@@ -0,0 +1,105 @@
|
|
|
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
|
+
* Dedicated KMS-HSM Cluster Management
|
|
16
|
+
*/
|
|
17
|
+
export interface HsmCluster {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the HSMCluster resource.
|
|
20
|
+
*/
|
|
21
|
+
"id": string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the compartment that contains this HSMCluster resource.
|
|
24
|
+
*/
|
|
25
|
+
"compartmentId": string;
|
|
26
|
+
/**
|
|
27
|
+
* A user-friendly name for the HSMCluster resource. It does not have to be unique, and it is changeable.
|
|
28
|
+
* Avoid entering confidential information.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"displayName": string;
|
|
32
|
+
/**
|
|
33
|
+
* The date and time this HSM resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
34
|
+
* <p>
|
|
35
|
+
Example: {@code 2023-04-03T21:10:29.600Z}
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"timeCreated": Date;
|
|
39
|
+
/**
|
|
40
|
+
* The date and time this HSM resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
41
|
+
* <p>
|
|
42
|
+
Example: {@code 2023-04-03T21:10:29.600Z}
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"timeUpdated": Date;
|
|
46
|
+
/**
|
|
47
|
+
* The HSMCluster's current state.
|
|
48
|
+
* <p>
|
|
49
|
+
Example: {@code ACTIVE}
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"lifecycleState": HsmCluster.LifecycleState;
|
|
53
|
+
/**
|
|
54
|
+
* DNS name for the Hsm Cluster.
|
|
55
|
+
*/
|
|
56
|
+
"dnsName": string;
|
|
57
|
+
/**
|
|
58
|
+
* An optional property indicating when to delete the key, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
59
|
+
* Example: {@code 2019-04-03T21:10:29.600Z}
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"timeOfDeletion"?: Date;
|
|
63
|
+
/**
|
|
64
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
65
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
66
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
"definedTags"?: {
|
|
70
|
+
[key: string]: {
|
|
71
|
+
[key: string]: any;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
76
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
77
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
"freeformTags"?: {
|
|
81
|
+
[key: string]: string;
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
export declare namespace HsmCluster {
|
|
85
|
+
enum LifecycleState {
|
|
86
|
+
Creating = "CREATING",
|
|
87
|
+
InitializationRequired = "INITIALIZATION_REQUIRED",
|
|
88
|
+
Initializing = "INITIALIZING",
|
|
89
|
+
ActivationRequired = "ACTIVATION_REQUIRED",
|
|
90
|
+
Activating = "ACTIVATING",
|
|
91
|
+
Active = "ACTIVE",
|
|
92
|
+
Deleting = "DELETING",
|
|
93
|
+
Deleted = "DELETED",
|
|
94
|
+
PendingDeletion = "PENDING_DELETION",
|
|
95
|
+
SchedulingDeletion = "SCHEDULING_DELETION",
|
|
96
|
+
CancellingDeletion = "CANCELLING_DELETION",
|
|
97
|
+
/**
|
|
98
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
99
|
+
* version of the SDK.
|
|
100
|
+
*/
|
|
101
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
102
|
+
}
|
|
103
|
+
function getJsonObj(obj: HsmCluster): object;
|
|
104
|
+
function getDeserializedJsonObj(obj: HsmCluster): object;
|
|
105
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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.HsmCluster = void 0;
|
|
17
|
+
var HsmCluster;
|
|
18
|
+
(function (HsmCluster) {
|
|
19
|
+
let LifecycleState;
|
|
20
|
+
(function (LifecycleState) {
|
|
21
|
+
LifecycleState["Creating"] = "CREATING";
|
|
22
|
+
LifecycleState["InitializationRequired"] = "INITIALIZATION_REQUIRED";
|
|
23
|
+
LifecycleState["Initializing"] = "INITIALIZING";
|
|
24
|
+
LifecycleState["ActivationRequired"] = "ACTIVATION_REQUIRED";
|
|
25
|
+
LifecycleState["Activating"] = "ACTIVATING";
|
|
26
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
27
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
28
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
29
|
+
LifecycleState["PendingDeletion"] = "PENDING_DELETION";
|
|
30
|
+
LifecycleState["SchedulingDeletion"] = "SCHEDULING_DELETION";
|
|
31
|
+
LifecycleState["CancellingDeletion"] = "CANCELLING_DELETION";
|
|
32
|
+
/**
|
|
33
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
34
|
+
* version of the SDK.
|
|
35
|
+
*/
|
|
36
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
37
|
+
})(LifecycleState = HsmCluster.LifecycleState || (HsmCluster.LifecycleState = {}));
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
+
return jsonObj;
|
|
41
|
+
}
|
|
42
|
+
HsmCluster.getJsonObj = getJsonObj;
|
|
43
|
+
function getDeserializedJsonObj(obj) {
|
|
44
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
HsmCluster.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
48
|
+
})(HsmCluster = exports.HsmCluster || (exports.HsmCluster = {}));
|
|
49
|
+
//# sourceMappingURL=hsm-cluster.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hsm-cluster.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-cluster.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsEH,IAAiB,UAAU,CA8B1B;AA9BD,WAAiB,UAAU;IACzB,IAAY,cAiBX;IAjBD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,oEAAkD,CAAA;QAClD,+CAA6B,CAAA;QAC7B,4DAA0C,CAAA;QAC1C,2CAAyB,CAAA;QACzB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,sDAAoC,CAAA;QACpC,4DAA0C,CAAA;QAC1C,4DAA0C,CAAA;QAC1C;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAjBW,cAAc,GAAd,yBAAc,KAAd,yBAAc,QAiBzB;IAED,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAsB,yBAIrC,CAAA;AACH,CAAC,EA9BgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QA8B1B"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* HsmPartitionCollection object with page of HsmPartitionSummary objects.
|
|
17
|
+
*/
|
|
18
|
+
export interface HsmPartitionCollection {
|
|
19
|
+
/**
|
|
20
|
+
* List of HsmPartitionSummaries.
|
|
21
|
+
*/
|
|
22
|
+
"items": Array<model.HsmPartitionSummary>;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace HsmPartitionCollection {
|
|
25
|
+
function getJsonObj(obj: HsmPartitionCollection): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: HsmPartitionCollection): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.HsmPartitionCollection = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var HsmPartitionCollection;
|
|
38
|
+
(function (HsmPartitionCollection) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"items": obj.items
|
|
42
|
+
? obj.items.map(item => {
|
|
43
|
+
return model.HsmPartitionSummary.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
HsmPartitionCollection.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"items": obj.items
|
|
53
|
+
? obj.items.map(item => {
|
|
54
|
+
return model.HsmPartitionSummary.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
HsmPartitionCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(HsmPartitionCollection = exports.HsmPartitionCollection || (exports.HsmPartitionCollection = {}));
|
|
62
|
+
//# sourceMappingURL=hsm-partition-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hsm-partition-collection.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-partition-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,sBAAsB,CA6BtC;AA7BD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA6BtC"}
|