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
@@ -12,8 +12,28 @@
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.HsmCluster = void 0;
36
+ const model = __importStar(require("../model"));
17
37
  var HsmCluster;
18
38
  (function (HsmCluster) {
19
39
  let LifecycleState;
@@ -36,12 +56,26 @@ var HsmCluster;
36
56
  LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
37
57
  })(LifecycleState = HsmCluster.LifecycleState || (HsmCluster.LifecycleState = {}));
38
58
  function getJsonObj(obj) {
39
- const jsonObj = Object.assign(Object.assign({}, obj), {});
59
+ const jsonObj = Object.assign(Object.assign({}, obj), {
60
+ "auditLogConfig": obj.auditLogConfig
61
+ ? model.HsmClusterAuditLoggingInfo.getJsonObj(obj.auditLogConfig)
62
+ : undefined,
63
+ "pendingInstructions": obj.pendingInstructions
64
+ ? model.HsmClusterPendingInstructions.getJsonObj(obj.pendingInstructions)
65
+ : undefined
66
+ });
40
67
  return jsonObj;
41
68
  }
42
69
  HsmCluster.getJsonObj = getJsonObj;
43
70
  function getDeserializedJsonObj(obj) {
44
- const jsonObj = Object.assign(Object.assign({}, obj), {});
71
+ const jsonObj = Object.assign(Object.assign({}, obj), {
72
+ "auditLogConfig": obj.auditLogConfig
73
+ ? model.HsmClusterAuditLoggingInfo.getDeserializedJsonObj(obj.auditLogConfig)
74
+ : undefined,
75
+ "pendingInstructions": obj.pendingInstructions
76
+ ? model.HsmClusterPendingInstructions.getDeserializedJsonObj(obj.pendingInstructions)
77
+ : undefined
78
+ });
45
79
  return jsonObj;
46
80
  }
47
81
  HsmCluster.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"hsm-cluster.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-cluster.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsEH,IAAiB,UAAU,CA8B1B;AA9BD,WAAiB,UAAU;IACzB,IAAY,cAiBX;IAjBD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,oEAAkD,CAAA;QAClD,+CAA6B,CAAA;QAC7B,4DAA0C,CAAA;QAC1C,2CAAyB,CAAA;QACzB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,sDAAoC,CAAA;QACpC,4DAA0C,CAAA;QAC1C,4DAA0C,CAAA;QAC1C;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAjBW,cAAc,GAAd,yBAAc,KAAd,yBAAc,QAiBzB;IAED,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAsB,yBAIrC,CAAA;AACH,CAAC,EA9BgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QA8B1B"}
1
+ {"version":3,"file":"hsm-cluster.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-cluster.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsElC,IAAiB,UAAU,CAkD1B;AAlDD,WAAiB,UAAU;IACzB,IAAY,cAiBX;IAjBD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,oEAAkD,CAAA;QAClD,+CAA6B,CAAA;QAC7B,4DAA0C,CAAA;QAC1C,2CAAyB,CAAA;QACzB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,sDAAoC,CAAA;QACpC,4DAA0C,CAAA;QAC1C,4DAA0C,CAAA;QAC1C;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAjBW,cAAc,GAAd,yBAAc,KAAd,yBAAc,QAiBzB;IAED,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,qBAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC7E,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACrF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iCAAsB,yBAcrC,CAAA;AACH,CAAC,EAlDgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAkD1B"}
@@ -11,6 +11,10 @@
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 AuditLogging from "./audit-logging";
15
+ export import AuditLogging = AuditLogging.AuditLogging;
16
+ import * as AuditLoggingConfig from "./audit-logging-config";
17
+ export import AuditLoggingConfig = AuditLoggingConfig.AuditLoggingConfig;
14
18
  import * as AutoKeyRotationDetails from "./auto-key-rotation-details";
15
19
  export import AutoKeyRotationDetails = AutoKeyRotationDetails.AutoKeyRotationDetails;
16
20
  import * as BackupKeyDetails from "./backup-key-details";
@@ -45,6 +49,8 @@ import * as EkmsPrivateEndpoint from "./ekms-private-endpoint";
45
49
  export import EkmsPrivateEndpoint = EkmsPrivateEndpoint.EkmsPrivateEndpoint;
46
50
  import * as EkmsPrivateEndpointSummary from "./ekms-private-endpoint-summary";
