oci-keymanagement 2.78.0 → 2.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -0
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +253 -46
- package/lib/client.js +995 -47
- package/lib/client.js.map +1 -1
- package/lib/kmshsmcluster-waiter.d.ts +38 -0
- package/lib/kmshsmcluster-waiter.js +78 -0
- package/lib/kmshsmcluster-waiter.js.map +1 -0
- package/lib/model/change-hsm-cluster-compartment-details.d.ts +26 -0
- package/lib/model/change-hsm-cluster-compartment-details.js +30 -0
- package/lib/model/change-hsm-cluster-compartment-details.js.map +1 -0
- package/lib/model/create-hsm-cluster-details.d.ts +52 -0
- package/lib/model/create-hsm-cluster-details.js +30 -0
- package/lib/model/create-hsm-cluster-details.js.map +1 -0
- package/lib/model/hsm-cluster-collection.d.ts +27 -0
- package/lib/model/hsm-cluster-collection.js +62 -0
- package/lib/model/hsm-cluster-collection.js.map +1 -0
- package/lib/model/hsm-cluster-summary.d.ts +87 -0
- package/lib/model/hsm-cluster-summary.js +30 -0
- package/lib/model/hsm-cluster-summary.js.map +1 -0
- package/lib/model/hsm-cluster.d.ts +105 -0
- package/lib/model/hsm-cluster.js +49 -0
- package/lib/model/hsm-cluster.js.map +1 -0
- package/lib/model/hsm-partition-collection.d.ts +27 -0
- package/lib/model/hsm-partition-collection.js +62 -0
- package/lib/model/hsm-partition-collection.js.map +1 -0
- package/lib/model/hsm-partition-summary.d.ts +57 -0
- package/lib/model/hsm-partition-summary.js +62 -0
- package/lib/model/hsm-partition-summary.js.map +1 -0
- package/lib/model/hsm-partition.d.ts +64 -0
- package/lib/model/hsm-partition.js +74 -0
- package/lib/model/hsm-partition.js.map +1 -0
- package/lib/model/index.d.ts +26 -0
- package/lib/model/index.js +28 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/port-information.d.ts +39 -0
- package/lib/model/port-information.js +40 -0
- package/lib/model/port-information.js.map +1 -0
- package/lib/model/pre-co-user-credentials.d.ts +30 -0
- package/lib/model/pre-co-user-credentials.js +30 -0
- package/lib/model/pre-co-user-credentials.js.map +1 -0
- package/lib/model/schedule-hsm-cluster-deletion-details.d.ts +31 -0
- package/lib/model/schedule-hsm-cluster-deletion-details.js +30 -0
- package/lib/model/schedule-hsm-cluster-deletion-details.js.map +1 -0
- package/lib/model/sign-data-details.d.ts +8 -0
- package/lib/model/sign-data-details.js.map +1 -1
- package/lib/model/update-hsm-cluster-details.d.ts +48 -0
- package/lib/model/update-hsm-cluster-details.js +30 -0
- package/lib/model/update-hsm-cluster-details.js.map +1 -0
- package/lib/model/upload-partition-certificates-details.d.ts +30 -0
- package/lib/model/upload-partition-certificates-details.js +30 -0
- package/lib/model/upload-partition-certificates-details.js.map +1 -0
- package/lib/request/backup-key-request.d.ts +1 -1
- package/lib/request/backup-vault-request.d.ts +1 -1
- package/lib/request/cancel-hsm-cluster-deletion-request.d.ts +48 -0
- package/lib/request/cancel-hsm-cluster-deletion-request.js +15 -0
- package/lib/request/cancel-hsm-cluster-deletion-request.js.map +1 -0
- package/lib/request/cancel-key-deletion-request.d.ts +1 -1
- package/lib/request/cancel-key-version-deletion-request.d.ts +1 -1
- package/lib/request/cancel-vault-deletion-request.d.ts +1 -1
- package/lib/request/change-hsm-cluster-compartment-request.d.ts +53 -0
- package/lib/request/change-hsm-cluster-compartment-request.js +15 -0
- package/lib/request/change-hsm-cluster-compartment-request.js.map +1 -0
- package/lib/request/change-key-compartment-request.d.ts +1 -1
- package/lib/request/change-vault-compartment-request.d.ts +1 -1
- package/lib/request/create-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-hsm-cluster-request.d.ts +40 -0
- package/lib/request/create-hsm-cluster-request.js +15 -0
- package/lib/request/create-hsm-cluster-request.js.map +1 -0
- package/lib/request/create-key-request.d.ts +1 -1
- package/lib/request/create-key-version-request.d.ts +1 -1
- package/lib/request/create-vault-replica-request.d.ts +1 -1
- package/lib/request/create-vault-request.d.ts +1 -1
- package/lib/request/decrypt-request.d.ts +1 -1
- package/lib/request/delete-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-vault-replica-request.d.ts +1 -1
- package/lib/request/disable-key-request.d.ts +1 -1
- package/lib/request/download-certificate-signing-request-request.d.ts +48 -0
- package/lib/request/download-certificate-signing-request-request.js +15 -0
- package/lib/request/download-certificate-signing-request-request.js.map +1 -0
- package/lib/request/enable-key-request.d.ts +1 -1
- package/lib/request/encrypt-request.d.ts +1 -1
- package/lib/request/export-key-request.d.ts +1 -1
- package/lib/request/generate-data-encryption-key-request.d.ts +1 -1
- package/lib/request/get-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-hsm-cluster-request.d.ts +29 -0
- package/lib/request/get-hsm-cluster-request.js +15 -0
- package/lib/request/get-hsm-cluster-request.js.map +1 -0
- package/lib/request/get-hsm-partition-request.d.ts +43 -0
- package/lib/request/get-hsm-partition-request.js +15 -0
- package/lib/request/get-hsm-partition-request.js.map +1 -0
- package/lib/request/get-key-request.d.ts +1 -1
- package/lib/request/get-key-version-request.d.ts +1 -1
- package/lib/request/get-pre-co-user-credentials-request.d.ts +39 -0
- package/lib/request/get-pre-co-user-credentials-request.js +15 -0
- package/lib/request/get-pre-co-user-credentials-request.js.map +1 -0
- package/lib/request/get-replication-status-request.d.ts +1 -1
- package/lib/request/get-vault-request.d.ts +1 -1
- package/lib/request/get-vault-usage-request.d.ts +1 -1
- package/lib/request/get-wrapping-key-request.d.ts +1 -1
- package/lib/request/import-key-request.d.ts +1 -1
- package/lib/request/import-key-version-request.d.ts +1 -1
- package/lib/request/index.d.ts +24 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-ekms-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-hsm-clusters-request.d.ts +62 -0
- package/lib/request/list-hsm-clusters-request.js +29 -0
- package/lib/request/list-hsm-clusters-request.js.map +1 -0
- package/lib/request/list-hsm-partitions-request.d.ts +66 -0
- package/lib/request/list-hsm-partitions-request.js +29 -0
- package/lib/request/list-hsm-partitions-request.js.map +1 -0
- package/lib/request/list-key-versions-request.d.ts +1 -1
- package/lib/request/list-keys-request.d.ts +1 -1
- package/lib/request/list-vault-replicas-request.d.ts +1 -1
- package/lib/request/list-vaults-request.d.ts +1 -1
- package/lib/request/restore-key-from-file-request.d.ts +1 -1
- package/lib/request/restore-key-from-object-store-request.d.ts +1 -1
- package/lib/request/restore-vault-from-file-request.d.ts +1 -1
- package/lib/request/restore-vault-from-object-store-request.d.ts +1 -1
- package/lib/request/schedule-hsm-cluster-deletion-request.d.ts +53 -0
- package/lib/request/schedule-hsm-cluster-deletion-request.js +15 -0
- package/lib/request/schedule-hsm-cluster-deletion-request.js.map +1 -0
- package/lib/request/schedule-key-deletion-request.d.ts +1 -1
- package/lib/request/schedule-key-version-deletion-request.d.ts +1 -1
- package/lib/request/schedule-vault-deletion-request.d.ts +1 -1
- package/lib/request/sign-request.d.ts +1 -1
- package/lib/request/update-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-hsm-cluster-request.d.ts +43 -0
- package/lib/request/update-hsm-cluster-request.js +15 -0
- package/lib/request/update-hsm-cluster-request.js.map +1 -0
- package/lib/request/update-key-request.d.ts +1 -1
- package/lib/request/update-vault-request.d.ts +1 -1
- package/lib/request/upload-partition-certificates-request.d.ts +53 -0
- package/lib/request/upload-partition-certificates-request.js +15 -0
- package/lib/request/upload-partition-certificates-request.js.map +1 -0
- package/lib/request/verify-request.d.ts +1 -1
- package/lib/response/cancel-hsm-cluster-deletion-response.d.ts +29 -0
- package/lib/response/cancel-hsm-cluster-deletion-response.js +15 -0
- package/lib/response/cancel-hsm-cluster-deletion-response.js.map +1 -0
- package/lib/response/change-hsm-cluster-compartment-response.d.ts +24 -0
- package/lib/response/change-hsm-cluster-compartment-response.js +15 -0
- package/lib/response/change-hsm-cluster-compartment-response.js.map +1 -0
- package/lib/response/create-hsm-cluster-response.d.ts +29 -0
- package/lib/response/create-hsm-cluster-response.js +15 -0
- package/lib/response/create-hsm-cluster-response.js.map +1 -0
- package/lib/response/download-certificate-signing-request-response.d.ts +28 -0
- package/lib/response/download-certificate-signing-request-response.js +15 -0
- package/lib/response/download-certificate-signing-request-response.js.map +1 -0
- package/lib/response/get-hsm-cluster-response.d.ts +29 -0
- package/lib/response/get-hsm-cluster-response.js +15 -0
- package/lib/response/get-hsm-cluster-response.js.map +1 -0
- package/lib/response/get-hsm-partition-response.d.ts +29 -0
- package/lib/response/get-hsm-partition-response.js +15 -0
- package/lib/response/get-hsm-partition-response.js.map +1 -0
- package/lib/response/get-pre-co-user-credentials-response.d.ts +29 -0
- package/lib/response/get-pre-co-user-credentials-response.js +15 -0
- package/lib/response/get-pre-co-user-credentials-response.js.map +1 -0
- package/lib/response/index.d.ts +24 -0
- package/lib/response/list-hsm-clusters-response.d.ts +33 -0
- package/lib/response/list-hsm-clusters-response.js +15 -0
- package/lib/response/list-hsm-clusters-response.js.map +1 -0
- package/lib/response/list-hsm-partitions-response.d.ts +33 -0
- package/lib/response/list-hsm-partitions-response.js +15 -0
- package/lib/response/list-hsm-partitions-response.js.map +1 -0
- package/lib/response/schedule-hsm-cluster-deletion-response.d.ts +29 -0
- package/lib/response/schedule-hsm-cluster-deletion-response.js +15 -0
- package/lib/response/schedule-hsm-cluster-deletion-response.js.map +1 -0
- package/lib/response/update-hsm-cluster-response.d.ts +29 -0
- package/lib/response/update-hsm-cluster-response.js +15 -0
- package/lib/response/update-hsm-cluster-response.js.map +1 -0
- package/lib/response/upload-partition-certificates-response.d.ts +24 -0
- package/lib/response/upload-partition-certificates-response.js +15 -0
- package/lib/response/upload-partition-certificates-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: release
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=download-certificate-signing-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"download-certificate-signing-request-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/download-certificate-signing-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/EnableKey.ts.html |here} to see how to use EnableKeyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface EnableKeyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/Encrypt.ts.html |here} to see how to use EncryptRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface EncryptRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ExportKeyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface GenerateDataEncryptionKeyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetEkmsPrivateEndpoint.ts.html |here} to see how to use GetEkmsPrivateEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetEkmsPrivateEndpointRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetHsmCluster.ts.html |here} to see how to use GetHsmClusterRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetHsmClusterRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the HSM Cluster.
|
|
20
|
+
*/
|
|
21
|
+
"hsmClusterId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique identifier for the request. If provided, the returned request ID
|
|
24
|
+
* will include this value. Otherwise, a random request ID will be
|
|
25
|
+
* generated by the service.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId"?: string;
|
|
29
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: release
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-hsm-cluster-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-hsm-cluster-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/get-hsm-cluster-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, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetHsmPartition.ts.html |here} to see how to use GetHsmPartitionRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetHsmPartitionRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the HSM Cluster.
|
|
20
|
+
*/
|
|
21
|
+
"hsmClusterId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the HSM Partition.
|
|
24
|
+
*/
|
|
25
|
+
"hsmPartitionId": string;
|
|
26
|
+
/**
|
|
27
|
+
* Unique identifier for the request. If provided, the returned request ID
|
|
28
|
+
* will include this value. Otherwise, a random request ID will be
|
|
29
|
+
* generated by the service.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* A token that uniquely identifies a request so it can be retried in case
|
|
35
|
+
* of a timeout or server error without risk of executing that same action
|
|
36
|
+
* again. Retry tokens expire after 24 hours, but can be invalidated
|
|
37
|
+
* before then due to conflicting operations (e.g., if a resource has been
|
|
38
|
+
* deleted and purged from the system, then a retry of the original
|
|
39
|
+
* creation request may be rejected).
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"opcRetryToken"?: 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, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-hsm-partition-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-hsm-partition-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/get-hsm-partition-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetKey.ts.html |here} to see how to use GetKeyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetKeyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetKeyVersionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: release
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetPreCoUserCredentials.ts.html |here} to see how to use GetPreCoUserCredentialsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetPreCoUserCredentialsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the HSM Cluster.
|
|
20
|
+
*/
|
|
21
|
+
"hsmClusterId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique identifier for the request. If provided, the returned request ID
|
|
24
|
+
* will include this value. Otherwise, a random request ID will be
|
|
25
|
+
* generated by the service.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A token that uniquely identifies a request so it can be retried in case
|
|
31
|
+
* of a timeout or server error without risk of executing that same action
|
|
32
|
+
* again. Retry tokens expire after 24 hours, but can be invalidated
|
|
33
|
+
* before then due to conflicting operations (e.g., if a resource has been
|
|
34
|
+
* deleted and purged from the system, then a retry of the original
|
|
35
|
+
* creation request may be rejected).
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"opcRetryToken"?: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: release
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-pre-co-user-credentials-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-pre-co-user-credentials-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/get-pre-co-user-credentials-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatusRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetReplicationStatusRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetVault.ts.html |here} to see how to use GetVaultRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetVaultRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetVaultUsageRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKeyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWrappingKeyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ImportKey.ts.html |here} to see how to use ImportKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ImportKeyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ImportKeyVersionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -33,6 +33,30 @@ import * as SignRequest from "./sign-request";
|
|
|
33
33
|
export import SignRequest = SignRequest.SignRequest;
|
|
34
34
|
import * as VerifyRequest from "./verify-request";
|
|
35
35
|
export import VerifyRequest = VerifyRequest.VerifyRequest;
|
|
36
|
+
import * as CancelHsmClusterDeletionRequest from "./cancel-hsm-cluster-deletion-request";
|
|
37
|
+
export import CancelHsmClusterDeletionRequest = CancelHsmClusterDeletionRequest.CancelHsmClusterDeletionRequest;
|
|
38
|
+
import * as ChangeHsmClusterCompartmentRequest from "./change-hsm-cluster-compartment-request";
|
|
39
|
+
export import ChangeHsmClusterCompartmentRequest = ChangeHsmClusterCompartmentRequest.ChangeHsmClusterCompartmentRequest;
|
|
40
|
+
import * as CreateHsmClusterRequest from "./create-hsm-cluster-request";
|
|
41
|
+
export import CreateHsmClusterRequest = CreateHsmClusterRequest.CreateHsmClusterRequest;
|
|
42
|
+
import * as DownloadCertificateSigningRequestRequest from "./download-certificate-signing-request-request";
|
|
43
|
+
export import DownloadCertificateSigningRequestRequest = DownloadCertificateSigningRequestRequest.DownloadCertificateSigningRequestRequest;
|
|
44
|
+
import * as GetHsmClusterRequest from "./get-hsm-cluster-request";
|
|
45
|
+
export import GetHsmClusterRequest = GetHsmClusterRequest.GetHsmClusterRequest;
|
|
46
|
+
import * as GetHsmPartitionRequest from "./get-hsm-partition-request";
|
|
47
|
+
export import GetHsmPartitionRequest = GetHsmPartitionRequest.GetHsmPartitionRequest;
|
|
48
|
+
import * as GetPreCoUserCredentialsRequest from "./get-pre-co-user-credentials-request";
|
|
49
|
+
export import GetPreCoUserCredentialsRequest = GetPreCoUserCredentialsRequest.GetPreCoUserCredentialsRequest;
|
|
50
|
+
import * as ListHsmClustersRequest from "./list-hsm-clusters-request";
|
|
51
|
+
export import ListHsmClustersRequest = ListHsmClustersRequest.ListHsmClustersRequest;
|
|
52
|
+
import * as ListHsmPartitionsRequest from "./list-hsm-partitions-request";
|
|
53
|
+
export import ListHsmPartitionsRequest = ListHsmPartitionsRequest.ListHsmPartitionsRequest;
|
|
54
|
+
import * as ScheduleHsmClusterDeletionRequest from "./schedule-hsm-cluster-deletion-request";
|
|
55
|
+
export import ScheduleHsmClusterDeletionRequest = ScheduleHsmClusterDeletionRequest.ScheduleHsmClusterDeletionRequest;
|
|
56
|
+
import * as UpdateHsmClusterRequest from "./update-hsm-cluster-request";
|
|
57
|
+
export import UpdateHsmClusterRequest = UpdateHsmClusterRequest.UpdateHsmClusterRequest;
|
|
58
|
+
import * as UploadPartitionCertificatesRequest from "./upload-partition-certificates-request";
|
|
59
|
+
export import UploadPartitionCertificatesRequest = UploadPartitionCertificatesRequest.UploadPartitionCertificatesRequest;
|
|
36
60
|
import * as BackupKeyRequest from "./backup-key-request";
|
|
37
61
|
export import BackupKeyRequest = BackupKeyRequest.BackupKeyRequest;
|
|
38
62
|
import * as CancelKeyDeletionRequest from "./cancel-key-deletion-request";
|
package/lib/request/index.js
CHANGED
|
@@ -32,9 +32,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
32
32
|
return result;
|
|
33
33
|
};
|
|
34
34
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.ListVaultsRequest = exports.ListVaultReplicasRequest = exports.ListKeysRequest = exports.ListKeyVersionsRequest = exports.ListEkmsPrivateEndpointsRequest = void 0;
|
|
35
|
+
exports.ListVaultsRequest = exports.ListVaultReplicasRequest = exports.ListKeysRequest = exports.ListKeyVersionsRequest = exports.ListHsmPartitionsRequest = exports.ListHsmClustersRequest = exports.ListEkmsPrivateEndpointsRequest = void 0;
|
|
36
36
|
const ListEkmsPrivateEndpointsRequest = __importStar(require("./list-ekms-private-endpoints-request"));
|
|
37
37
|
exports.ListEkmsPrivateEndpointsRequest = ListEkmsPrivateEndpointsRequest.ListEkmsPrivateEndpointsRequest;
|
|
38
|
+
const ListHsmClustersRequest = __importStar(require("./list-hsm-clusters-request"));
|
|
39
|
+
exports.ListHsmClustersRequest = ListHsmClustersRequest.ListHsmClustersRequest;
|
|
40
|
+
const ListHsmPartitionsRequest = __importStar(require("./list-hsm-partitions-request"));
|
|
41
|
+
exports.ListHsmPartitionsRequest = ListHsmPartitionsRequest.ListHsmPartitionsRequest;
|
|
38
42
|
const ListKeyVersionsRequest = __importStar(require("./list-key-versions-request"));
|
|
39
43
|
exports.ListKeyVersionsRequest = ListKeyVersionsRequest.ListKeyVersionsRequest;
|
|
40
44
|
const ListKeysRequest = __importStar(require("./list-keys-request"));
|
package/lib/request/index.js.map
CHANGED
|
@@ -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;
|
|
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"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ListEkmsPrivateEndpoints.ts.html |here} to see how to use ListEkmsPrivateEndpointsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListEkmsPrivateEndpointsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: release
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ListHsmClusters.ts.html |here} to see how to use ListHsmClustersRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListHsmClustersRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the compartment.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The maximum number of items to return in a paginated \"List\" call.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"limit"?: number;
|
|
27
|
+
/**
|
|
28
|
+
* The value of the {@code opc-next-page} response header
|
|
29
|
+
* from the previous \"List\" call.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"page"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Unique identifier for the request. If provided, the returned request ID
|
|
35
|
+
* will include this value. Otherwise, a random request ID will be
|
|
36
|
+
* generated by the service.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The field to sort by. You can specify only one sort order. The default
|
|
42
|
+
* order for {@code TIMECREATED} is descending. The default order for {@code DISPLAYNAME}
|
|
43
|
+
* is ascending.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"sortBy"?: ListHsmClustersRequest.SortBy;
|
|
47
|
+
/**
|
|
48
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"sortOrder"?: ListHsmClustersRequest.SortOrder;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace ListHsmClustersRequest {
|
|
54
|
+
enum SortBy {
|
|
55
|
+
Timecreated = "TIMECREATED",
|
|
56
|
+
Displayname = "DISPLAYNAME"
|
|
57
|
+
}
|
|
58
|
+
enum SortOrder {
|
|
59
|
+
Asc = "ASC",
|
|
60
|
+
Desc = "DESC"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: release
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListHsmClustersRequest = void 0;
|
|
16
|
+
var ListHsmClustersRequest;
|
|
17
|
+
(function (ListHsmClustersRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Timecreated"] = "TIMECREATED";
|
|
21
|
+
SortBy["Displayname"] = "DISPLAYNAME";
|
|
22
|
+
})(SortBy = ListHsmClustersRequest.SortBy || (ListHsmClustersRequest.SortBy = {}));
|
|
23
|
+
let SortOrder;
|
|
24
|
+
(function (SortOrder) {
|
|
25
|
+
SortOrder["Asc"] = "ASC";
|
|
26
|
+
SortOrder["Desc"] = "DESC";
|
|
27
|
+
})(SortOrder = ListHsmClustersRequest.SortOrder || (ListHsmClustersRequest.SortOrder = {}));
|
|
28
|
+
})(ListHsmClustersRequest = exports.ListHsmClustersRequest || (exports.ListHsmClustersRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-hsm-clusters-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-hsm-clusters-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/list-hsm-clusters-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6CH,IAAiB,sBAAsB,CAUtC;AAVD,WAAiB,sBAAsB;IACrC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,6BAAM,KAAN,6BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,gCAAS,KAAT,gCAAS,QAGpB;AACH,CAAC,EAVgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAUtC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: release
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ListHsmPartitions.ts.html |here} to see how to use ListHsmPartitionsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListHsmPartitionsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the HSM Cluster.
|
|
20
|
+
*/
|
|
21
|
+
"hsmClusterId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The maximum number of items to return in a paginated \"List\" call.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"limit"?: number;
|
|
27
|
+
/**
|
|
28
|
+
* The value of the {@code opc-next-page} response header
|
|
29
|
+
* from the previous \"List\" call.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"page"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Unique identifier for the request. If provided, the returned request ID
|
|
35
|
+
* will include this value. Otherwise, a random request ID will be
|
|
36
|
+
* generated by the service.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The field to sort by. You can specify only one sort order. The default
|
|
42
|
+
* order for {@code TIMECREATED} is descending. The default order for {@code DISPLAYNAME}
|
|
43
|
+
* is ascending.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"sortBy"?: ListHsmPartitionsRequest.SortBy;
|
|
47
|
+
/**
|
|
48
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"sortOrder"?: ListHsmPartitionsRequest.SortOrder;
|
|
52
|
+
/**
|
|
53
|
+
* A filter that returns only resources that match the specified lifecycle state. The state value is case-insensitive.
|
|
54
|
+
*/
|
|
55
|
+
"lifecycleState"?: string;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace ListHsmPartitionsRequest {
|
|
58
|
+
enum SortBy {
|
|
59
|
+
Timecreated = "TIMECREATED",
|
|
60
|
+
Displayname = "DISPLAYNAME"
|
|
61
|
+
}
|
|
62
|
+
enum SortOrder {
|
|
63
|
+
Asc = "ASC",
|
|
64
|
+
Desc = "DESC"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: release
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListHsmPartitionsRequest = void 0;
|
|
16
|
+
var ListHsmPartitionsRequest;
|
|
17
|
+
(function (ListHsmPartitionsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Timecreated"] = "TIMECREATED";
|
|
21
|
+
SortBy["Displayname"] = "DISPLAYNAME";
|
|
22
|
+
})(SortBy = ListHsmPartitionsRequest.SortBy || (ListHsmPartitionsRequest.SortBy = {}));
|
|
23
|
+
let SortOrder;
|
|
24
|
+
(function (SortOrder) {
|
|
25
|
+
SortOrder["Asc"] = "ASC";
|
|
26
|
+
SortOrder["Desc"] = "DESC";
|
|
27
|
+
})(SortOrder = ListHsmPartitionsRequest.SortOrder || (ListHsmPartitionsRequest.SortOrder = {}));
|
|
28
|
+
})(ListHsmPartitionsRequest = exports.ListHsmPartitionsRequest || (exports.ListHsmPartitionsRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-hsm-partitions-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-hsm-partitions-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/list-hsm-partitions-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiDH,IAAiB,wBAAwB,CAUxC;AAVD,WAAiB,wBAAwB;IACvC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,+BAAM,KAAN,+BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,kCAAS,KAAT,kCAAS,QAGpB;AACH,CAAC,EAVgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAUxC"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListKeyVersionsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ListKeys.ts.html |here} to see how to use ListKeysRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListKeysRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicasRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListVaultReplicasRequest extends common.BaseRequest {
|
|
18
18
|
/**
|