oci-keymanagement 2.130.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,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/EnableAuditMgmtLogging.ts.html |here} to see how to use EnableAuditMgmtLoggingRequest.
16
+ */
17
+ export interface EnableAuditMgmtLoggingRequest 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
+ * A token that uniquely identifies a request so it can be retried in case
33
+ * of a timeout or server error without risk of executing that same action
34
+ * again. Retry tokens expire after 24 hours, but can be invalidated
35
+ * before then due to conflicting operations (e.g., if a resource has been
36
+ * deleted and purged from the system, then a retry of the original
37
+ * creation request may be rejected).
38
+ *
39
+ */
40
+ "opcRetryToken"?: string;
41
+ /**
42
+ * Unique identifier for the request. If provided, the returned request ID
43
+ * will include this value. Otherwise, a random request ID will be
44
+ * generated by the service.
45
+ *
46
+ */
47
+ "opcRequestId"?: 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=enable-audit-mgmt-logging-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enable-audit-mgmt-logging-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/enable-audit-mgmt-logging-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -39,20 +39,28 @@ import * as ChangeHsmClusterCompartmentRequest from "./change-hsm-cluster-compar
39
39
  export import ChangeHsmClusterCompartmentRequest = ChangeHsmClusterCompartmentRequest.ChangeHsmClusterCompartmentRequest;
40
40
  import * as CreateHsmClusterRequest from "./create-hsm-cluster-request";
41
41
  export import CreateHsmClusterRequest = CreateHsmClusterRequest.CreateHsmClusterRequest;
42
+ import * as DisableAuditMgmtLoggingRequest from "./disable-audit-mgmt-logging-request";
43
+ export import DisableAuditMgmtLoggingRequest = DisableAuditMgmtLoggingRequest.DisableAuditMgmtLoggingRequest;
42
44
  import * as DownloadCertificateSigningRequestRequest from "./download-certificate-signing-request-request";
43
45
  export import DownloadCertificateSigningRequestRequest = DownloadCertificateSigningRequestRequest.DownloadCertificateSigningRequestRequest;
46
+ import * as EnableAuditMgmtLoggingRequest from "./enable-audit-mgmt-logging-request";
47
+ export import EnableAuditMgmtLoggingRequest = EnableAuditMgmtLoggingRequest.EnableAuditMgmtLoggingRequest;
44
48
  import * as GetHsmClusterRequest from "./get-hsm-cluster-request";
45
49
  export import GetHsmClusterRequest = GetHsmClusterRequest.GetHsmClusterRequest;
46
50
  import * as GetHsmPartitionRequest from "./get-hsm-partition-request";
47
51
  export import GetHsmPartitionRequest = GetHsmPartitionRequest.GetHsmPartitionRequest;
48
52
  import * as GetPreCoUserCredentialsRequest from "./get-pre-co-user-credentials-request";
49
53
  export import GetPreCoUserCredentialsRequest = GetPreCoUserCredentialsRequest.GetPreCoUserCredentialsRequest;
54
+ import * as InitiateAuditLoggingRequest from "./initiate-audit-logging-request";
55
+ export import InitiateAuditLoggingRequest = InitiateAuditLoggingRequest.InitiateAuditLoggingRequest;
50
56
  import * as ListHsmClustersRequest from "./list-hsm-clusters-request";
51
57
  export import ListHsmClustersRequest = ListHsmClustersRequest.ListHsmClustersRequest;
52
58
  import * as ListHsmPartitionsRequest from "./list-hsm-partitions-request";
53
59
  export import ListHsmPartitionsRequest = ListHsmPartitionsRequest.ListHsmPartitionsRequest;
54
60
  import * as ScheduleHsmClusterDeletionRequest from "./schedule-hsm-cluster-deletion-request";
55
61
  export import ScheduleHsmClusterDeletionRequest = ScheduleHsmClusterDeletionRequest.ScheduleHsmClusterDeletionRequest;
62
+ import * as UpdateAuditLoggingDestinationRequest from "./update-audit-logging-destination-request";
63
+ export import UpdateAuditLoggingDestinationRequest = UpdateAuditLoggingDestinationRequest.UpdateAuditLoggingDestinationRequest;
56
64
  import * as UpdateHsmClusterRequest from "./update-hsm-cluster-request";