47
51
  export import EkmsPrivateEndpointSummary = EkmsPrivateEndpointSummary.EkmsPrivateEndpointSummary;
52
+ import * as EnableAuditMgmtLogging from "./enable-audit-mgmt-logging";
53
+ export import EnableAuditMgmtLogging = EnableAuditMgmtLogging.EnableAuditMgmtLogging;
48
54
  import * as EncryptDataDetails from "./encrypt-data-details";
49
55
  export import EncryptDataDetails = EncryptDataDetails.EncryptDataDetails;
50
56
  import * as EncryptedData from "./encrypted-data";
@@ -69,8 +75,14 @@ import * as GeneratedKey from "./generated-key";
69
75
  export import GeneratedKey = GeneratedKey.GeneratedKey;
70
76
  import * as HsmCluster from "./hsm-cluster";
71
77
  export import HsmCluster = HsmCluster.HsmCluster;
78
+ import * as HsmClusterAuditLoggingInfo from "./hsm-cluster-audit-logging-info";
79
+ export import HsmClusterAuditLoggingInfo = HsmClusterAuditLoggingInfo.HsmClusterAuditLoggingInfo;
72
80
  import * as HsmClusterCollection from "./hsm-cluster-collection";
73
81
  export import HsmClusterCollection = HsmClusterCollection.HsmClusterCollection;
82
+ import * as HsmClusterPendingCreateDynamicGroup from "./hsm-cluster-pending-create-dynamic-group";
83
+ export import HsmClusterPendingCreateDynamicGroup = HsmClusterPendingCreateDynamicGroup.HsmClusterPendingCreateDynamicGroup;
84
+ import * as HsmClusterPendingInstructions from "./hsm-cluster-pending-instructions";
85
+ export import HsmClusterPendingInstructions = HsmClusterPendingInstructions.HsmClusterPendingInstructions;
74
86
  import * as HsmClusterSummary from "./hsm-cluster-summary";
75
87
  export import HsmClusterSummary = HsmClusterSummary.HsmClusterSummary;
76
88
  import * as HsmPartition from "./hsm-partition";
@@ -83,6 +95,8 @@ import * as ImportKeyDetails from "./import-key-details";
83
95
  export import ImportKeyDetails = ImportKeyDetails.ImportKeyDetails;
84
96
  import * as ImportKeyVersionDetails from "./import-key-version-details";
85
97
  export import ImportKeyVersionDetails = ImportKeyVersionDetails.ImportKeyVersionDetails;
98
+ import * as InitiateAuditLoggingDetails from "./initiate-audit-logging-details";
99
+ export import InitiateAuditLoggingDetails = InitiateAuditLoggingDetails.InitiateAuditLoggingDetails;
86
100
  import * as Key from "./key";
87
101
  export import Key = Key.Key;
88
102
  import * as KeyReplicaDetails from "./key-replica-details";
@@ -127,18 +141,24 @@ import * as SignDataDetails from "./sign-data-details";
127
141
  export import SignDataDetails = SignDataDetails.SignDataDetails;
128
142
  import * as SignedData from "./signed-data";
129
143
  export import SignedData = SignedData.SignedData;
144
+ import * as UpdateAuditLoggingDestinationDetails from "./update-audit-logging-destination-details";
145
+ export import UpdateAuditLoggingDestinationDetails = UpdateAuditLoggingDestinationDetails.UpdateAuditLoggingDestinationDetails;
130
146
  import * as UpdateEkmsPrivateEndpointDetails from "./update-ekms-private-endpoint-details";
131
147
  export import UpdateEkmsPrivateEndpointDetails = UpdateEkmsPrivateEndpointDetails.UpdateEkmsPrivateEndpointDetails;
132
148
  import * as UpdateHsmClusterDetails from "./update-hsm-cluster-details";
133
149
  export import UpdateHsmClusterDetails = UpdateHsmClusterDetails.UpdateHsmClusterDetails;
134
150
  import * as UpdateKeyDetails from "./update-key-details";
135
151
  export import UpdateKeyDetails = UpdateKeyDetails.UpdateKeyDetails;
152
+ import * as UpdateRegisteredVaultForMtlsDetails from "./update-registered-vault-for-mtls-details";
153
+ export import UpdateRegisteredVaultForMtlsDetails = UpdateRegisteredVaultForMtlsDetails.UpdateRegisteredVaultForMtlsDetails;
136
154
  import * as UpdateVaultDetails from "./update-vault-details";
