oci-keymanagement 2.84.2 → 2.86.1
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/lib/client.d.ts +58 -58
- package/lib/client.js +58 -58
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/lib/request/get-hsm-partition-request.d.ts +1 -1
- 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 +1 -1
- 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/list-ekms-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-hsm-clusters-request.d.ts +1 -1
- package/lib/request/list-hsm-partitions-request.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/lib/request/verify-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -206,7 +206,7 @@ class EkmClient {
|
|
|
206
206
|
* @param CreateEkmsPrivateEndpointRequest
|
|
207
207
|
* @return CreateEkmsPrivateEndpointResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/CreateEkmsPrivateEndpoint.ts.html |here} to see how to use CreateEkmsPrivateEndpoint API.
|
|
210
210
|
*/
|
|
211
211
|
createEkmsPrivateEndpoint(createEkmsPrivateEndpointRequest) {
|
|
212
212
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -274,7 +274,7 @@ class EkmClient {
|
|
|
274
274
|
* @param DeleteEkmsPrivateEndpointRequest
|
|
275
275
|
* @return DeleteEkmsPrivateEndpointResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/DeleteEkmsPrivateEndpoint.ts.html |here} to see how to use DeleteEkmsPrivateEndpoint API.
|
|
278
278
|
*/
|
|
279
279
|
deleteEkmsPrivateEndpoint(deleteEkmsPrivateEndpointRequest) {
|
|
280
280
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -334,7 +334,7 @@ class EkmClient {
|
|
|
334
334
|
* @param GetEkmsPrivateEndpointRequest
|
|
335
335
|
* @return GetEkmsPrivateEndpointResponse
|
|
336
336
|
* @throws OciError when an error occurs
|
|
337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/GetEkmsPrivateEndpoint.ts.html |here} to see how to use GetEkmsPrivateEndpoint API.
|
|
338
338
|
*/
|
|
339
339
|
getEkmsPrivateEndpoint(getEkmsPrivateEndpointRequest) {
|
|
340
340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -398,7 +398,7 @@ class EkmClient {
|
|
|
398
398
|
* @param ListEkmsPrivateEndpointsRequest
|
|
399
399
|
* @return ListEkmsPrivateEndpointsResponse
|
|
400
400
|
* @throws OciError when an error occurs
|
|
401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ListEkmsPrivateEndpoints.ts.html |here} to see how to use ListEkmsPrivateEndpoints API.
|
|
402
402
|
*/
|
|
403
403
|
listEkmsPrivateEndpoints(listEkmsPrivateEndpointsRequest) {
|
|
404
404
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -505,7 +505,7 @@ class EkmClient {
|
|
|
505
505
|
* @param UpdateEkmsPrivateEndpointRequest
|
|
506
506
|
* @return UpdateEkmsPrivateEndpointResponse
|
|
507
507
|
* @throws OciError when an error occurs
|
|
508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/UpdateEkmsPrivateEndpoint.ts.html |here} to see how to use UpdateEkmsPrivateEndpoint API.
|
|
509
509
|
*/
|
|
510
510
|
updateEkmsPrivateEndpoint(updateEkmsPrivateEndpointRequest) {
|
|
511
511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -662,7 +662,7 @@ class KmsCryptoClient {
|
|
|
662
662
|
* @param DecryptRequest
|
|
663
663
|
* @return DecryptResponse
|
|
664
664
|
* @throws OciError when an error occurs
|
|
665
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
665
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
|
|
666
666
|
*/
|
|
667
667
|
decrypt(decryptRequest) {
|
|
668
668
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -721,7 +721,7 @@ class KmsCryptoClient {
|
|
|
721
721
|
* @param EncryptRequest
|
|
722
722
|
* @return EncryptResponse
|
|
723
723
|
* @throws OciError when an error occurs
|
|
724
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
|
|
725
725
|
*/
|
|
726
726
|
encrypt(encryptRequest) {
|
|
727
727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -782,7 +782,7 @@ class KmsCryptoClient {
|
|
|
782
782
|
* @param ExportKeyRequest
|
|
783
783
|
* @return ExportKeyResponse
|
|
784
784
|
* @throws OciError when an error occurs
|
|
785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
|
|
786
786
|
*/
|
|
787
787
|
exportKey(exportKeyRequest) {
|
|
788
788
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -839,7 +839,7 @@ class KmsCryptoClient {
|
|
|
839
839
|
* @param GenerateDataEncryptionKeyRequest
|
|
840
840
|
* @return GenerateDataEncryptionKeyResponse
|
|
841
841
|
* @throws OciError when an error occurs
|
|
842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
|
|
843
843
|
*/
|
|
844
844
|
generateDataEncryptionKey(generateDataEncryptionKeyRequest) {
|
|
845
845
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -900,7 +900,7 @@ class KmsCryptoClient {
|
|
|
900
900
|
* @param SignRequest
|
|
901
901
|
* @return SignResponse
|
|
902
902
|
* @throws OciError when an error occurs
|
|
903
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
903
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/Sign.ts.html |here} to see how to use Sign API.
|
|
904
904
|
*/
|
|
905
905
|
sign(signRequest) {
|
|
906
906
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -961,7 +961,7 @@ class KmsCryptoClient {
|
|
|
961
961
|
* @param VerifyRequest
|
|
962
962
|
* @return VerifyResponse
|
|
963
963
|
* @throws OciError when an error occurs
|
|
964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/Verify.ts.html |here} to see how to use Verify API.
|
|
965
965
|
*/
|
|
966
966
|
verify(verifyRequest) {
|
|
967
967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1168,7 +1168,7 @@ class KmsHsmClusterClient {
|
|
|
1168
1168
|
* @param CancelHsmClusterDeletionRequest
|
|
1169
1169
|
* @return CancelHsmClusterDeletionResponse
|
|
1170
1170
|
* @throws OciError when an error occurs
|
|
1171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/CancelHsmClusterDeletion.ts.html |here} to see how to use CancelHsmClusterDeletion API.
|
|
1172
1172
|
*/
|
|
1173
1173
|
cancelHsmClusterDeletion(cancelHsmClusterDeletionRequest) {
|
|
1174
1174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1234,7 +1234,7 @@ class KmsHsmClusterClient {
|
|
|
1234
1234
|
* @param ChangeHsmClusterCompartmentRequest
|
|
1235
1235
|
* @return ChangeHsmClusterCompartmentResponse
|
|
1236
1236
|
* @throws OciError when an error occurs
|
|
1237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ChangeHsmClusterCompartment.ts.html |here} to see how to use ChangeHsmClusterCompartment API.
|
|
1238
1238
|
*/
|
|
1239
1239
|
changeHsmClusterCompartment(changeHsmClusterCompartmentRequest) {
|
|
1240
1240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1297,7 +1297,7 @@ class KmsHsmClusterClient {
|
|
|
1297
1297
|
* @param CreateHsmClusterRequest
|
|
1298
1298
|
* @return CreateHsmClusterResponse
|
|
1299
1299
|
* @throws OciError when an error occurs
|
|
1300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/CreateHsmCluster.ts.html |here} to see how to use CreateHsmCluster API.
|
|
1301
1301
|
*/
|
|
1302
1302
|
createHsmCluster(createHsmClusterRequest) {
|
|
1303
1303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1361,7 +1361,7 @@ class KmsHsmClusterClient {
|
|
|
1361
1361
|
* @param DownloadCertificateSigningRequestRequest
|
|
1362
1362
|
* @return DownloadCertificateSigningRequestResponse
|
|
1363
1363
|
* @throws OciError when an error occurs
|
|
1364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/DownloadCertificateSigningRequest.ts.html |here} to see how to use DownloadCertificateSigningRequest API.
|
|
1365
1365
|
*/
|
|
1366
1366
|
downloadCertificateSigningRequest(downloadCertificateSigningRequestRequest) {
|
|
1367
1367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1432,7 +1432,7 @@ class KmsHsmClusterClient {
|
|
|
1432
1432
|
* @param GetHsmClusterRequest
|
|
1433
1433
|
* @return GetHsmClusterResponse
|
|
1434
1434
|
* @throws OciError when an error occurs
|
|
1435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/GetHsmCluster.ts.html |here} to see how to use GetHsmCluster API.
|
|
1436
1436
|
*/
|
|
1437
1437
|
getHsmCluster(getHsmClusterRequest) {
|
|
1438
1438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1496,7 +1496,7 @@ class KmsHsmClusterClient {
|
|
|
1496
1496
|
* @param GetHsmPartitionRequest
|
|
1497
1497
|
* @return GetHsmPartitionResponse
|
|
1498
1498
|
* @throws OciError when an error occurs
|
|
1499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/GetHsmPartition.ts.html |here} to see how to use GetHsmPartition API.
|
|
1500
1500
|
*/
|
|
1501
1501
|
getHsmPartition(getHsmPartitionRequest) {
|
|
1502
1502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1562,7 +1562,7 @@ class KmsHsmClusterClient {
|
|
|
1562
1562
|
* @param GetPreCoUserCredentialsRequest
|
|
1563
1563
|
* @return GetPreCoUserCredentialsResponse
|
|
1564
1564
|
* @throws OciError when an error occurs
|
|
1565
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1565
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/GetPreCoUserCredentials.ts.html |here} to see how to use GetPreCoUserCredentials API.
|
|
1566
1566
|
*/
|
|
1567
1567
|
getPreCoUserCredentials(getPreCoUserCredentialsRequest) {
|
|
1568
1568
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1632,7 +1632,7 @@ class KmsHsmClusterClient {
|
|
|
1632
1632
|
* @param ListHsmClustersRequest
|
|
1633
1633
|
* @return ListHsmClustersResponse
|
|
1634
1634
|
* @throws OciError when an error occurs
|
|
1635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ListHsmClusters.ts.html |here} to see how to use ListHsmClusters API.
|
|
1636
1636
|
*/
|
|
1637
1637
|
listHsmClusters(listHsmClustersRequest) {
|
|
1638
1638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1700,7 +1700,7 @@ class KmsHsmClusterClient {
|
|
|
1700
1700
|
* @param ListHsmPartitionsRequest
|
|
1701
1701
|
* @return ListHsmPartitionsResponse
|
|
1702
1702
|
* @throws OciError when an error occurs
|
|
1703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ListHsmPartitions.ts.html |here} to see how to use ListHsmPartitions API.
|
|
1704
1704
|
*/
|
|
1705
1705
|
listHsmPartitions(listHsmPartitionsRequest) {
|
|
1706
1706
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1771,7 +1771,7 @@ class KmsHsmClusterClient {
|
|
|
1771
1771
|
* @param ScheduleHsmClusterDeletionRequest
|
|
1772
1772
|
* @return ScheduleHsmClusterDeletionResponse
|
|
1773
1773
|
* @throws OciError when an error occurs
|
|
1774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ScheduleHsmClusterDeletion.ts.html |here} to see how to use ScheduleHsmClusterDeletion API.
|
|
1775
1775
|
*/
|
|
1776
1776
|
scheduleHsmClusterDeletion(scheduleHsmClusterDeletionRequest) {
|
|
1777
1777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1843,7 +1843,7 @@ class KmsHsmClusterClient {
|
|
|
1843
1843
|
* @param UpdateHsmClusterRequest
|
|
1844
1844
|
* @return UpdateHsmClusterResponse
|
|
1845
1845
|
* @throws OciError when an error occurs
|
|
1846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/UpdateHsmCluster.ts.html |here} to see how to use UpdateHsmCluster API.
|
|
1847
1847
|
*/
|
|
1848
1848
|
updateHsmCluster(updateHsmClusterRequest) {
|
|
1849
1849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1909,7 +1909,7 @@ class KmsHsmClusterClient {
|
|
|
1909
1909
|
* @param UploadPartitionCertificatesRequest
|
|
1910
1910
|
* @return UploadPartitionCertificatesResponse
|
|
1911
1911
|
* @throws OciError when an error occurs
|
|
1912
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1912
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/UploadPartitionCertificates.ts.html |here} to see how to use UploadPartitionCertificates API.
|
|
1913
1913
|
*/
|
|
1914
1914
|
uploadPartitionCertificates(uploadPartitionCertificatesRequest) {
|
|
1915
1915
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2085,7 +2085,7 @@ class KmsManagementClient {
|
|
|
2085
2085
|
* @param BackupKeyRequest
|
|
2086
2086
|
* @return BackupKeyResponse
|
|
2087
2087
|
* @throws OciError when an error occurs
|
|
2088
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
|
|
2089
2089
|
*/
|
|
2090
2090
|
backupKey(backupKeyRequest) {
|
|
2091
2091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2164,7 +2164,7 @@ class KmsManagementClient {
|
|
|
2164
2164
|
* @param CancelKeyDeletionRequest
|
|
2165
2165
|
* @return CancelKeyDeletionResponse
|
|
2166
2166
|
* @throws OciError when an error occurs
|
|
2167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
|
|
2168
2168
|
*/
|
|
2169
2169
|
cancelKeyDeletion(cancelKeyDeletionRequest) {
|
|
2170
2170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2237,7 +2237,7 @@ class KmsManagementClient {
|
|
|
2237
2237
|
* @param CancelKeyVersionDeletionRequest
|
|
2238
2238
|
* @return CancelKeyVersionDeletionResponse
|
|
2239
2239
|
* @throws OciError when an error occurs
|
|
2240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
|
|
2241
2241
|
*/
|
|
2242
2242
|
cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest) {
|
|
2243
2243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2312,7 +2312,7 @@ class KmsManagementClient {
|
|
|
2312
2312
|
* @param ChangeKeyCompartmentRequest
|
|
2313
2313
|
* @return ChangeKeyCompartmentResponse
|
|
2314
2314
|
* @throws OciError when an error occurs
|
|
2315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
|
|
2316
2316
|
*/
|
|
2317
2317
|
changeKeyCompartment(changeKeyCompartmentRequest) {
|
|
2318
2318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2380,7 +2380,7 @@ class KmsManagementClient {
|
|
|
2380
2380
|
* @param CreateKeyRequest
|
|
2381
2381
|
* @return CreateKeyResponse
|
|
2382
2382
|
* @throws OciError when an error occurs
|
|
2383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
|
|
2384
2384
|
*/
|
|
2385
2385
|
createKey(createKeyRequest) {
|
|
2386
2386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2450,7 +2450,7 @@ class KmsManagementClient {
|
|
|
2450
2450
|
* @param CreateKeyVersionRequest
|
|
2451
2451
|
* @return CreateKeyVersionResponse
|
|
2452
2452
|
* @throws OciError when an error occurs
|
|
2453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
|
|
2454
2454
|
*/
|
|
2455
2455
|
createKeyVersion(createKeyVersionRequest) {
|
|
2456
2456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2522,7 +2522,7 @@ class KmsManagementClient {
|
|
|
2522
2522
|
* @param DisableKeyRequest
|
|
2523
2523
|
* @return DisableKeyResponse
|
|
2524
2524
|
* @throws OciError when an error occurs
|
|
2525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
|
|
2526
2526
|
*/
|
|
2527
2527
|
disableKey(disableKeyRequest) {
|
|
2528
2528
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2594,7 +2594,7 @@ class KmsManagementClient {
|
|
|
2594
2594
|
* @param EnableKeyRequest
|
|
2595
2595
|
* @return EnableKeyResponse
|
|
2596
2596
|
* @throws OciError when an error occurs
|
|
2597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
|
|
2598
2598
|
*/
|
|
2599
2599
|
enableKey(enableKeyRequest) {
|
|
2600
2600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2665,7 +2665,7 @@ class KmsManagementClient {
|
|
|
2665
2665
|
* @param GetKeyRequest
|
|
2666
2666
|
* @return GetKeyResponse
|
|
2667
2667
|
* @throws OciError when an error occurs
|
|
2668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
|
|
2669
2669
|
*/
|
|
2670
2670
|
getKey(getKeyRequest) {
|
|
2671
2671
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2734,7 +2734,7 @@ class KmsManagementClient {
|
|
|
2734
2734
|
* @param GetKeyVersionRequest
|
|
2735
2735
|
* @return GetKeyVersionResponse
|
|
2736
2736
|
* @throws OciError when an error occurs
|
|
2737
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2737
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
|
|
2738
2738
|
*/
|
|
2739
2739
|
getKeyVersion(getKeyVersionRequest) {
|
|
2740
2740
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2802,7 +2802,7 @@ class KmsManagementClient {
|
|
|
2802
2802
|
* @param GetReplicationStatusRequest
|
|
2803
2803
|
* @return GetReplicationStatusResponse
|
|
2804
2804
|
* @throws OciError when an error occurs
|
|
2805
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
|
|
2806
2806
|
*/
|
|
2807
2807
|
getReplicationStatus(getReplicationStatusRequest) {
|
|
2808
2808
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2867,7 +2867,7 @@ class KmsManagementClient {
|
|
|
2867
2867
|
* @param GetWrappingKeyRequest
|
|
2868
2868
|
* @return GetWrappingKeyResponse
|
|
2869
2869
|
* @throws OciError when an error occurs
|
|
2870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
|
|
2871
2871
|
*/
|
|
2872
2872
|
getWrappingKey(getWrappingKeyRequest) {
|
|
2873
2873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2934,7 +2934,7 @@ class KmsManagementClient {
|
|
|
2934
2934
|
* @param ImportKeyRequest
|
|
2935
2935
|
* @return ImportKeyResponse
|
|
2936
2936
|
* @throws OciError when an error occurs
|
|
2937
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
|
|
2938
2938
|
*/
|
|
2939
2939
|
importKey(importKeyRequest) {
|
|
2940
2940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3003,7 +3003,7 @@ class KmsManagementClient {
|
|
|
3003
3003
|
* @param ImportKeyVersionRequest
|
|
3004
3004
|
* @return ImportKeyVersionResponse
|
|
3005
3005
|
* @throws OciError when an error occurs
|
|
3006
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
|
|
3007
3007
|
*/
|
|
3008
3008
|
importKeyVersion(importKeyVersionRequest) {
|
|
3009
3009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3075,7 +3075,7 @@ class KmsManagementClient {
|
|
|
3075
3075
|
* @param ListKeyVersionsRequest
|
|
3076
3076
|
* @return ListKeyVersionsResponse
|
|
3077
3077
|
* @throws OciError when an error occurs
|
|
3078
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3078
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
|
|
3079
3079
|
*/
|
|
3080
3080
|
listKeyVersions(listKeyVersionsRequest) {
|
|
3081
3081
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3189,7 +3189,7 @@ class KmsManagementClient {
|
|
|
3189
3189
|
* @param ListKeysRequest
|
|
3190
3190
|
* @return ListKeysResponse
|
|
3191
3191
|
* @throws OciError when an error occurs
|
|
3192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
|
|
3193
3193
|
*/
|
|
3194
3194
|
listKeys(listKeysRequest) {
|
|
3195
3195
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3303,7 +3303,7 @@ class KmsManagementClient {
|
|
|
3303
3303
|
* @param RestoreKeyFromFileRequest
|
|
3304
3304
|
* @return RestoreKeyFromFileResponse
|
|
3305
3305
|
* @throws OciError when an error occurs
|
|
3306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
|
|
3307
3307
|
*/
|
|
3308
3308
|
restoreKeyFromFile(restoreKeyFromFileRequest) {
|
|
3309
3309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3382,7 +3382,7 @@ class KmsManagementClient {
|
|
|
3382
3382
|
* @param RestoreKeyFromObjectStoreRequest
|
|
3383
3383
|
* @return RestoreKeyFromObjectStoreResponse
|
|
3384
3384
|
* @throws OciError when an error occurs
|
|
3385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
|
|
3386
3386
|
*/
|
|
3387
3387
|
restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest) {
|
|
3388
3388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3458,7 +3458,7 @@ class KmsManagementClient {
|
|
|
3458
3458
|
* @param ScheduleKeyDeletionRequest
|
|
3459
3459
|
* @return ScheduleKeyDeletionResponse
|
|
3460
3460
|
* @throws OciError when an error occurs
|
|
3461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
|
|
3462
3462
|
*/
|
|
3463
3463
|
scheduleKeyDeletion(scheduleKeyDeletionRequest) {
|
|
3464
3464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3531,7 +3531,7 @@ class KmsManagementClient {
|
|
|
3531
3531
|
* @param ScheduleKeyVersionDeletionRequest
|
|
3532
3532
|
* @return ScheduleKeyVersionDeletionResponse
|
|
3533
3533
|
* @throws OciError when an error occurs
|
|
3534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
|
|
3535
3535
|
*/
|
|
3536
3536
|
scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest) {
|
|
3537
3537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3606,7 +3606,7 @@ class KmsManagementClient {
|
|
|
3606
3606
|
* @param UpdateKeyRequest
|
|
3607
3607
|
* @return UpdateKeyResponse
|
|
3608
3608
|
* @throws OciError when an error occurs
|
|
3609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
|
|
3610
3610
|
*/
|
|
3611
3611
|
updateKey(updateKeyRequest) {
|
|
3612
3612
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3824,7 +3824,7 @@ class KmsVaultClient {
|
|
|
3824
3824
|
* @param BackupVaultRequest
|
|
3825
3825
|
* @return BackupVaultResponse
|
|
3826
3826
|
* @throws OciError when an error occurs
|
|
3827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3827
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
|
|
3828
3828
|
*/
|
|
3829
3829
|
backupVault(backupVaultRequest) {
|
|
3830
3830
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3904,7 +3904,7 @@ class KmsVaultClient {
|
|
|
3904
3904
|
* @param CancelVaultDeletionRequest
|
|
3905
3905
|
* @return CancelVaultDeletionResponse
|
|
3906
3906
|
* @throws OciError when an error occurs
|
|
3907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3907
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
|
|
3908
3908
|
*/
|
|
3909
3909
|
cancelVaultDeletion(cancelVaultDeletionRequest) {
|
|
3910
3910
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3978,7 +3978,7 @@ class KmsVaultClient {
|
|
|
3978
3978
|
* @param ChangeVaultCompartmentRequest
|
|
3979
3979
|
* @return ChangeVaultCompartmentResponse
|
|
3980
3980
|
* @throws OciError when an error occurs
|
|
3981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
|
|
3982
3982
|
*/
|
|
3983
3983
|
changeVaultCompartment(changeVaultCompartmentRequest) {
|
|
3984
3984
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4049,7 +4049,7 @@ class KmsVaultClient {
|
|
|
4049
4049
|
* @param CreateVaultRequest
|
|
4050
4050
|
* @return CreateVaultResponse
|
|
4051
4051
|
* @throws OciError when an error occurs
|
|
4052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4052
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
|
|
4053
4053
|
*/
|
|
4054
4054
|
createVault(createVaultRequest) {
|
|
4055
4055
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4122,7 +4122,7 @@ class KmsVaultClient {
|
|
|
4122
4122
|
* @param CreateVaultReplicaRequest
|
|
4123
4123
|
* @return CreateVaultReplicaResponse
|
|
4124
4124
|
* @throws OciError when an error occurs
|
|
4125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
|
|
4126
4126
|
*/
|
|
4127
4127
|
createVaultReplica(createVaultReplicaRequest) {
|
|
4128
4128
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4190,7 +4190,7 @@ class KmsVaultClient {
|
|
|
4190
4190
|
* @param DeleteVaultReplicaRequest
|
|
4191
4191
|
* @return DeleteVaultReplicaResponse
|
|
4192
4192
|
* @throws OciError when an error occurs
|
|
4193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
|
|
4194
4194
|
*/
|
|
4195
4195
|
deleteVaultReplica(deleteVaultReplicaRequest) {
|
|
4196
4196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4258,7 +4258,7 @@ class KmsVaultClient {
|
|
|
4258
4258
|
* @param GetVaultRequest
|
|
4259
4259
|
* @return GetVaultResponse
|
|
4260
4260
|
* @throws OciError when an error occurs
|
|
4261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
|
|
4262
4262
|
*/
|
|
4263
4263
|
getVault(getVaultRequest) {
|
|
4264
4264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4322,7 +4322,7 @@ class KmsVaultClient {
|
|
|
4322
4322
|
* @param GetVaultUsageRequest
|
|
4323
4323
|
* @return GetVaultUsageResponse
|
|
4324
4324
|
* @throws OciError when an error occurs
|
|
4325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
|
|
4326
4326
|
*/
|
|
4327
4327
|
getVaultUsage(getVaultUsageRequest) {
|
|
4328
4328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4386,7 +4386,7 @@ class KmsVaultClient {
|
|
|
4386
4386
|
* @param ListVaultReplicasRequest
|
|
4387
4387
|
* @return ListVaultReplicasResponse
|
|
4388
4388
|
* @throws OciError when an error occurs
|
|
4389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
|
|
4390
4390
|
*/
|
|
4391
4391
|
listVaultReplicas(listVaultReplicasRequest) {
|
|
4392
4392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4507,7 +4507,7 @@ class KmsVaultClient {
|
|
|
4507
4507
|
* @param ListVaultsRequest
|
|
4508
4508
|
* @return ListVaultsResponse
|
|
4509
4509
|
* @throws OciError when an error occurs
|
|
4510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
|
|
4511
4511
|
*/
|
|
4512
4512
|
listVaults(listVaultsRequest) {
|
|
4513
4513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4617,7 +4617,7 @@ class KmsVaultClient {
|
|
|
4617
4617
|
* @param RestoreVaultFromFileRequest
|
|
4618
4618
|
* @return RestoreVaultFromFileResponse
|
|
4619
4619
|
* @throws OciError when an error occurs
|
|
4620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
|
|
4621
4621
|
*/
|
|
4622
4622
|
restoreVaultFromFile(restoreVaultFromFileRequest) {
|
|
4623
4623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4698,7 +4698,7 @@ class KmsVaultClient {
|
|
|
4698
4698
|
* @param RestoreVaultFromObjectStoreRequest
|
|
4699
4699
|
* @return RestoreVaultFromObjectStoreResponse
|
|
4700
4700
|
* @throws OciError when an error occurs
|
|
4701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
|
|
4702
4702
|
*/
|
|
4703
4703
|
restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest) {
|
|
4704
4704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4779,7 +4779,7 @@ class KmsVaultClient {
|
|
|
4779
4779
|
* @param ScheduleVaultDeletionRequest
|
|
4780
4780
|
* @return ScheduleVaultDeletionResponse
|
|
4781
4781
|
* @throws OciError when an error occurs
|
|
4782
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
|
|
4783
4783
|
*/
|
|
4784
4784
|
scheduleVaultDeletion(scheduleVaultDeletionRequest) {
|
|
4785
4785
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4853,7 +4853,7 @@ class KmsVaultClient {
|
|
|
4853
4853
|
* @param UpdateVaultRequest
|
|
4854
4854
|
* @return UpdateVaultResponse
|
|
4855
4855
|
* @throws OciError when an error occurs
|
|
4856
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4856
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
|
|
4857
4857
|
*/
|
|
4858
4858
|
updateVault(updateVaultRequest) {
|
|
4859
4859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.86.1/keymanagement/BackupKey.ts.html |here} to see how to use BackupKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BackupKeyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/BackupVault.ts.html |here} to see how to use BackupVaultRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BackupVaultRequest 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.86.1/keymanagement/CancelHsmClusterDeletion.ts.html |here} to see how to use CancelHsmClusterDeletionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelHsmClusterDeletionRequest 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.86.1/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelKeyDeletionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelKeyVersionDeletionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelVaultDeletionRequest 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.86.1/keymanagement/ChangeHsmClusterCompartment.ts.html |here} to see how to use ChangeHsmClusterCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHsmClusterCompartmentRequest 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.86.1/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeKeyCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeVaultCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/keymanagement/CreateEkmsPrivateEndpoint.ts.html |here} to see how to use CreateEkmsPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateEkmsPrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|