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.
Files changed (176) hide show
  1. package/index.d.ts +3 -0
  2. package/index.js +4 -1
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +253 -46
  5. package/lib/client.js +995 -47
  6. package/lib/client.js.map +1 -1
  7. package/lib/kmshsmcluster-waiter.d.ts +38 -0
  8. package/lib/kmshsmcluster-waiter.js +78 -0
  9. package/lib/kmshsmcluster-waiter.js.map +1 -0
  10. package/lib/model/change-hsm-cluster-compartment-details.d.ts +26 -0
  11. package/lib/model/change-hsm-cluster-compartment-details.js +30 -0
  12. package/lib/model/change-hsm-cluster-compartment-details.js.map +1 -0
  13. package/lib/model/create-hsm-cluster-details.d.ts +52 -0
  14. package/lib/model/create-hsm-cluster-details.js +30 -0
  15. package/lib/model/create-hsm-cluster-details.js.map +1 -0
  16. package/lib/model/hsm-cluster-collection.d.ts +27 -0
  17. package/lib/model/hsm-cluster-collection.js +62 -0
  18. package/lib/model/hsm-cluster-collection.js.map +1 -0
  19. package/lib/model/hsm-cluster-summary.d.ts +87 -0
  20. package/lib/model/hsm-cluster-summary.js +30 -0
  21. package/lib/model/hsm-cluster-summary.js.map +1 -0
  22. package/lib/model/hsm-cluster.d.ts +105 -0
  23. package/lib/model/hsm-cluster.js +49 -0
  24. package/lib/model/hsm-cluster.js.map +1 -0
  25. package/lib/model/hsm-partition-collection.d.ts +27 -0
  26. package/lib/model/hsm-partition-collection.js +62 -0
  27. package/lib/model/hsm-partition-collection.js.map +1 -0
  28. package/lib/model/hsm-partition-summary.d.ts +57 -0
  29. package/lib/model/hsm-partition-summary.js +62 -0
  30. package/lib/model/hsm-partition-summary.js.map +1 -0
  31. package/lib/model/hsm-partition.d.ts +64 -0
  32. package/lib/model/hsm-partition.js +74 -0
  33. package/lib/model/hsm-partition.js.map +1 -0
  34. package/lib/model/index.d.ts +26 -0
  35. package/lib/model/index.js +28 -2
  36. package/lib/model/index.js.map +1 -1
  37. package/lib/model/port-information.d.ts +39 -0
  38. package/lib/model/port-information.js +40 -0
  39. package/lib/model/port-information.js.map +1 -0
  40. package/lib/model/pre-co-user-credentials.d.ts +30 -0
  41. package/lib/model/pre-co-user-credentials.js +30 -0
  42. package/lib/model/pre-co-user-credentials.js.map +1 -0
  43. package/lib/model/schedule-hsm-cluster-deletion-details.d.ts +31 -0
  44. package/lib/model/schedule-hsm-cluster-deletion-details.js +30 -0
  45. package/lib/model/schedule-hsm-cluster-deletion-details.js.map +1 -0
  46. package/lib/model/sign-data-details.d.ts +8 -0
  47. package/lib/model/sign-data-details.js.map +1 -1
  48. package/lib/model/update-hsm-cluster-details.d.ts +48 -0
  49. package/lib/model/update-hsm-cluster-details.js +30 -0
  50. package/lib/model/update-hsm-cluster-details.js.map +1 -0
  51. package/lib/model/upload-partition-certificates-details.d.ts +30 -0
  52. package/lib/model/upload-partition-certificates-details.js +30 -0
  53. package/lib/model/upload-partition-certificates-details.js.map +1 -0
  54. package/lib/request/backup-key-request.d.ts +1 -1
  55. package/lib/request/backup-vault-request.d.ts +1 -1
  56. package/lib/request/cancel-hsm-cluster-deletion-request.d.ts +48 -0
  57. package/lib/request/cancel-hsm-cluster-deletion-request.js +15 -0
  58. package/lib/request/cancel-hsm-cluster-deletion-request.js.map +1 -0
  59. package/lib/request/cancel-key-deletion-request.d.ts +1 -1
  60. package/lib/request/cancel-key-version-deletion-request.d.ts +1 -1
  61. package/lib/request/cancel-vault-deletion-request.d.ts +1 -1
  62. package/lib/request/change-hsm-cluster-compartment-request.d.ts +53 -0
  63. package/lib/request/change-hsm-cluster-compartment-request.js +15 -0
  64. package/lib/request/change-hsm-cluster-compartment-request.js.map +1 -0
  65. package/lib/request/change-key-compartment-request.d.ts +1 -1
  66. package/lib/request/change-vault-compartment-request.d.ts +1 -1
  67. package/lib/request/create-ekms-private-endpoint-request.d.ts +1 -1
  68. package/lib/request/create-hsm-cluster-request.d.ts +40 -0
  69. package/lib/request/create-hsm-cluster-request.js +15 -0
  70. package/lib/request/create-hsm-cluster-request.js.map +1 -0
  71. package/lib/request/create-key-request.d.ts +1 -1
  72. package/lib/request/create-key-version-request.d.ts +1 -1
  73. package/lib/request/create-vault-replica-request.d.ts +1 -1
  74. package/lib/request/create-vault-request.d.ts +1 -1
  75. package/lib/request/decrypt-request.d.ts +1 -1
  76. package/lib/request/delete-ekms-private-endpoint-request.d.ts +1 -1
  77. package/lib/request/delete-vault-replica-request.d.ts +1 -1
  78. package/lib/request/disable-key-request.d.ts +1 -1
  79. package/lib/request/download-certificate-signing-request-request.d.ts +48 -0
  80. package/lib/request/download-certificate-signing-request-request.js +15 -0
  81. package/lib/request/download-certificate-signing-request-request.js.map +1 -0
  82. package/lib/request/enable-key-request.d.ts +1 -1
  83. package/lib/request/encrypt-request.d.ts +1 -1
  84. package/lib/request/export-key-request.d.ts +1 -1
  85. package/lib/request/generate-data-encryption-key-request.d.ts +1 -1
  86. package/lib/request/get-ekms-private-endpoint-request.d.ts +1 -1
  87. package/lib/request/get-hsm-cluster-request.d.ts +29 -0
  88. package/lib/request/get-hsm-cluster-request.js +15 -0
  89. package/lib/request/get-hsm-cluster-request.js.map +1 -0
  90. package/lib/request/get-hsm-partition-request.d.ts +43 -0
  91. package/lib/request/get-hsm-partition-request.js +15 -0
  92. package/lib/request/get-hsm-partition-request.js.map +1 -0
  93. package/lib/request/get-key-request.d.ts +1 -1
  94. package/lib/request/get-key-version-request.d.ts +1 -1
  95. package/lib/request/get-pre-co-user-credentials-request.d.ts +39 -0
  96. package/lib/request/get-pre-co-user-credentials-request.js +15 -0
  97. package/lib/request/get-pre-co-user-credentials-request.js.map +1 -0
  98. package/lib/request/get-replication-status-request.d.ts +1 -1
  99. package/lib/request/get-vault-request.d.ts +1 -1
  100. package/lib/request/get-vault-usage-request.d.ts +1 -1
  101. package/lib/request/get-wrapping-key-request.d.ts +1 -1
  102. package/lib/request/import-key-request.d.ts +1 -1
  103. package/lib/request/import-key-version-request.d.ts +1 -1
  104. package/lib/request/index.d.ts +24 -0
  105. package/lib/request/index.js +5 -1
  106. package/lib/request/index.js.map +1 -1
  107. package/lib/request/list-ekms-private-endpoints-request.d.ts +1 -1
  108. package/lib/request/list-hsm-clusters-request.d.ts +62 -0
  109. package/lib/request/list-hsm-clusters-request.js +29 -0
  110. package/lib/request/list-hsm-clusters-request.js.map +1 -0
  111. package/lib/request/list-hsm-partitions-request.d.ts +66 -0
  112. package/lib/request/list-hsm-partitions-request.js +29 -0
  113. package/lib/request/list-hsm-partitions-request.js.map +1 -0
  114. package/lib/request/list-key-versions-request.d.ts +1 -1
  115. package/lib/request/list-keys-request.d.ts +1 -1
  116. package/lib/request/list-vault-replicas-request.d.ts +1 -1
  117. package/lib/request/list-vaults-request.d.ts +1 -1
  118. package/lib/request/restore-key-from-file-request.d.ts +1 -1
  119. package/lib/request/restore-key-from-object-store-request.d.ts +1 -1
  120. package/lib/request/restore-vault-from-file-request.d.ts +1 -1
  121. package/lib/request/restore-vault-from-object-store-request.d.ts +1 -1
  122. package/lib/request/schedule-hsm-cluster-deletion-request.d.ts +53 -0
  123. package/lib/request/schedule-hsm-cluster-deletion-request.js +15 -0
  124. package/lib/request/schedule-hsm-cluster-deletion-request.js.map +1 -0
  125. package/lib/request/schedule-key-deletion-request.d.ts +1 -1
  126. package/lib/request/schedule-key-version-deletion-request.d.ts +1 -1
  127. package/lib/request/schedule-vault-deletion-request.d.ts +1 -1
  128. package/lib/request/sign-request.d.ts +1 -1
  129. package/lib/request/update-ekms-private-endpoint-request.d.ts +1 -1
  130. package/lib/request/update-hsm-cluster-request.d.ts +43 -0
  131. package/lib/request/update-hsm-cluster-request.js +15 -0
  132. package/lib/request/update-hsm-cluster-request.js.map +1 -0
  133. package/lib/request/update-key-request.d.ts +1 -1
  134. package/lib/request/update-vault-request.d.ts +1 -1
  135. package/lib/request/upload-partition-certificates-request.d.ts +53 -0
  136. package/lib/request/upload-partition-certificates-request.js +15 -0
  137. package/lib/request/upload-partition-certificates-request.js.map +1 -0
  138. package/lib/request/verify-request.d.ts +1 -1
  139. package/lib/response/cancel-hsm-cluster-deletion-response.d.ts +29 -0
  140. package/lib/response/cancel-hsm-cluster-deletion-response.js +15 -0
  141. package/lib/response/cancel-hsm-cluster-deletion-response.js.map +1 -0
  142. package/lib/response/change-hsm-cluster-compartment-response.d.ts +24 -0
  143. package/lib/response/change-hsm-cluster-compartment-response.js +15 -0
  144. package/lib/response/change-hsm-cluster-compartment-response.js.map +1 -0
  145. package/lib/response/create-hsm-cluster-response.d.ts +29 -0
  146. package/lib/response/create-hsm-cluster-response.js +15 -0
  147. package/lib/response/create-hsm-cluster-response.js.map +1 -0
  148. package/lib/response/download-certificate-signing-request-response.d.ts +28 -0
  149. package/lib/response/download-certificate-signing-request-response.js +15 -0
  150. package/lib/response/download-certificate-signing-request-response.js.map +1 -0
  151. package/lib/response/get-hsm-cluster-response.d.ts +29 -0
  152. package/lib/response/get-hsm-cluster-response.js +15 -0
  153. package/lib/response/get-hsm-cluster-response.js.map +1 -0
  154. package/lib/response/get-hsm-partition-response.d.ts +29 -0
  155. package/lib/response/get-hsm-partition-response.js +15 -0
  156. package/lib/response/get-hsm-partition-response.js.map +1 -0
  157. package/lib/response/get-pre-co-user-credentials-response.d.ts +29 -0
  158. package/lib/response/get-pre-co-user-credentials-response.js +15 -0
  159. package/lib/response/get-pre-co-user-credentials-response.js.map +1 -0
  160. package/lib/response/index.d.ts +24 -0
  161. package/lib/response/list-hsm-clusters-response.d.ts +33 -0
  162. package/lib/response/list-hsm-clusters-response.js +15 -0
  163. package/lib/response/list-hsm-clusters-response.js.map +1 -0
  164. package/lib/response/list-hsm-partitions-response.d.ts +33 -0
  165. package/lib/response/list-hsm-partitions-response.js +15 -0
  166. package/lib/response/list-hsm-partitions-response.js.map +1 -0
  167. package/lib/response/schedule-hsm-cluster-deletion-response.d.ts +29 -0
  168. package/lib/response/schedule-hsm-cluster-deletion-response.js +15 -0
  169. package/lib/response/schedule-hsm-cluster-deletion-response.js.map +1 -0
  170. package/lib/response/update-hsm-cluster-response.d.ts +29 -0
  171. package/lib/response/update-hsm-cluster-response.js +15 -0
  172. package/lib/response/update-hsm-cluster-response.js.map +1 -0
  173. package/lib/response/upload-partition-certificates-response.d.ts +24 -0
  174. package/lib/response/upload-partition-certificates-response.js +15 -0
  175. package/lib/response/upload-partition-certificates-response.js.map +1 -0
  176. package/package.json +3 -3
