oci-keymanagement 2.129.0 → 2.131.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 (76) hide show
  1. package/lib/client.d.ts +50 -0
  2. package/lib/client.js +338 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/audit-logging-config.d.ts +38 -0
  5. package/lib/model/audit-logging-config.js +30 -0
  6. package/lib/model/audit-logging-config.js.map +1 -0
  7. package/lib/model/audit-logging.d.ts +30 -0
  8. package/lib/model/audit-logging.js +30 -0
  9. package/lib/model/audit-logging.js.map +1 -0
  10. package/lib/model/create-hsm-cluster-details.d.ts +2 -0
  11. package/lib/model/create-hsm-cluster-details.js +30 -2
  12. package/lib/model/create-hsm-cluster-details.js.map +1 -1
  13. package/lib/model/enable-audit-mgmt-logging.d.ts +61 -0
  14. package/lib/model/enable-audit-mgmt-logging.js +45 -0
  15. package/lib/model/enable-audit-mgmt-logging.js.map +1 -0
  16. package/lib/model/hsm-cluster-audit-logging-info.d.ts +62 -0
  17. package/lib/model/hsm-cluster-audit-logging-info.js +47 -0
  18. package/lib/model/hsm-cluster-audit-logging-info.js.map +1 -0
  19. package/lib/model/hsm-cluster-pending-create-dynamic-group.d.ts +30 -0
  20. package/lib/model/hsm-cluster-pending-create-dynamic-group.js +30 -0
  21. package/lib/model/hsm-cluster-pending-create-dynamic-group.js.map +1 -0
  22. package/lib/model/hsm-cluster-pending-instructions.d.ts +28 -0
  23. package/lib/model/hsm-cluster-pending-instructions.js +58 -0
  24. package/lib/model/hsm-cluster-pending-instructions.js.map +1 -0
  25. package/lib/model/hsm-cluster.d.ts +3 -0
  26. package/lib/model/hsm-cluster.js +36 -2
  27. package/lib/model/hsm-cluster.js.map +1 -1
  28. package/lib/model/index.d.ts +20 -0
  29. package/lib/model/index.js +22 -2
  30. package/lib/model/index.js.map +1 -1
  31. package/lib/model/initiate-audit-logging-details.d.ts +34 -0
  32. package/lib/model/initiate-audit-logging-details.js +30 -0
  33. package/lib/model/initiate-audit-logging-details.js.map +1 -0
  34. package/lib/model/update-audit-logging-destination-details.d.ts +34 -0
  35. package/lib/model/update-audit-logging-destination-details.js +30 -0
  36. package/lib/model/update-audit-logging-destination-details.js.map +1 -0
  37. package/lib/model/update-registered-vault-for-mtls-details.d.ts +26 -0
  38. package/lib/model/update-registered-vault-for-mtls-details.js +30 -0
  39. package/lib/model/update-registered-vault-for-mtls-details.js.map +1 -0
  40. package/lib/model/vault-mtls-update-response.d.ts +43 -0
  41. package/lib/model/vault-mtls-update-response.js +40 -0
  42. package/lib/model/vault-mtls-update-response.js.map +1 -0
  43. package/lib/request/disable-audit-mgmt-logging-request.d.ts +48 -0
  44. package/lib/request/disable-audit-mgmt-logging-request.js +15 -0
  45. package/lib/request/disable-audit-mgmt-logging-request.js.map +1 -0
  46. package/lib/request/enable-audit-mgmt-logging-request.d.ts +48 -0
  47. package/lib/request/enable-audit-mgmt-logging-request.js +15 -0
  48. package/lib/request/enable-audit-mgmt-logging-request.js.map +1 -0
  49. package/lib/request/index.d.ts +10 -0
  50. package/lib/request/index.js.map +1 -1
  51. package/lib/request/initiate-audit-logging-request.d.ts +53 -0
  52. package/lib/request/initiate-audit-logging-request.js +15 -0
  53. package/lib/request/initiate-audit-logging-request.js.map +1 -0
  54. package/lib/request/update-audit-logging-destination-request.d.ts +53 -0
  55. package/lib/request/update-audit-logging-destination-request.js +15 -0
  56. package/lib/request/update-audit-logging-destination-request.js.map +1 -0
  57. package/lib/request/update-registered-vault-for-mtls-request.d.ts +43 -0
  58. package/lib/request/update-registered-vault-for-mtls-request.js +15 -0
  59. package/lib/request/update-registered-vault-for-mtls-request.js.map +1 -0
  60. package/lib/response/disable-audit-mgmt-logging-response.d.ts +22 -0
  61. package/lib/response/disable-audit-mgmt-logging-response.js +15 -0
  62. package/lib/response/disable-audit-mgmt-logging-response.js.map +1 -0
  63. package/lib/response/enable-audit-mgmt-logging-response.d.ts +31 -0
  64. package/lib/response/enable-audit-mgmt-logging-response.js +15 -0
  65. package/lib/response/enable-audit-mgmt-logging-response.js.map +1 -0
  66. package/lib/response/index.d.ts +10 -0
  67. package/lib/response/initiate-audit-logging-response.d.ts +29 -0
  68. package/lib/response/initiate-audit-logging-response.js +15 -0
  69. package/lib/response/initiate-audit-logging-response.js.map +1 -0
  70. package/lib/response/update-audit-logging-destination-response.d.ts +33 -0
  71. package/lib/response/update-audit-logging-destination-response.js +15 -0
  72. package/lib/response/update-audit-logging-destination-response.js.map +1 -0
  73. package/lib/response/update-registered-vault-for-mtls-response.d.ts +29 -0
  74. package/lib/response/update-registered-vault-for-mtls-response.js +15 -0
  75. package/lib/response/update-registered-vault-for-mtls-response.js.map +1 -0
  76. package/package.json +3 -3
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Vault Key Management API
3
+ * Use the Key Management API to manage vaults and keys. For more information, see [Managing Vaults](https://docs.oracle.com/iaas/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](https://docs.oracle.com/iaas/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, 2026, 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
+ * Configuration for management audit logging for the cluster.
16
+ */
17
+ export interface AuditLoggingConfig {
18
+ /**
19
+ * Indicates if management audit logging is enabled.
20
+ */
21
+ "isEnabled"?: boolean;
22
+ /**
23
+ * Name of the object store bucket for audit logs.
24
+ */
25
+ "bucketName"?: string;
26
+ /**
27
+ * Object storage namespace for the bucket.
28
+ */
29
+ "namespace"?: string;
30
+ /**
31
+ * OCID of the compartment for the bucket.
32
+ */
33
+ "compartmentId"?: string;
34
+ }
35
+ export declare namespace AuditLoggingConfig {
36
+ function getJsonObj(obj: AuditLoggingConfig): object;
37
+ function getDeserializedJsonObj(obj: AuditLoggingConfig): object;
38
+ }
@@ -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](https://docs.oracle.com/iaas/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](https://docs.oracle.com/iaas/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, 2026, 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.AuditLoggingConfig = void 0;
17
+ var AuditLoggingConfig;
18
+ (function (AuditLoggingConfig) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ AuditLoggingConfig.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ AuditLoggingConfig.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(AuditLoggingConfig = exports.AuditLoggingConfig || (exports.AuditLoggingConfig = {}));
30
+ //# sourceMappingURL=audit-logging-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"audit-logging-config.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/audit-logging-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA2BH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Vault Key Management API
3
+ * Use the Key Management API to manage vaults and keys. For more information, see [Managing Vaults](https://docs.oracle.com/iaas/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](https://docs.oracle.com/iaas/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, 2026, 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 response on initiating management audit logging.
16
+ */
17
+ export interface AuditLogging {
18
+ /**
19
+ * The workRequestId to track the request later.
20
+ */
21
+ "workRequestId": string;
22
+ /**
23
+ * The Hsm Cluster Id
24
+ */
25
+ "hsmClusterId": string;
26
+ }
27
+ export declare namespace AuditLogging {
28
+ function getJsonObj(obj: AuditLogging): object;
29
+ function getDeserializedJsonObj(obj: AuditLogging): 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](https://docs.oracle.com/iaas/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](https://docs.oracle.com/iaas/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, 2026, 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.AuditLogging = void 0;
17
+ var AuditLogging;
18
+ (function (AuditLogging) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ AuditLogging.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ AuditLogging.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(AuditLogging = exports.AuditLogging || (exports.AuditLogging = {}));
30
+ //# sourceMappingURL=audit-logging.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"audit-logging.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/audit-logging.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,YAAY,CAW5B;AAXD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAW5B"}
@@ -11,6 +11,7 @@
11
11
  * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
+ import * as model from "../model";
14
15
  /**
15
16
  * The details of the HSM cluster resource that you want to create.
16
17
  */
@@ -45,6 +46,7 @@ export interface CreateHsmClusterDetails {
45
46
  "freeformTags"?: {
46
47
  [key: string]: string;
47
48
  };
49
+ "auditLogConfig"?: model.AuditLoggingConfig;
48
50
  }
49
51
  export declare namespace CreateHsmClusterDetails {
50
52
  function getJsonObj(obj: CreateHsmClusterDetails): object;
@@ -12,17 +12,45 @@
12
12
  * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
13
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
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
+ };
15
34
  Object.defineProperty(exports, "__esModule", { value: true });
16
35
  exports.CreateHsmClusterDetails = void 0;
36
+ const model = __importStar(require("../model"));
17
37
  var CreateHsmClusterDetails;
18
38
  (function (CreateHsmClusterDetails) {
19
39
  function getJsonObj(obj) {
20
- const jsonObj = Object.assign(Object.assign({}, obj), {});
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "auditLogConfig": obj.auditLogConfig
42
+ ? model.AuditLoggingConfig.getJsonObj(obj.auditLogConfig)
43
+ : undefined
44
+ });
21
45
  return jsonObj;
22
46
  }
23
47
  CreateHsmClusterDetails.getJsonObj = getJsonObj;
24
48
  function getDeserializedJsonObj(obj) {
25
- const jsonObj = Object.assign(Object.assign({}, obj), {});
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {
50
+ "auditLogConfig": obj.auditLogConfig
51
+ ? model.AuditLoggingConfig.getDeserializedJsonObj(obj.auditLogConfig)
52
+ : undefined
53
+ });
26
54
  return jsonObj;
27
55
  }
28
56
  CreateHsmClusterDetails.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"create-hsm-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/create-hsm-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmCH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
1
+ {"version":3,"file":"create-hsm-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/create-hsm-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkClC,IAAiB,uBAAuB,CAyBvC;AAzBD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,kCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,8CAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAyBvC"}
@@ -0,0 +1,61 @@
1
+ /**
2
+ * Vault Key Management API
3
+ * Use the Key Management API to manage vaults and keys. For more information, see [Managing Vaults](https://docs.oracle.com/iaas/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](https://docs.oracle.com/iaas/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, 2026, 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
+ * Audit Log resource for tracking status and details of audit logging operations on HSM clusters.
16
+ *
17
+ */
18
+ export interface EnableAuditMgmtLogging {
19
+ /**
20
+ * Workflow request identifier.
21
+ */
22
+ "id": string;
23
+ /**
24
+ * OCID of the HSM Cluster.
25
+ */
26
+ "hsmClusterId": string;
27
+ /**
28
+ * Name of the audit log's associated customer bucket.
29
+ */
30
+ "customerBucketName": string;
31
+ /**
32
+ * Object Storage namespace of the bucket.
33
+ */
34
+ "namespace": string;
35
+ /**
36
+ * Compartment OCID for the HSM cluster (bucket compartment).
37
+ */
38
+ "clusterCompartmentId": string;
39
+ /**
40
+ * Status of the audit logging.
41
+ */
42
+ "auditLoggingStatus": EnableAuditMgmtLogging.AuditLoggingStatus;
43
+ }
44
+ export declare namespace EnableAuditMgmtLogging {
45
+ enum AuditLoggingStatus {
46
+ Creating = "CREATING",
47
+ WaitingForCustomer = "WAITING_FOR_CUSTOMER",
48
+ Verifying = "VERIFYING",
49
+ DisablingInProgress = "DISABLING_IN_PROGRESS",
50
+ DisabledValidated = "DISABLED_VALIDATED",
51
+ Enabled = "ENABLED",
52
+ Disabled = "DISABLED",
53
+ /**
54
+ * This value is used if a service returns a value for this enum that is not recognized by this
55
+ * version of the SDK.
56
+ */
57
+ UnknownValue = "UNKNOWN_VALUE"
58
+ }
59
+ function getJsonObj(obj: EnableAuditMgmtLogging): object;
60
+ function getDeserializedJsonObj(obj: EnableAuditMgmtLogging): object;
61
+ }
@@ -0,0 +1,45 @@
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](https://docs.oracle.com/iaas/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](https://docs.oracle.com/iaas/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, 2026, 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.EnableAuditMgmtLogging = void 0;
17
+ var EnableAuditMgmtLogging;
18
+ (function (EnableAuditMgmtLogging) {
19
+ let AuditLoggingStatus;
20
+ (function (AuditLoggingStatus) {
21
+ AuditLoggingStatus["Creating"] = "CREATING";
22
+ AuditLoggingStatus["WaitingForCustomer"] = "WAITING_FOR_CUSTOMER";
23
+ AuditLoggingStatus["Verifying"] = "VERIFYING";
24
+ AuditLoggingStatus["DisablingInProgress"] = "DISABLING_IN_PROGRESS";
25
+ AuditLoggingStatus["DisabledValidated"] = "DISABLED_VALIDATED";
26
+ AuditLoggingStatus["Enabled"] = "ENABLED";
27
+ AuditLoggingStatus["Disabled"] = "DISABLED";
28
+ /**
29
+ * This value is used if a service returns a value for this enum that is not recognized by this
30
+ * version of the SDK.
31
+ */
32
+ AuditLoggingStatus["UnknownValue"] = "UNKNOWN_VALUE";
33
+ })(AuditLoggingStatus = EnableAuditMgmtLogging.AuditLoggingStatus || (EnableAuditMgmtLogging.AuditLoggingStatus = {}));
34
+ function getJsonObj(obj) {
35
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
36
+ return jsonObj;
37
+ }
38
+ EnableAuditMgmtLogging.getJsonObj = getJsonObj;
39
+ function getDeserializedJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ return jsonObj;
42
+ }
43
+ EnableAuditMgmtLogging.getDeserializedJsonObj = getDeserializedJsonObj;
44
+ })(EnableAuditMgmtLogging = exports.EnableAuditMgmtLogging || (exports.EnableAuditMgmtLogging = {}));
45
+ //# sourceMappingURL=enable-audit-mgmt-logging.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enable-audit-mgmt-logging.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/enable-audit-mgmt-logging.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAoCH,IAAiB,sBAAsB,CA0BtC;AA1BD,WAAiB,sBAAsB;IACrC,IAAY,kBAaX;IAbD,WAAY,kBAAkB;QAC5B,2CAAqB,CAAA;QACrB,iEAA2C,CAAA;QAC3C,6CAAuB,CAAA;QACvB,mEAA6C,CAAA;QAC7C,8DAAwC,CAAA;QACxC,yCAAmB,CAAA;QACnB,2CAAqB,CAAA;QACrB;;;WAGG;QACH,oDAA8B,CAAA;IAChC,CAAC,EAbW,kBAAkB,GAAlB,yCAAkB,KAAlB,yCAAkB,QAa7B;IAED,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EA1BgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA0BtC"}
@@ -0,0 +1,62 @@
1
+ /**
2
+ * Vault Key Management API
3
+ * Use the Key Management API to manage vaults and keys. For more information, see [Managing Vaults](https://docs.oracle.com/iaas/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](https://docs.oracle.com/iaas/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, 2026, 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
+ * Status of management audit logging for the cluster.
16
+ */
17
+ export interface HsmClusterAuditLoggingInfo {
18
+ /**
19
+ * Whether audit logging is enabled.
20
+ */
21
+ "isEnabled": boolean;
22
+ /**
23
+ * Audit logs bucket name.
24
+ */
25
+ "bucketName": string;
26
+ /**
27
+ * Bucket namespace.
28
+ */
29
+ "namespace": string;
30
+ /**
31
+ * Compartment of the bucket.
32
+ */
33
+ "compartmentId": string;
34
+ /**
35
+ * Name of dynamic group used for audit log upload.
36
+ */
37
+ "dynamicGroupName": string;
38
+ /**
39
+ * The current lifecycle state of the audit logs.
40
+ */
41
+ "auditLogLifecycleState": HsmClusterAuditLoggingInfo.AuditLogLifecycleState;
42
+ }
43
+ export declare namespace HsmClusterAuditLoggingInfo {
44
+ enum AuditLogLifecycleState {
45
+ Creating = "CREATING",
46
+ WaitingForCustomer = "WAITING_FOR_CUSTOMER",
47
+ Verifying = "VERIFYING",
48
+ DisablingInProgress = "DISABLING_IN_PROGRESS",
49
+ DisablingBroken = "DISABLING_BROKEN",
50
+ DisabledValidated = "DISABLED_VALIDATED",
51
+ Failed = "FAILED",
52
+ Enabled = "ENABLED",
53
+ Disabled = "DISABLED",
54
+ /**
55
+ * This value is used if a service returns a value for this enum that is not recognized by this
56
+ * version of the SDK.
57
+ */
58
+ UnknownValue = "UNKNOWN_VALUE"
59
+ }
60
+ function getJsonObj(obj: HsmClusterAuditLoggingInfo): object;
61
+ function getDeserializedJsonObj(obj: HsmClusterAuditLoggingInfo): object;
62
+ }
@@ -0,0 +1,47 @@
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](https://docs.oracle.com/iaas/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](https://docs.oracle.com/iaas/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, 2026, 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.HsmClusterAuditLoggingInfo = void 0;
17
+ var HsmClusterAuditLoggingInfo;
18
+ (function (HsmClusterAuditLoggingInfo) {
19
+ let AuditLogLifecycleState;
20
+ (function (AuditLogLifecycleState) {
21
+ AuditLogLifecycleState["Creating"] = "CREATING";
22
+ AuditLogLifecycleState["WaitingForCustomer"] = "WAITING_FOR_CUSTOMER";
23
+ AuditLogLifecycleState["Verifying"] = "VERIFYING";
24
+ AuditLogLifecycleState["DisablingInProgress"] = "DISABLING_IN_PROGRESS";
25
+ AuditLogLifecycleState["DisablingBroken"] = "DISABLING_BROKEN";
26
+ AuditLogLifecycleState["DisabledValidated"] = "DISABLED_VALIDATED";
27
+ AuditLogLifecycleState["Failed"] = "FAILED";
28
+ AuditLogLifecycleState["Enabled"] = "ENABLED";
29
+ AuditLogLifecycleState["Disabled"] = "DISABLED";
30
+ /**
31
+ * This value is used if a service returns a value for this enum that is not recognized by this
32
+ * version of the SDK.
33
+ */
34
+ AuditLogLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
35
+ })(AuditLogLifecycleState = HsmClusterAuditLoggingInfo.AuditLogLifecycleState || (HsmClusterAuditLoggingInfo.AuditLogLifecycleState = {}));
36
+ function getJsonObj(obj) {
37
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
38
+ return jsonObj;
39
+ }
40
+ HsmClusterAuditLoggingInfo.getJsonObj = getJsonObj;
41
+ function getDeserializedJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
43
+ return jsonObj;
44
+ }
45
+ HsmClusterAuditLoggingInfo.getDeserializedJsonObj = getDeserializedJsonObj;
46
+ })(HsmClusterAuditLoggingInfo = exports.HsmClusterAuditLoggingInfo || (exports.HsmClusterAuditLoggingInfo = {}));
47
+ //# sourceMappingURL=hsm-cluster-audit-logging-info.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hsm-cluster-audit-logging-info.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-cluster-audit-logging-info.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmCH,IAAiB,0BAA0B,CA4B1C;AA5BD,WAAiB,0BAA0B;IACzC,IAAY,sBAeX;IAfD,WAAY,sBAAsB;QAChC,+CAAqB,CAAA;QACrB,qEAA2C,CAAA;QAC3C,iDAAuB,CAAA;QACvB,uEAA6C,CAAA;QAC7C,8DAAoC,CAAA;QACpC,kEAAwC,CAAA;QACxC,2CAAiB,CAAA;QACjB,6CAAmB,CAAA;QACnB,+CAAqB,CAAA;QACrB;;;WAGG;QACH,wDAA8B,CAAA;IAChC,CAAC,EAfW,sBAAsB,GAAtB,iDAAsB,KAAtB,iDAAsB,QAejC;IAED,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EA5BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA4B1C"}
@@ -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](https://docs.oracle.com/iaas/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](https://docs.oracle.com/iaas/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, 2026, 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 to create the dynamic group.
16
+ */
17
+ export interface HsmClusterPendingCreateDynamicGroup {
18
+ /**
19
+ * Name of the dynamic group.
20
+ */
21
+ "name"?: string;
22
+ /**
23
+ * Matching rule for dynamic group membership.
24
+ */
25
+ "matchingRule"?: string;
26
+ }
27
+ export declare namespace HsmClusterPendingCreateDynamicGroup {
28
+ function getJsonObj(obj: HsmClusterPendingCreateDynamicGroup): object;
29
+ function getDeserializedJsonObj(obj: HsmClusterPendingCreateDynamicGroup): 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](https://docs.oracle.com/iaas/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](https://docs.oracle.com/iaas/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, 2026, 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.HsmClusterPendingCreateDynamicGroup = void 0;
17
+ var HsmClusterPendingCreateDynamicGroup;
18
+ (function (HsmClusterPendingCreateDynamicGroup) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ HsmClusterPendingCreateDynamicGroup.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ HsmClusterPendingCreateDynamicGroup.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(HsmClusterPendingCreateDynamicGroup = exports.HsmClusterPendingCreateDynamicGroup || (exports.HsmClusterPendingCreateDynamicGroup = {}));
30
+ //# sourceMappingURL=hsm-cluster-pending-create-dynamic-group.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hsm-cluster-pending-create-dynamic-group.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-cluster-pending-create-dynamic-group.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,mCAAmC,CAWnD;AAXD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CAAC,GAAwC;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwC;QAC7E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAWnD"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Vault Key Management API
3
+ * Use the Key Management API to manage vaults and keys. For more information, see [Managing Vaults](https://docs.oracle.com/iaas/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](https://docs.oracle.com/iaas/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, 2026, 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
+ * Pending instructions for audit logging setup.
17
+ */
18
+ export interface HsmClusterPendingInstructions {
19
+ "createDynamicGroup"?: model.HsmClusterPendingCreateDynamicGroup;
20
+ /**
21
+ * Policy for the user to add to the log bucket.
22
+ */
23
+ "addBucketPolicy"?: string;
24
+ }
25
+ export declare namespace HsmClusterPendingInstructions {
26
+ function getJsonObj(obj: HsmClusterPendingInstructions): object;
27
+ function getDeserializedJsonObj(obj: HsmClusterPendingInstructions): object;
28
+ }
@@ -0,0 +1,58 @@
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](https://docs.oracle.com/iaas/Content/KeyManagement/Tasks/managingvaults.htm) and [Managing Keys](https://docs.oracle.com/iaas/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, 2026, 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.HsmClusterPendingInstructions = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var HsmClusterPendingInstructions;
38
+ (function (HsmClusterPendingInstructions) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "createDynamicGroup": obj.createDynamicGroup
42
+ ? model.HsmClusterPendingCreateDynamicGroup.getJsonObj(obj.createDynamicGroup)
43
+ : undefined
44
+ });
45
+ return jsonObj;
46
+ }
47
+ HsmClusterPendingInstructions.getJsonObj = getJsonObj;
48
+ function getDeserializedJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {
50
+ "createDynamicGroup": obj.createDynamicGroup
51
+ ? model.HsmClusterPendingCreateDynamicGroup.getDeserializedJsonObj(obj.createDynamicGroup)
52
+ : undefined
53
+ });
54
+ return jsonObj;
55
+ }
56
+ HsmClusterPendingInstructions.getDeserializedJsonObj = getDeserializedJsonObj;
57
+ })(HsmClusterPendingInstructions = exports.HsmClusterPendingInstructions || (exports.HsmClusterPendingInstructions = {}));
58
+ //# sourceMappingURL=hsm-cluster-pending-instructions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hsm-cluster-pending-instructions.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-cluster-pending-instructions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,6BAA6B,CAyB7C;AAzBD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,mCAAmC,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC9E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,wCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,mCAAmC,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC1F,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAyB7C"}
@@ -11,6 +11,7 @@
11
11
  * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
+ import * as model from "../model";
14
15
  /**
15
16
  * Dedicated KMS-HSM Cluster Management
16
17
  */
@@ -80,6 +81,8 @@ export interface HsmCluster {
80
81
  "freeformTags"?: {
81
82
  [key: string]: string;
82
83
  };
84
+ "auditLogConfig"?: model.HsmClusterAuditLoggingInfo;
85
+ "pendingInstructions"?: model.HsmClusterPendingInstructions;
83
86
  }
84
87
  export declare namespace HsmCluster {
85
88
  enum LifecycleState {