137
155
  export import UpdateVaultDetails = UpdateVaultDetails.UpdateVaultDetails;
138
156
  import * as UploadPartitionCertificatesDetails from "./upload-partition-certificates-details";
139
157
  export import UploadPartitionCertificatesDetails = UploadPartitionCertificatesDetails.UploadPartitionCertificatesDetails;
140
158
  import * as Vault from "./vault";
141
159
  export import Vault = Vault.Vault;
160
+ import * as VaultMtlsUpdateResponse from "./vault-mtls-update-response";
161
+ export import VaultMtlsUpdateResponse = VaultMtlsUpdateResponse.VaultMtlsUpdateResponse;
142
162
  import * as VaultReplicaDetails from "./vault-replica-details";
143
163
  export import VaultReplicaDetails = VaultReplicaDetails.VaultReplicaDetails;
144
164
  import * as VaultReplicaSummary from "./vault-replica-summary";
@@ -32,8 +32,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.ReplicationStatusDetails = exports.ReplicaVaultMetadata = 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 = exports.AutoKeyRotationDetails = void 0;
36
- exports.ReplicaExternalVaultMetadata = 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 = exports.RestoreVaultFromObjectStoreDetails = exports.RestoreKeyFromObjectStoreDetails = void 0;
35
+ exports.KeyVersionSummary = exports.KeyVersionReplicaDetails = exports.KeyVersion = exports.KeySummary = exports.KeyShape = exports.KeyReplicaDetails = exports.Key = exports.InitiateAuditLoggingDetails = exports.ImportKeyVersionDetails = exports.ImportKeyDetails = exports.HsmPartitionSummary = exports.HsmPartitionCollection = exports.HsmPartition = exports.HsmClusterSummary = exports.HsmClusterPendingInstructions = exports.HsmClusterPendingCreateDynamicGroup = exports.HsmClusterCollection = exports.HsmClusterAuditLoggingInfo = 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.EnableAuditMgmtLogging = 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 = exports.AutoKeyRotationDetails = exports.AuditLoggingConfig = exports.AuditLogging = void 0;
36
+ exports.ReplicaExternalVaultMetadata = exports.BackupLocationURI = exports.BackupLocationBucket = exports.WrappingKey = exports.WrappedImportKey = exports.VerifyDataDetails = exports.VerifiedData = exports.VaultUsage = exports.VaultSummary = exports.VaultReplicaSummary = exports.VaultReplicaDetails = exports.VaultMtlsUpdateResponse = exports.Vault = exports.UploadPartitionCertificatesDetails = exports.UpdateVaultDetails = exports.UpdateRegisteredVaultForMtlsDetails = exports.UpdateKeyDetails = exports.UpdateHsmClusterDetails = exports.UpdateEkmsPrivateEndpointDetails = exports.UpdateAuditLoggingDestinationDetails = exports.SignedData = exports.SignDataDetails = exports.ScheduleVaultDeletionDetails = exports.ScheduleKeyVersionDeletionDetails = exports.ScheduleKeyDeletionDetails = exports.ScheduleHsmClusterDeletionDetails = exports.RestoreVaultFromObjectStoreDetails = exports.RestoreKeyFromObjectStoreDetails = exports.ReplicationStatusDetails = exports.ReplicaVaultMetadata = exports.ReplicaDetails = exports.PreCoUserCredentials = exports.PortInformation = exports.OauthMetadataSummary = exports.OauthMetadata = void 0;
37
+ const AuditLogging = __importStar(require("./audit-logging"));
38
+ exports.AuditLogging = AuditLogging.AuditLogging;
39
+ const AuditLoggingConfig = __importStar(require("./audit-logging-config"));
40
+ exports.AuditLoggingConfig = AuditLoggingConfig.AuditLoggingConfig;
37
41
  const AutoKeyRotationDetails = __importStar(require("./auto-key-rotation-details"));
38
42
  exports.AutoKeyRotationDetails = AutoKeyRotationDetails.AutoKeyRotationDetails;
39
43
  const BackupKeyDetails = __importStar(require("./backup-key-details"));
@@ -68,6 +72,8 @@ const EkmsPrivateEndpoint = __importStar(require("./ekms-private-endpoint"));
68
72
  exports.EkmsPrivateEndpoint = EkmsPrivateEndpoint.EkmsPrivateEndpoint;
69
73
  const EkmsPrivateEndpointSummary = __importStar(require("./ekms-private-endpoint-summary"));