@@ -0,0 +1,57 @@
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
+ * The details of the Hsm.
17
+ */
18
+ export interface HsmPartitionSummary {
19
+ /**
20
+ * The OCID of the HSM resource.
21
+ */
22
+ "id": string;
23
+ /**
24
+ * The OCID of the HSMCluster that contains a particular HSM resource.
25
+ */
26
+ "hsmClusterId": string;
27
+ /**
28
+ * The Hsm's current lifecycle state.
29
+ */
30
+ "lifecycleState": string;
31
+ /**
32
+ * The OCID of the compartment that contains a particular HSM resource.
33
+ */
34
+ "compartmentId": string;
35
+ /**
36
+ * Port summary.
37
+ */
38
+ "portInformation": Array<model.PortInformation>;
39
+ /**
40
+ * The date and time an HSM was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
41
+ * <p>
42
+ Example: {@code 2018-04-03T21:10:29.600Z}
43
+ *
44
+ */
45
+ "timeCreated": Date;
46
+ /**
47
+ * The date and time an HSM was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
48
+ * <p>
49
+ Example: {@code 2018-04-03T21:10:29.600Z}
50
+ *
51
+ */
52
+ "timeUpdated": Date;
53
+ }
54
+ export declare namespace HsmPartitionSummary {
55
+ function getJsonObj(obj: HsmPartitionSummary): object;
56
+ function getDeserializedJsonObj(obj: HsmPartitionSummary): object;
57
+ }
@@ -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.HsmPartitionSummary = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var HsmPartitionSummary;
38
+ (function (HsmPartitionSummary) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "portInformation": obj.portInformation
42
+ ? obj.portInformation.map(item => {
43
+ return model.PortInformation.getJsonObj(item);
44
+ })
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ HsmPartitionSummary.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "portInformation": obj.portInformation
53
+ ? obj.portInformation.map(item => {
54
+ return model.PortInformation.getDeserializedJsonObj(item);
55
+ })
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ HsmPartitionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(HsmPartitionSummary = exports.HsmPartitionSummary || (exports.HsmPartitionSummary = {}));
62
+ //# sourceMappingURL=hsm-partition-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hsm-partition-summary.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-partition-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2ClC,IAAiB,mBAAmB,CA6BnC;AA7BD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6BnC"}
@@ -0,0 +1,64 @@
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
+ * Dedicated KMS-HSM Partition Management
17
+ */
18
+ export interface HsmPartition {
19
+ /**
20
+ * The OCID of the HSM resource.
21
+ */
22
+ "id": string;
23
+ /**
24
+ * The OCID of the compartment that contains a particular HSM resource.
25
+ */
26
+ "compartmentId": string;
27
+ /**
28
+ * Details of PortNumber and PortType.
29
+ */
30
+ "portInformation": Array<model.PortInformation>;
31
+ /**
32
+ * The date and time a HSMPartition was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
33
+ * <p>
34
+ Example: {@code 2018-04-03T21:10:29.600Z}
35
+ *
36
+ */
37
+ "timeCreated": Date;
38
+ /**
39
+ * The date and time a HSMPartition was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
40
+ * <p>
41
+ Example: {@code 2018-04-03T21:10:29.600Z}
42
+ *
43
+ */
44
+ "timeUpdated": Date;
45
+ /**
46
+ * The HSMPartition's current lifecycle state.
47
+ */
48
+ "lifecycleState": HsmPartition.LifecycleState;
49
+ }
50
+ export declare namespace HsmPartition {
51
+ enum LifecycleState {
52
+ Active = "ACTIVE",
53
+ Inactive = "INACTIVE",
54
+ Activating = "ACTIVATING",
55
+ ActivationRequired = "ACTIVATION_REQUIRED",
56
+ /**
57
+ * This value is used if a service returns a value for this enum that is not recognized by this
58
+ * version of the SDK.
59
+ */
60
+ UnknownValue = "UNKNOWN_VALUE"
61
+ }
62
+ function getJsonObj(obj: HsmPartition): object;
63
+ function getDeserializedJsonObj(obj: HsmPartition): object;
64
+ }
@@ -0,0 +1,74 @@
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.HsmPartition = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var HsmPartition;
38
+ (function (HsmPartition) {
39
+ let LifecycleState;
40
+ (function (LifecycleState) {
41
+ LifecycleState["Active"] = "ACTIVE";
42
+ LifecycleState["Inactive"] = "INACTIVE";
43
+ LifecycleState["Activating"] = "ACTIVATING";
44
+ LifecycleState["ActivationRequired"] = "ACTIVATION_REQUIRED";
45
+ /**
46
+ * This value is used if a service returns a value for this enum that is not recognized by this
47
+ * version of the SDK.
48
+ */
49
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
50
+ })(LifecycleState = HsmPartition.LifecycleState || (HsmPartition.LifecycleState = {}));
51
+ function getJsonObj(obj) {
52
+ const jsonObj = Object.assign(Object.assign({}, obj), {
53
+ "portInformation": obj.portInformation
54
+ ? obj.portInformation.map(item => {
55
+ return model.PortInformation.getJsonObj(item);
56
+ })
57
+ : undefined
58
+ });
59
+ return jsonObj;
60
+ }
61
+ HsmPartition.getJsonObj = getJsonObj;
62
+ function getDeserializedJsonObj(obj) {
63
+ const jsonObj = Object.assign(Object.assign({}, obj), {
64
+ "portInformation": obj.portInformation
65
+ ? obj.portInformation.map(item => {
66
+ return model.PortInformation.getDeserializedJsonObj(item);
67
+ })
68
+ : undefined
69
+ });
70
+ return jsonObj;
71
+ }
72
+ HsmPartition.getDeserializedJsonObj = getDeserializedJsonObj;
73
+ })(HsmPartition = exports.HsmPartition || (exports.HsmPartition = {}));
74
+ //# sourceMappingURL=hsm-partition.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hsm-partition.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-partition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuClC,IAAiB,YAAY,CAyC5B;AAzCD,WAAiB,YAAY;IAC3B,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,2CAAyB,CAAA;QACzB,4DAA0C,CAAA;QAC1C;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,2BAAc,KAAd,2BAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAsB,yBAarC,CAAA;AACH,CAAC,EAzCgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAyC5B"}
@@ -17,12 +17,16 @@ import * as BackupLocation from "./backup-location";
17
17
  export import BackupLocation = BackupLocation.BackupLocation;
18
18
  import * as BackupVaultDetails from "./backup-vault-details";
19
19
  export import BackupVaultDetails = BackupVaultDetails.BackupVaultDetails;
20
+ import * as ChangeHsmClusterCompartmentDetails from "./change-hsm-cluster-compartment-details";
21
+ export import ChangeHsmClusterCompartmentDetails = ChangeHsmClusterCompartmentDetails.ChangeHsmClusterCompartmentDetails;
20
22
  import * as ChangeKeyCompartmentDetails from "./change-key-compartment-details";
21
23
  export import ChangeKeyCompartmentDetails = ChangeKeyCompartmentDetails.ChangeKeyCompartmentDetails;
22
24
  import * as ChangeVaultCompartmentDetails from "./change-vault-compartment-details";
23
25
  export import ChangeVaultCompartmentDetails = ChangeVaultCompartmentDetails.ChangeVaultCompartmentDetails;
24
26
  import * as CreateEkmsPrivateEndpointDetails from "./create-ekms-private-endpoint-details";
25
27
  export import CreateEkmsPrivateEndpointDetails = CreateEkmsPrivateEndpointDetails.CreateEkmsPrivateEndpointDetails;
28
+ import * as CreateHsmClusterDetails from "./create-hsm-cluster-details";
29
+ export import CreateHsmClusterDetails = CreateHsmClusterDetails.CreateHsmClusterDetails;
26
30
  import * as CreateKeyDetails from "./create-key-details";
27
31
  export import CreateKeyDetails = CreateKeyDetails.CreateKeyDetails;
28
32
  import * as CreateVaultDetails from "./create-vault-details";
@@ -61,6 +65,18 @@ import * as GenerateKeyDetails from "./generate-key-details";
61
65
  export import GenerateKeyDetails = GenerateKeyDetails.GenerateKeyDetails;
62
66
  import * as GeneratedKey from "./generated-key";
63
67
  export import GeneratedKey = GeneratedKey.GeneratedKey;
68
+ import * as HsmCluster from "./hsm-cluster";
69
+ export import HsmCluster = HsmCluster.HsmCluster;
70
+ import * as HsmClusterCollection from "./hsm-cluster-collection";
71
+ export import HsmClusterCollection = HsmClusterCollection.HsmClusterCollection;
72
+ import * as HsmClusterSummary from "./hsm-cluster-summary";
73
+ export import HsmClusterSummary = HsmClusterSummary.HsmClusterSummary;
74
+ import * as HsmPartition from "./hsm-partition";
75
+ export import HsmPartition = HsmPartition.HsmPartition;
76
+ import * as HsmPartitionCollection from "./hsm-partition-collection";
77
+ export import HsmPartitionCollection = HsmPartitionCollection.HsmPartitionCollection;
78
+ import * as HsmPartitionSummary from "./hsm-partition-summary";
79
+ export import HsmPartitionSummary = HsmPartitionSummary.HsmPartitionSummary;
64
80
  import * as ImportKeyDetails from "./import-key-details";
65
81
  export import ImportKeyDetails = ImportKeyDetails.ImportKeyDetails;
66
82
  import * as ImportKeyVersionDetails from "./import-key-version-details";
@@ -83,6 +99,10 @@ import * as OauthMetadata from "./oauth-metadata";
83
99
  export import OauthMetadata = OauthMetadata.OauthMetadata;
84
100
  import * as OauthMetadataSummary from "./oauth-metadata-summary";
85
101
  export import OauthMetadataSummary = OauthMetadataSummary.OauthMetadataSummary;
102
+ import * as PortInformation from "./port-information";
103
+ export import PortInformation = PortInformation.PortInformation;
104
+ import * as PreCoUserCredentials from "./pre-co-user-credentials";
105
+ export import PreCoUserCredentials = PreCoUserCredentials.PreCoUserCredentials;
86
106
  import * as ReplicaDetails from "./replica-details";
87
107
  export import ReplicaDetails = ReplicaDetails.ReplicaDetails;
88
108
  import * as ReplicationStatusDetails from "./replication-status-details";
@@ -91,6 +111,8 @@ import * as RestoreKeyFromObjectStoreDetails from "./restore-key-from-object-sto
91
111
  export import RestoreKeyFromObjectStoreDetails = RestoreKeyFromObjectStoreDetails.RestoreKeyFromObjectStoreDetails;
92
112
  import * as RestoreVaultFromObjectStoreDetails from "./restore-vault-from-object-store-details";
93
113
  export import RestoreVaultFromObjectStoreDetails = RestoreVaultFromObjectStoreDetails.RestoreVaultFromObjectStoreDetails;
114
+ import * as ScheduleHsmClusterDeletionDetails from "./schedule-hsm-cluster-deletion-details";
115
+ export import ScheduleHsmClusterDeletionDetails = ScheduleHsmClusterDeletionDetails.ScheduleHsmClusterDeletionDetails;
94
116
  import * as ScheduleKeyDeletionDetails from "./schedule-key-deletion-details";
95
117
  export import ScheduleKeyDeletionDetails = ScheduleKeyDeletionDetails.ScheduleKeyDeletionDetails;
96
118
  import * as ScheduleKeyVersionDeletionDetails from "./schedule-key-version-deletion-details";
@@ -103,10 +125,14 @@ import * as SignedData from "./signed-data";
103
125
  export import SignedData = SignedData.SignedData;
104
126
  import * as UpdateEkmsPrivateEndpointDetails from "./update-ekms-private-endpoint-details";
105
127
  export import UpdateEkmsPrivateEndpointDetails = UpdateEkmsPrivateEndpointDetails.UpdateEkmsPrivateEndpointDetails;
128
+ import * as UpdateHsmClusterDetails from "./update-hsm-cluster-details";
129
+ export import UpdateHsmClusterDetails = UpdateHsmClusterDetails.UpdateHsmClusterDetails;
106
130
  import * as UpdateKeyDetails from "./update-key-details";
107
131
  export import UpdateKeyDetails = UpdateKeyDetails.UpdateKeyDetails;
108
132
  import * as UpdateVaultDetails from "./update-vault-details";
109
133
  export import UpdateVaultDetails = UpdateVaultDetails.UpdateVaultDetails;
134
+ import * as UploadPartitionCertificatesDetails from "./upload-partition-certificates-details";
135
+ export import UploadPartitionCertificatesDetails = UploadPartitionCertificatesDetails.UploadPartitionCertificatesDetails;
110
136
  import * as Vault from "./vault";
111
137
  export import Vault = Vault.Vault;
112
138
  import * as VaultReplicaDetails from "./vault-replica-details";
@@ -32,20 +32,24 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.VaultReplicaDetails = exports.Vault = exports.UpdateVaultDetails = exports.UpdateKeyDetails = exports.UpdateEkmsPrivateEndpointDetails = exports.SignedData = exports.SignDataDetails = exports.ScheduleVaultDeletionDetails = exports.ScheduleKeyVersionDeletionDetails = exports.ScheduleKeyDeletionDetails = exports.RestoreVaultFromObjectStoreDetails = exports.RestoreKeyFromObjectStoreDetails = exports.ReplicationStatusDetails = exports.ReplicaDetails = exports.OauthMetadataSummary = exports.OauthMetadata = exports.KeyVersionSummary = exports.KeyVersionReplicaDetails = exports.KeyVersion = exports.KeySummary = exports.KeyShape = exports.KeyReplicaDetails = exports.Key = exports.ImportKeyVersionDetails = exports.ImportKeyDetails = exports.GeneratedKey = exports.GenerateKeyDetails = exports.ExternalKeyVersionReference = exports.ExternalKeyReferenceDetails = exports.ExternalKeyReference = exports.ExternalKeyManagerMetadataSummary = exports.ExternalKeyManagerMetadata = exports.ExportedKeyData = exports.ExportKeyDetails = exports.EncryptedData = exports.EncryptDataDetails = exports.EkmsPrivateEndpointSummary = exports.EkmsPrivateEndpoint = exports.DeleteVaultReplicaDetails = exports.DecryptedData = exports.DecryptDataDetails = exports.CreateVaultReplicaDetails = exports.CreateVaultDetails = exports.CreateKeyDetails = exports.CreateEkmsPrivateEndpointDetails = exports.ChangeVaultCompartmentDetails = exports.ChangeKeyCompartmentDetails = exports.BackupVaultDetails = exports.BackupLocation = exports.BackupKeyDetails = void 0;
36
- exports.BackupLocationURI = exports.BackupLocationBucket = exports.WrappingKey = exports.WrappedImportKey = exports.VerifyDataDetails = exports.VerifiedData = exports.VaultUsage = exports.VaultSummary = exports.VaultReplicaSummary = void 0;
35
+ exports.RestoreVaultFromObjectStoreDetails = exports.RestoreKeyFromObjectStoreDetails = exports.ReplicationStatusDetails = exports.ReplicaDetails = exports.PreCoUserCredentials = exports.PortInformation = exports.OauthMetadataSummary = exports.OauthMetadata = exports.KeyVersionSummary = exports.KeyVersionReplicaDetails = exports.KeyVersion = exports.KeySummary = exports.KeyShape = exports.KeyReplicaDetails = exports.Key = exports.ImportKeyVersionDetails = exports.ImportKeyDetails = exports.HsmPartitionSummary = exports.HsmPartitionCollection = exports.HsmPartition = exports.HsmClusterSummary = exports.HsmClusterCollection = exports.HsmCluster = exports.GeneratedKey = exports.GenerateKeyDetails = exports.ExternalKeyVersionReference = exports.ExternalKeyReferenceDetails = exports.ExternalKeyReference = exports.ExternalKeyManagerMetadataSummary = exports.ExternalKeyManagerMetadata = exports.ExportedKeyData = exports.ExportKeyDetails = exports.EncryptedData = exports.EncryptDataDetails = exports.EkmsPrivateEndpointSummary = exports.EkmsPrivateEndpoint = exports.DeleteVaultReplicaDetails = exports.DecryptedData = exports.DecryptDataDetails = exports.CreateVaultReplicaDetails = exports.CreateVaultDetails = exports.CreateKeyDetails = exports.CreateHsmClusterDetails = exports.CreateEkmsPrivateEndpointDetails = exports.ChangeVaultCompartmentDetails = exports.ChangeKeyCompartmentDetails = exports.ChangeHsmClusterCompartmentDetails = exports.BackupVaultDetails = exports.BackupLocation = exports.BackupKeyDetails = void 0;
36
+ exports.BackupLocationURI = exports.BackupLocationBucket = exports.WrappingKey = exports.WrappedImportKey = exports.VerifyDataDetails = exports.VerifiedData = exports.VaultUsage = exports.VaultSummary = exports.VaultReplicaSummary = exports.VaultReplicaDetails = exports.Vault = exports.UploadPartitionCertificatesDetails = exports.UpdateVaultDetails = exports.UpdateKeyDetails = exports.UpdateHsmClusterDetails = exports.UpdateEkmsPrivateEndpointDetails = exports.SignedData = exports.SignDataDetails = exports.ScheduleVaultDeletionDetails = exports.ScheduleKeyVersionDeletionDetails = exports.ScheduleKeyDeletionDetails = exports.ScheduleHsmClusterDeletionDetails = void 0;
37
37
  const BackupKeyDetails = __importStar(require("./backup-key-details"));
38
38
  exports.BackupKeyDetails = BackupKeyDetails.BackupKeyDetails;
39
39
  const BackupLocation = __importStar(require("./backup-location"));
40
40
  exports.BackupLocation = BackupLocation.BackupLocation;
41
41
  const BackupVaultDetails = __importStar(require("./backup-vault-details"));
42
42
  exports.BackupVaultDetails = BackupVaultDetails.BackupVaultDetails;
43
+ const ChangeHsmClusterCompartmentDetails = __importStar(require("./change-hsm-cluster-compartment-details"));
44
+ exports.ChangeHsmClusterCompartmentDetails = ChangeHsmClusterCompartmentDetails.ChangeHsmClusterCompartmentDetails;
43
45
  const ChangeKeyCompartmentDetails = __importStar(require("./change-key-compartment-details"));
44
46
  exports.ChangeKeyCompartmentDetails = ChangeKeyCompartmentDetails.ChangeKeyCompartmentDetails;
45
47
  const ChangeVaultCompartmentDetails = __importStar(require("./change-vault-compartment-details"));
46
48
  exports.ChangeVaultCompartmentDetails = ChangeVaultCompartmentDetails.ChangeVaultCompartmentDetails;
47
49
  const CreateEkmsPrivateEndpointDetails = __importStar(require("./create-ekms-private-endpoint-details"));
48
50
  exports.CreateEkmsPrivateEndpointDetails = CreateEkmsPrivateEndpointDetails.CreateEkmsPrivateEndpointDetails;
51
+ const CreateHsmClusterDetails = __importStar(require("./create-hsm-cluster-details"));
52
+ exports.CreateHsmClusterDetails = CreateHsmClusterDetails.CreateHsmClusterDetails;
49
53
  const CreateKeyDetails = __importStar(require("./create-key-details"));
50
54
  exports.CreateKeyDetails = CreateKeyDetails.CreateKeyDetails;
51
55
  const CreateVaultDetails = __importStar(require("./create-vault-details"));
@@ -84,6 +88,18 @@ const GenerateKeyDetails = __importStar(require("./generate-key-details"));
84
88
  exports.GenerateKeyDetails = GenerateKeyDetails.GenerateKeyDetails;
85
89
  const GeneratedKey = __importStar(require("./generated-key"));
86
90
  exports.GeneratedKey = GeneratedKey.GeneratedKey;
91
+ const HsmCluster = __importStar(require("./hsm-cluster"));
92
+ exports.HsmCluster = HsmCluster.HsmCluster;
93
+ const HsmClusterCollection = __importStar(require("./hsm-cluster-collection"));
94
+ exports.HsmClusterCollection = HsmClusterCollection.HsmClusterCollection;
95
+ const HsmClusterSummary = __importStar(require("./hsm-cluster-summary"));
96
+ exports.HsmClusterSummary = HsmClusterSummary.HsmClusterSummary;
97
+ const HsmPartition = __importStar(require("./hsm-partition"));
98
+ exports.HsmPartition = HsmPartition.HsmPartition;
99
+ const HsmPartitionCollection = __importStar(require("./hsm-partition-collection"));
100
+ exports.HsmPartitionCollection = HsmPartitionCollection.HsmPartitionCollection;
101
+ const HsmPartitionSummary = __importStar(require("./hsm-partition-summary"));
102
+ exports.HsmPartitionSummary = HsmPartitionSummary.HsmPartitionSummary;
87
103
  const ImportKeyDetails = __importStar(require("./import-key-details"));
88
104
  exports.ImportKeyDetails = ImportKeyDetails.ImportKeyDetails;
89
105
  const ImportKeyVersionDetails = __importStar(require("./import-key-version-details"));
@@ -106,6 +122,10 @@ const OauthMetadata = __importStar(require("./oauth-metadata"));
106
122
  exports.OauthMetadata = OauthMetadata.OauthMetadata;
107
123
  const OauthMetadataSummary = __importStar(require("./oauth-metadata-summary"));
108
124
  exports.OauthMetadataSummary = OauthMetadataSummary.OauthMetadataSummary;
125
+ const PortInformation = __importStar(require("./port-information"));
126
+ exports.PortInformation = PortInformation.PortInformation;
127
+ const PreCoUserCredentials = __importStar(require("./pre-co-user-credentials"));
128
+ exports.PreCoUserCredentials = PreCoUserCredentials.PreCoUserCredentials;
109
129
  const ReplicaDetails = __importStar(require("./replica-details"));
110
130
  exports.ReplicaDetails = ReplicaDetails.ReplicaDetails;
111
131
  const ReplicationStatusDetails = __importStar(require("./replication-status-details"));
@@ -114,6 +134,8 @@ const RestoreKeyFromObjectStoreDetails = __importStar(require("./restore-key-fro
114
134
  exports.RestoreKeyFromObjectStoreDetails = RestoreKeyFromObjectStoreDetails.RestoreKeyFromObjectStoreDetails;
115
135
  const RestoreVaultFromObjectStoreDetails = __importStar(require("./restore-vault-from-object-store-details"));
116
136
  exports.RestoreVaultFromObjectStoreDetails = RestoreVaultFromObjectStoreDetails.RestoreVaultFromObjectStoreDetails;
137
+ const ScheduleHsmClusterDeletionDetails = __importStar(require("./schedule-hsm-cluster-deletion-details"));
138
+ exports.ScheduleHsmClusterDeletionDetails = ScheduleHsmClusterDeletionDetails.ScheduleHsmClusterDeletionDetails;
117
139
  const ScheduleKeyDeletionDetails = __importStar(require("./schedule-key-deletion-details"));
118
140
  exports.ScheduleKeyDeletionDetails = ScheduleKeyDeletionDetails.ScheduleKeyDeletionDetails;
119
141
  const ScheduleKeyVersionDeletionDetails = __importStar(require("./schedule-key-version-deletion-details"));
@@ -126,10 +148,14 @@ const SignedData = __importStar(require("./signed-data"));
126
148
  exports.SignedData = SignedData.SignedData;
127
149
  const UpdateEkmsPrivateEndpointDetails = __importStar(require("./update-ekms-private-endpoint-details"));
128
150
  exports.UpdateEkmsPrivateEndpointDetails = UpdateEkmsPrivateEndpointDetails.UpdateEkmsPrivateEndpointDetails;
151
+ const UpdateHsmClusterDetails = __importStar(require("./update-hsm-cluster-details"));
152
+ exports.UpdateHsmClusterDetails = UpdateHsmClusterDetails.UpdateHsmClusterDetails;
129
153
  const UpdateKeyDetails = __importStar(require("./update-key-details"));
130
154
  exports.UpdateKeyDetails = UpdateKeyDetails.UpdateKeyDetails;
131
155
  const UpdateVaultDetails = __importStar(require("./update-vault-details"));
132
156
  exports.UpdateVaultDetails = UpdateVaultDetails.UpdateVaultDetails;
157
+ const UploadPartitionCertificatesDetails = __importStar(require("./upload-partition-certificates-details"));
158
+ exports.UploadPartitionCertificatesDetails = UploadPartitionCertificatesDetails.UploadPartitionCertificatesDetails;
133
159
  const Vault = __importStar(require("./vault"));
134
160
  exports.Vault = Vault.Vault;
135
161
  const VaultReplicaDetails = __importStar(require("./vault-replica-details"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,39 @@
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 port.
16
+ */
17
+ export interface PortInformation {
18
+ /**
19
+ * The port number of the cavium server. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
20
+ */
21
+ "portNumber": number;
22
+ /**
23
+ * Port type associated for the port number.
24
+ */
25
+ "portType": PortInformation.PortType;
26
+ }
27
+ export declare namespace PortInformation {
28
+ enum PortType {
29
+ Clientutility = "CLIENTUTILITY",
30
+ Managementutility = "MANAGEMENTUTILITY",
31
+ /**
32
+ * This value is used if a service returns a value for this enum that is not recognized by this
33
+ * version of the SDK.
34
+ */
35
+ UnknownValue = "UNKNOWN_VALUE"
36
+ }
37
+ function getJsonObj(obj: PortInformation): object;
38
+ function getDeserializedJsonObj(obj: PortInformation): object;
39
+ }
@@ -0,0 +1,40 @@
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.PortInformation = void 0;
17
+ var PortInformation;
18
+ (function (PortInformation) {
19
+ let PortType;
20
+ (function (PortType) {
21
+ PortType["Clientutility"] = "CLIENTUTILITY";
22
+ PortType["Managementutility"] = "MANAGEMENTUTILITY";
23
+ /**
24
+ * This value is used if a service returns a value for this enum that is not recognized by this
25
+ * version of the SDK.
26
+ */
27
+ PortType["UnknownValue"] = "UNKNOWN_VALUE";
28
+ })(PortType = PortInformation.PortType || (PortInformation.PortType = {}));
29
+ function getJsonObj(obj) {
30
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
31
+ return jsonObj;
32
+ }
33
+ PortInformation.getJsonObj = getJsonObj;
34
+ function getDeserializedJsonObj(obj) {
35
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
36
+ return jsonObj;
37
+ }
38
+ PortInformation.getDeserializedJsonObj = getDeserializedJsonObj;
39
+ })(PortInformation = exports.PortInformation || (exports.PortInformation = {}));
40
+ //# sourceMappingURL=port-information.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"port-information.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/port-information.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,eAAe,CAqB/B;AArBD,WAAiB,eAAe;IAC9B,IAAY,QAQX;IARD,WAAY,QAAQ;QAClB,2CAA+B,CAAA;QAC/B,mDAAuC,CAAA;QACvC;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EARW,QAAQ,GAAR,wBAAQ,KAAR,wBAAQ,QAQnB;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,EArBgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAqB/B"}
@@ -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
+ * Pre Crypto officer user credentials.
16
+ */
17
+ export interface PreCoUserCredentials {
18
+ /**
19
+ * The pre crypto officer username..
20
+ */
21
+ "username": string;
22
+ /**
23
+ * The base 64 encoded pre crypto officer password.
24
+ */
25
+ "password": string;
26
+ }
27
+ export declare namespace PreCoUserCredentials {
28
+ function getJsonObj(obj: PreCoUserCredentials): object;
29
+ function getDeserializedJsonObj(obj: PreCoUserCredentials): 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.PreCoUserCredentials = void 0;
17
+ var PreCoUserCredentials;
18
+ (function (PreCoUserCredentials) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ PreCoUserCredentials.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ PreCoUserCredentials.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(PreCoUserCredentials = exports.PreCoUserCredentials || (exports.PreCoUserCredentials = {}));
30
+ //# sourceMappingURL=pre-co-user-credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pre-co-user-credentials.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/pre-co-user-credentials.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,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,31 @@
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
+ * Details for scheduling HSM resource deletion.
16
+ */
17
+ export interface ScheduleHsmClusterDeletionDetails {
18
+ /**
19
+ * An optional property indicating when to delete the HsmCluster resource, expressed in
20
+ * [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. The specified
21
+ * time must be between 7 and 30 days from the time when the request is received.
22
+ * If this property is missing, it will be set to 30 days from the time of the request
23
+ * by default.
24
+ *
25
+ */
26
+ "timeOfDeletion"?: Date;
27
+ }
28
+ export declare namespace ScheduleHsmClusterDeletionDetails {
29
+ function getJsonObj(obj: ScheduleHsmClusterDeletionDetails): object;
30
+ function getDeserializedJsonObj(obj: ScheduleHsmClusterDeletionDetails): object;
31
+ }