57
65
  export import UpdateHsmClusterRequest = UpdateHsmClusterRequest.UpdateHsmClusterRequest;
58
66
  import * as UploadPartitionCertificatesRequest from "./upload-partition-certificates-request";
@@ -125,5 +133,7 @@ import * as RestoreVaultFromObjectStoreRequest from "./restore-vault-from-object
125
133
  export import RestoreVaultFromObjectStoreRequest = RestoreVaultFromObjectStoreRequest.RestoreVaultFromObjectStoreRequest;
126
134
  import * as ScheduleVaultDeletionRequest from "./schedule-vault-deletion-request";
127
135
  export import ScheduleVaultDeletionRequest = ScheduleVaultDeletionRequest.ScheduleVaultDeletionRequest;
136
+ import * as UpdateRegisteredVaultForMtlsRequest from "./update-registered-vault-for-mtls-request";
137
+ export import UpdateRegisteredVaultForMtlsRequest = UpdateRegisteredVaultForMtlsRequest.UpdateRegisteredVaultForMtlsRequest;
128
138
  import * as UpdateVaultRequest from "./update-vault-request";
129
139
  export import UpdateVaultRequest = UpdateVaultRequest.UpdateVaultRequest;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAQH,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AA6BhH,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAmC3F,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AA2BhE,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAQH,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAmChH,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAqC3F,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AA2BhE,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC"}
@@ -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, 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 * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/keymanagement/InitiateAuditLogging.ts.html |here} to see how to use InitiateAuditLoggingRequest.
17
+ */
18
+ export interface InitiateAuditLoggingRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the HSM Cluster. This is a unique identifier assigned to each hsmCluster.
21
+ */
22
+ "hsmClusterId": string;
23
+ /**
24
+ * The information need to make changes for management audit logs.
25
+ */
26
+ "initiateAuditLoggingDetails": model.InitiateAuditLoggingDetails;
27
+ /**
28
+ * Unique identifier for the request. If provided, the returned request ID
29
+ * will include this value. Otherwise, a random request ID will be
30
+ * generated by the service.
31
+ *
32
+ */
33
+ "opcRequestId"?: string;
34
+ /**
35
+ * For optimistic concurrency control. In the PUT or DELETE call for a
36
+ * resource, set the {@code if-match} parameter to the value of the etag from a
37
+ * previous GET or POST response for that resource. The resource will be
38
+ * updated or deleted only if the etag you provide matches the resource's
39
+ * current etag value.
40
+ *
41
+ */
42
+ "ifMatch"?: 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, 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=initiate-audit-logging-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initiate-audit-logging-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/initiate-audit-logging-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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, 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 * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/keymanagement/UpdateAuditLoggingDestination.ts.html |here} to see how to use UpdateAuditLoggingDestinationRequest.
17
+ */
18
+ export interface UpdateAuditLoggingDestinationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the HSM Cluster. This is a unique identifier assigned to each hsmCluster.
21
+ */
22
+ "hsmClusterId": string;
23
+ /**
24
+ * The information need to make changes for management audit logs.
25
+ */
26
+ "updateAuditLoggingDestinationDetails": model.UpdateAuditLoggingDestinationDetails;
27
+ /**
28
+ * Unique identifier for the request. If provided, the returned request ID
29
+ * will include this value. Otherwise, a random request ID will be
30
+ * generated by the service.
31
+ *
32
+ */
33
+ "opcRequestId"?: string;
34
+ /**
35
+ * A token that uniquely identifies a request so it can be retried in case
36
+ * of a timeout or server error without risk of executing that same action
37
+ * again. Retry tokens expire after 24 hours, but can be invalidated
38
+ * before then due to conflicting operations (e.g., if a resource has been
39
+ * deleted and purged from the system, then a retry of the original
40
+ * creation request may be rejected).
41
+ *
42
+ */
43
+ "opcRetryToken"?: string;
44
+ /**
45
+ * For optimistic concurrency control. In the PUT or DELETE call for a
46
+ * resource, set the {@code if-match} parameter to the value of the etag from a
47
+ * previous GET or POST response for that resource. The resource will be
48
+ * updated or deleted only if the etag you provide matches the resource's
49
+ * current etag value.
50
+ *
51
+ */
52
+ "ifMatch"?: 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, 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=update-audit-logging-destination-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-audit-logging-destination-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/update-audit-logging-destination-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,43 @@
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 * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/keymanagement/UpdateRegisteredVaultForMtls.ts.html |here} to see how to use UpdateRegisteredVaultForMtlsRequest.
17
+ */
18
+ export interface UpdateRegisteredVaultForMtlsRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the vault.
21
+ */
22
+ "vaultId": string;
23
+ /**
24
+ * Payload to update fleet ids for the registered mTLS vault for mtls.
25
+ */
26
+ "updateRegisteredVaultForMtlsDetails": model.UpdateRegisteredVaultForMtlsDetails;
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
+ }
@@ -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=update-registered-vault-for-mtls-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-registered-vault-for-mtls-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/update-registered-vault-for-mtls-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,22 @@
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
+ export interface DisableAuditMgmtLoggingResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request.
16
+ */
17
+ "opcRequestId": string;
18
+ /**
19
+ * Unique Oracle-assigned identifier for the work request. Use to track progress.
20
+ */
21
+ "opcWorkRequestId": string;
22
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disable-audit-mgmt-logging-response.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/response/disable-audit-mgmt-logging-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,31 @@
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 * as model from "../model";
14
+ export interface EnableAuditMgmtLoggingResponse {
15
+ /**
16
+ * Work-request OCID tracking enable-audit-logging.
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request.
21
+ */
22
+ "opcRequestId": string;
23
+ /**
24
+ * For optimistic concurrency control. See {@code if-match}.
25
+ */
26
+ "etag": string;
27
+ /**
28
+ * The returned model.EnableAuditMgmtLogging instance.
29
+ */
30
+ "enableAuditMgmtLogging": model.EnableAuditMgmtLogging;
31
+ }
@@ -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=enable-audit-mgmt-logging-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enable-audit-mgmt-logging-response.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/response/enable-audit-mgmt-logging-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -39,20 +39,28 @@ import * as ChangeHsmClusterCompartmentResponse from "./change-hsm-cluster-compa
39
39
  export import ChangeHsmClusterCompartmentResponse = ChangeHsmClusterCompartmentResponse.ChangeHsmClusterCompartmentResponse;