70
74
  exports.EkmsPrivateEndpointSummary = EkmsPrivateEndpointSummary.EkmsPrivateEndpointSummary;
75
+ const EnableAuditMgmtLogging = __importStar(require("./enable-audit-mgmt-logging"));
76
+ exports.EnableAuditMgmtLogging = EnableAuditMgmtLogging.EnableAuditMgmtLogging;
71
77
  const EncryptDataDetails = __importStar(require("./encrypt-data-details"));
72
78
  exports.EncryptDataDetails = EncryptDataDetails.EncryptDataDetails;
73
79
  const EncryptedData = __importStar(require("./encrypted-data"));
@@ -92,8 +98,14 @@ const GeneratedKey = __importStar(require("./generated-key"));
92
98
  exports.GeneratedKey = GeneratedKey.GeneratedKey;
93
99
  const HsmCluster = __importStar(require("./hsm-cluster"));
94
100
  exports.HsmCluster = HsmCluster.HsmCluster;
101
+ const HsmClusterAuditLoggingInfo = __importStar(require("./hsm-cluster-audit-logging-info"));
102
+ exports.HsmClusterAuditLoggingInfo = HsmClusterAuditLoggingInfo.HsmClusterAuditLoggingInfo;
95
103
  const HsmClusterCollection = __importStar(require("./hsm-cluster-collection"));
96
104
  exports.HsmClusterCollection = HsmClusterCollection.HsmClusterCollection;
105
+ const HsmClusterPendingCreateDynamicGroup = __importStar(require("./hsm-cluster-pending-create-dynamic-group"));
106
+ exports.HsmClusterPendingCreateDynamicGroup = HsmClusterPendingCreateDynamicGroup.HsmClusterPendingCreateDynamicGroup;
107
+ const HsmClusterPendingInstructions = __importStar(require("./hsm-cluster-pending-instructions"));
108
+ exports.HsmClusterPendingInstructions = HsmClusterPendingInstructions.HsmClusterPendingInstructions;
97
109
  const HsmClusterSummary = __importStar(require("./hsm-cluster-summary"));
98
110
  exports.HsmClusterSummary = HsmClusterSummary.HsmClusterSummary;
99
111
  const HsmPartition = __importStar(require("./hsm-partition"));
@@ -106,6 +118,8 @@ const ImportKeyDetails = __importStar(require("./import-key-details"));
106
118
  exports.ImportKeyDetails = ImportKeyDetails.ImportKeyDetails;
107
119
  const ImportKeyVersionDetails = __importStar(require("./import-key-version-details"));
108
120
  exports.ImportKeyVersionDetails = ImportKeyVersionDetails.ImportKeyVersionDetails;
121
+ const InitiateAuditLoggingDetails = __importStar(require("./initiate-audit-logging-details"));
122
+ exports.InitiateAuditLoggingDetails = InitiateAuditLoggingDetails.InitiateAuditLoggingDetails;
109
123
  const Key = __importStar(require("./key"));
110
124
  exports.Key = Key.Key;
111
125
  const KeyReplicaDetails = __importStar(require("./key-replica-details"));
@@ -150,18 +164,24 @@ const SignDataDetails = __importStar(require("./sign-data-details"));
150
164
  exports.SignDataDetails = SignDataDetails.SignDataDetails;
151
165
  const SignedData = __importStar(require("./signed-data"));
152
166
  exports.SignedData = SignedData.SignedData;
167
+ const UpdateAuditLoggingDestinationDetails = __importStar(require("./update-audit-logging-destination-details"));
168
+ exports.UpdateAuditLoggingDestinationDetails = UpdateAuditLoggingDestinationDetails.UpdateAuditLoggingDestinationDetails;
153
169
  const UpdateEkmsPrivateEndpointDetails = __importStar(require("./update-ekms-private-endpoint-details"));
154
170
  exports.UpdateEkmsPrivateEndpointDetails = UpdateEkmsPrivateEndpointDetails.UpdateEkmsPrivateEndpointDetails;
155
171
  const UpdateHsmClusterDetails = __importStar(require("./update-hsm-cluster-details"));
156
172
  exports.UpdateHsmClusterDetails = UpdateHsmClusterDetails.UpdateHsmClusterDetails;
157
173
  const UpdateKeyDetails = __importStar(require("./update-key-details"));
158
174
  exports.UpdateKeyDetails = UpdateKeyDetails.UpdateKeyDetails;
