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