40
40
  import * as CreateHsmClusterResponse from "./create-hsm-cluster-response";
41
41
  export import CreateHsmClusterResponse = CreateHsmClusterResponse.CreateHsmClusterResponse;
42
+ import * as DisableAuditMgmtLoggingResponse from "./disable-audit-mgmt-logging-response";
43
+ export import DisableAuditMgmtLoggingResponse = DisableAuditMgmtLoggingResponse.DisableAuditMgmtLoggingResponse;
42
44
  import * as DownloadCertificateSigningRequestResponse from "./download-certificate-signing-request-response";
43
45
  export import DownloadCertificateSigningRequestResponse = DownloadCertificateSigningRequestResponse.DownloadCertificateSigningRequestResponse;
46
+ import * as EnableAuditMgmtLoggingResponse from "./enable-audit-mgmt-logging-response";
47
+ export import EnableAuditMgmtLoggingResponse = EnableAuditMgmtLoggingResponse.EnableAuditMgmtLoggingResponse;
44
48
  import * as GetHsmClusterResponse from "./get-hsm-cluster-response";
45
49
  export import GetHsmClusterResponse = GetHsmClusterResponse.GetHsmClusterResponse;
46
50
  import * as GetHsmPartitionResponse from "./get-hsm-partition-response";
47
51
  export import GetHsmPartitionResponse = GetHsmPartitionResponse.GetHsmPartitionResponse;
48
52
  import * as GetPreCoUserCredentialsResponse from "./get-pre-co-user-credentials-response";
49
53
  export import GetPreCoUserCredentialsResponse = GetPreCoUserCredentialsResponse.GetPreCoUserCredentialsResponse;