175
+ const UpdateRegisteredVaultForMtlsDetails = __importStar(require("./update-registered-vault-for-mtls-details"));
176
+ exports.UpdateRegisteredVaultForMtlsDetails = UpdateRegisteredVaultForMtlsDetails.UpdateRegisteredVaultForMtlsDetails;
159
177
  const UpdateVaultDetails = __importStar(require("./update-vault-details"));
160
178
  exports.UpdateVaultDetails = UpdateVaultDetails.UpdateVaultDetails;
161
179
  const UploadPartitionCertificatesDetails = __importStar(require("./upload-partition-certificates-details"));
162
180
  exports.UploadPartitionCertificatesDetails = UploadPartitionCertificatesDetails.UploadPartitionCertificatesDetails;
163
181
  const Vault = __importStar(require("./vault"));
164
182
  exports.Vault = Vault.Vault;
183
+ const VaultMtlsUpdateResponse = __importStar(require("./vault-mtls-update-response"));
184
+ exports.VaultMtlsUpdateResponse = VaultMtlsUpdateResponse.VaultMtlsUpdateResponse;
165
185
  const VaultReplicaDetails = __importStar(require("./vault-replica-details"));
166
186
  exports.VaultReplicaDetails = VaultReplicaDetails.VaultReplicaDetails;
167
187
  const VaultReplicaSummary = __importStar(require("./vault-replica-summary"));