54
+ import * as InitiateAuditLoggingResponse from "./initiate-audit-logging-response";
55
+ export import InitiateAuditLoggingResponse = InitiateAuditLoggingResponse.InitiateAuditLoggingResponse;
50
56
  import * as ListHsmClustersResponse from "./list-hsm-clusters-response";
51
57
  export import ListHsmClustersResponse = ListHsmClustersResponse.ListHsmClustersResponse;
52
58
  import * as ListHsmPartitionsResponse from "./list-hsm-partitions-response";
53
59
  export import ListHsmPartitionsResponse = ListHsmPartitionsResponse.ListHsmPartitionsResponse;
54
60
  import * as ScheduleHsmClusterDeletionResponse from "./schedule-hsm-cluster-deletion-response";
55
61
  export import ScheduleHsmClusterDeletionResponse = ScheduleHsmClusterDeletionResponse.ScheduleHsmClusterDeletionResponse;
62
+ import * as UpdateAuditLoggingDestinationResponse from "./update-audit-logging-destination-response";
63
+ export import UpdateAuditLoggingDestinationResponse = UpdateAuditLoggingDestinationResponse.UpdateAuditLoggingDestinationResponse;
56
64
  import * as UpdateHsmClusterResponse from "./update-hsm-cluster-response";
57
65
  export import UpdateHsmClusterResponse = UpdateHsmClusterResponse.UpdateHsmClusterResponse;
58
66
  import * as UploadPartitionCertificatesResponse from "./upload-partition-certificates-response";
@@ -125,5 +133,7 @@ import * as RestoreVaultFromObjectStoreResponse from "./restore-vault-from-objec
125
133
  export import RestoreVaultFromObjectStoreResponse = RestoreVaultFromObjectStoreResponse.RestoreVaultFromObjectStoreResponse;
126
134
  import * as ScheduleVaultDeletionResponse from "./schedule-vault-deletion-response";
127
135
  export import ScheduleVaultDeletionResponse = ScheduleVaultDeletionResponse.ScheduleVaultDeletionResponse;
136
+ import * as UpdateRegisteredVaultForMtlsResponse from "./update-registered-vault-for-mtls-response";
137
+ export import UpdateRegisteredVaultForMtlsResponse = UpdateRegisteredVaultForMtlsResponse.UpdateRegisteredVaultForMtlsResponse;
128
138
  import * as UpdateVaultResponse from "./update-vault-response";
129
139
  export import UpdateVaultResponse = UpdateVaultResponse.UpdateVaultResponse;
@@ -0,0 +1,29 @@
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 * as model from "../model";
14
+ export interface InitiateAuditLoggingResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
21
+ * a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ /**
26
+ * The returned model.AuditLogging instance.
27
+ */
28
+ "auditLogging": model.AuditLogging;
29
+ }
@@ -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=initiate-audit-logging-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initiate-audit-logging-response.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/response/initiate-audit-logging-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,33 @@
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 * as model from "../model";
14
+ export interface UpdateAuditLoggingDestinationResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
21
+ * a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ /**
26
+ * The OCID of the work request. Use GetWorkRequest with this ID to track status.
27
+ */
28
+ "opcWorkRequestId": string;
29
+ /**
30
+ * The returned model.AuditLogging instance.
31
+ */
32
+ "auditLogging": model.AuditLogging;
33
+ }
@@ -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=update-audit-logging-destination-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-audit-logging-destination-response.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/response/update-audit-logging-destination-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,29 @@
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 * as model from "../model";
14
+ export interface UpdateRegisteredVaultForMtlsResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
21
+ * a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ /**
26
+ * The returned model.VaultMtlsUpdateResponse instance.
27
+ */
28
+ "vaultMtlsUpdateResponse": model.VaultMtlsUpdateResponse;
29
+ }
@@ -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=update-registered-vault-for-mtls-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-registered-vault-for-mtls-response.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/response/update-registered-vault-for-mtls-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-keymanagement",
3
- "version": "2.130.0",
3
+ "version": "2.131.0",
4
4
  "description": "OCI NodeJS client for Key Management",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.130.0",
19
- "oci-workrequests": "2.130.0"
18
+ "oci-common": "2.131.0",
19
+ "oci-workrequests": "2.131.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"