@@ -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,34 @@
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 information required for updating management audit logging details.
16
+ */
17
+ export interface InitiateAuditLoggingDetails {
18
+ /**
19
+ * The bucket name to which audit logs will be stored.
20
+ */
21
+ "bucketName": string;
22
+ /**
23
+ * The namespace under bucket to which audit logs will be stored.
24
+ */
25
+ "namespace": string;
26
+ /**
27
+ * The compartmentId [OCID] under namespace to which audit logs will be stored.
28
+ */
29
+ "compartmentId": string;
30
+ }
31
+ export declare namespace InitiateAuditLoggingDetails {
32
+ function getJsonObj(obj: InitiateAuditLoggingDetails): object;
33
+ function getDeserializedJsonObj(obj: InitiateAuditLoggingDetails): object;
34
+ }
@@ -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.InitiateAuditLoggingDetails = void 0;
17
+ var InitiateAuditLoggingDetails;
18
+ (function (InitiateAuditLoggingDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ InitiateAuditLoggingDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ InitiateAuditLoggingDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(InitiateAuditLoggingDetails = exports.InitiateAuditLoggingDetails || (exports.InitiateAuditLoggingDetails = {}));
30
+ //# sourceMappingURL=initiate-audit-logging-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initiate-audit-logging-details.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/initiate-audit-logging-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,2BAA2B,CAW3C;AAXD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAW3C"}
@@ -0,0 +1,34 @@
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 information required for updating management audit logging details.
16
+ */
17
+ export interface UpdateAuditLoggingDestinationDetails {
18
+ /**
19
+ * The bucket name to which audit logs will be stored.
20
+ */
21
+ "bucketName": string;
22
+ /**
23
+ * The namespace under bucket to which audit logs will be stored.
24
+ */
25
+ "namespace": string;
26
+ /**
27
+ * The compartmentId [OCID] under namespace to which audit logs will be stored.
28
+ */
29
+ "compartmentId": string;
30
+ }
31
+ export declare namespace UpdateAuditLoggingDestinationDetails {
32
+ function getJsonObj(obj: UpdateAuditLoggingDestinationDetails): object;
33
+ function getDeserializedJsonObj(obj: UpdateAuditLoggingDestinationDetails): object;
34
+ }
@@ -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.UpdateAuditLoggingDestinationDetails = void 0;
17
+ var UpdateAuditLoggingDestinationDetails;
18
+ (function (UpdateAuditLoggingDestinationDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ UpdateAuditLoggingDestinationDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ UpdateAuditLoggingDestinationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(UpdateAuditLoggingDestinationDetails = exports.UpdateAuditLoggingDestinationDetails || (exports.UpdateAuditLoggingDestinationDetails = {}));
30
+ //# sourceMappingURL=update-audit-logging-destination-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-audit-logging-destination-details.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/update-audit-logging-destination-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,oCAAoC,CAWpD;AAXD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAWpD"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Vault Key Management API
3
+ * Use the Key Management API to manage vaults and keys. For more information, see [Managing Vaults](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 details of the registered mTLS vault that you wish to update.
16
+ */
17
+ export interface UpdateRegisteredVaultForMtlsDetails {
18
+ /**
19
+ * Identifier of the fleet associated with the mTLS connection.
20
+ */
21
+ "fleetId": string;
22
+ }
23
+ export declare namespace UpdateRegisteredVaultForMtlsDetails {
24
+ function getJsonObj(obj: UpdateRegisteredVaultForMtlsDetails): object;
25
+ function getDeserializedJsonObj(obj: UpdateRegisteredVaultForMtlsDetails): object;
26
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Vault Key Management API
4
+ * Use the Key Management API to manage vaults and keys. For more information, see [Managing Vaults](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.UpdateRegisteredVaultForMtlsDetails = void 0;
17
+ var UpdateRegisteredVaultForMtlsDetails;
18
+ (function (UpdateRegisteredVaultForMtlsDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ UpdateRegisteredVaultForMtlsDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ UpdateRegisteredVaultForMtlsDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(UpdateRegisteredVaultForMtlsDetails = exports.UpdateRegisteredVaultForMtlsDetails || (exports.UpdateRegisteredVaultForMtlsDetails = {}));
30
+ //# sourceMappingURL=update-registered-vault-for-mtls-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-registered-vault-for-mtls-details.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/update-registered-vault-for-mtls-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAeH,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,43 @@
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 of the update mTLS vault api call.
16
+ */
17
+ export interface VaultMtlsUpdateResponse {
18
+ /**
19
+ * The mTLS DNS endpoint for performing crypto operations.
20
+ */
21
+ "mtlsCryptoDns": string;
22
+ /**
23
+ * Identifier of the fleet associated with the mTLS connection.
24
+ */
25
+ "fleetId": string;
26
+ /**
27
+ * The mtls vault registering state.
28
+ */
29
+ "status": VaultMtlsUpdateResponse.Status;
30
+ }
31
+ export declare namespace VaultMtlsUpdateResponse {
32
+ enum Status {
33
+ Creating = "CREATING",
34
+ Created = "CREATED",
35
+ /**
36
+ * This value is used if a service returns a value for this enum that is not recognized by this
37
+ * version of the SDK.
38
+ */
39
+ UnknownValue = "UNKNOWN_VALUE"
40
+ }
41
+ function getJsonObj(obj: VaultMtlsUpdateResponse): object;
42
+ function getDeserializedJsonObj(obj: VaultMtlsUpdateResponse): object;
43
+ }
@@ -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](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.VaultMtlsUpdateResponse = void 0;
17
+ var VaultMtlsUpdateResponse;
18
+ (function (VaultMtlsUpdateResponse) {
19
+ let Status;
20
+ (function (Status) {
21
+ Status["Creating"] = "CREATING";
22
+ Status["Created"] = "CREATED";
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
+ Status["UnknownValue"] = "UNKNOWN_VALUE";
28
+ })(Status = VaultMtlsUpdateResponse.Status || (VaultMtlsUpdateResponse.Status = {}));
29
+ function getJsonObj(obj) {
30
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
31
+ return jsonObj;
32
+ }
33
+ VaultMtlsUpdateResponse.getJsonObj = getJsonObj;
34
+ function getDeserializedJsonObj(obj) {
35
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
36
+ return jsonObj;
37
+ }
38
+ VaultMtlsUpdateResponse.getDeserializedJsonObj = getDeserializedJsonObj;
39
+ })(VaultMtlsUpdateResponse = exports.VaultMtlsUpdateResponse || (exports.VaultMtlsUpdateResponse = {}));
40
+ //# sourceMappingURL=vault-mtls-update-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vault-mtls-update-response.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/vault-mtls-update-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,uBAAuB,CAqBvC;AArBD,WAAiB,uBAAuB;IACtC,IAAY,MAQX;IARD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,6BAAmB,CAAA;QACnB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EARW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAQjB;IAED,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,EArBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAqBvC"}
@@ -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, 2026, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/keymanagement/DisableAuditMgmtLogging.ts.html |here} to see how to use DisableAuditMgmtLoggingRequest.
16
+ */
17
+ export interface DisableAuditMgmtLoggingRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the HSM Cluster. This is a unique identifier assigned to each hsmCluster.
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=disable-audit-mgmt-logging-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disable-audit-mgmt-logging-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/disable-audit-mgmt-logging-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}