oci-keymanagement 2.70.4 → 2.72.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/lib/client.d.ts +46 -46
- package/lib/client.js +46 -46
- package/lib/request/backup-key-request.d.ts +1 -1
- package/lib/request/backup-vault-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-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-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/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-key-request.d.ts +1 -1
- package/lib/request/get-key-version-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-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-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-key-request.d.ts +1 -1
- package/lib/request/update-vault-request.d.ts +1 -1
- package/lib/request/verify-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -186,7 +186,7 @@ class EkmClient {
|
|
|
186
186
|
* @param CreateEkmsPrivateEndpointRequest
|
|
187
187
|
* @return CreateEkmsPrivateEndpointResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/CreateEkmsPrivateEndpoint.ts.html |here} to see how to use CreateEkmsPrivateEndpoint API.
|
|
190
190
|
*/
|
|
191
191
|
createEkmsPrivateEndpoint(createEkmsPrivateEndpointRequest) {
|
|
192
192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -254,7 +254,7 @@ class EkmClient {
|
|
|
254
254
|
* @param DeleteEkmsPrivateEndpointRequest
|
|
255
255
|
* @return DeleteEkmsPrivateEndpointResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/DeleteEkmsPrivateEndpoint.ts.html |here} to see how to use DeleteEkmsPrivateEndpoint API.
|
|
258
258
|
*/
|
|
259
259
|
deleteEkmsPrivateEndpoint(deleteEkmsPrivateEndpointRequest) {
|
|
260
260
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -314,7 +314,7 @@ class EkmClient {
|
|
|
314
314
|
* @param GetEkmsPrivateEndpointRequest
|
|
315
315
|
* @return GetEkmsPrivateEndpointResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/GetEkmsPrivateEndpoint.ts.html |here} to see how to use GetEkmsPrivateEndpoint API.
|
|
318
318
|
*/
|
|
319
319
|
getEkmsPrivateEndpoint(getEkmsPrivateEndpointRequest) {
|
|
320
320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -378,7 +378,7 @@ class EkmClient {
|
|
|
378
378
|
* @param ListEkmsPrivateEndpointsRequest
|
|
379
379
|
* @return ListEkmsPrivateEndpointsResponse
|
|
380
380
|
* @throws OciError when an error occurs
|
|
381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/ListEkmsPrivateEndpoints.ts.html |here} to see how to use ListEkmsPrivateEndpoints API.
|
|
382
382
|
*/
|
|
383
383
|
listEkmsPrivateEndpoints(listEkmsPrivateEndpointsRequest) {
|
|
384
384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -485,7 +485,7 @@ class EkmClient {
|
|
|
485
485
|
* @param UpdateEkmsPrivateEndpointRequest
|
|
486
486
|
* @return UpdateEkmsPrivateEndpointResponse
|
|
487
487
|
* @throws OciError when an error occurs
|
|
488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/UpdateEkmsPrivateEndpoint.ts.html |here} to see how to use UpdateEkmsPrivateEndpoint API.
|
|
489
489
|
*/
|
|
490
490
|
updateEkmsPrivateEndpoint(updateEkmsPrivateEndpointRequest) {
|
|
491
491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -624,7 +624,7 @@ class KmsCryptoClient {
|
|
|
624
624
|
* @param DecryptRequest
|
|
625
625
|
* @return DecryptResponse
|
|
626
626
|
* @throws OciError when an error occurs
|
|
627
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
|
|
628
628
|
*/
|
|
629
629
|
decrypt(decryptRequest) {
|
|
630
630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -683,7 +683,7 @@ class KmsCryptoClient {
|
|
|
683
683
|
* @param EncryptRequest
|
|
684
684
|
* @return EncryptResponse
|
|
685
685
|
* @throws OciError when an error occurs
|
|
686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
|
|
687
687
|
*/
|
|
688
688
|
encrypt(encryptRequest) {
|
|
689
689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -744,7 +744,7 @@ class KmsCryptoClient {
|
|
|
744
744
|
* @param ExportKeyRequest
|
|
745
745
|
* @return ExportKeyResponse
|
|
746
746
|
* @throws OciError when an error occurs
|
|
747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
|
|
748
748
|
*/
|
|
749
749
|
exportKey(exportKeyRequest) {
|
|
750
750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -801,7 +801,7 @@ class KmsCryptoClient {
|
|
|
801
801
|
* @param GenerateDataEncryptionKeyRequest
|
|
802
802
|
* @return GenerateDataEncryptionKeyResponse
|
|
803
803
|
* @throws OciError when an error occurs
|
|
804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
|
|
805
805
|
*/
|
|
806
806
|
generateDataEncryptionKey(generateDataEncryptionKeyRequest) {
|
|
807
807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -862,7 +862,7 @@ class KmsCryptoClient {
|
|
|
862
862
|
* @param SignRequest
|
|
863
863
|
* @return SignResponse
|
|
864
864
|
* @throws OciError when an error occurs
|
|
865
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/Sign.ts.html |here} to see how to use Sign API.
|
|
866
866
|
*/
|
|
867
867
|
sign(signRequest) {
|
|
868
868
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -923,7 +923,7 @@ class KmsCryptoClient {
|
|
|
923
923
|
* @param VerifyRequest
|
|
924
924
|
* @return VerifyResponse
|
|
925
925
|
* @throws OciError when an error occurs
|
|
926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/Verify.ts.html |here} to see how to use Verify API.
|
|
927
927
|
*/
|
|
928
928
|
verify(verifyRequest) {
|
|
929
929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1076,7 +1076,7 @@ class KmsManagementClient {
|
|
|
1076
1076
|
* @param BackupKeyRequest
|
|
1077
1077
|
* @return BackupKeyResponse
|
|
1078
1078
|
* @throws OciError when an error occurs
|
|
1079
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1079
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
|
|
1080
1080
|
*/
|
|
1081
1081
|
backupKey(backupKeyRequest) {
|
|
1082
1082
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1155,7 +1155,7 @@ class KmsManagementClient {
|
|
|
1155
1155
|
* @param CancelKeyDeletionRequest
|
|
1156
1156
|
* @return CancelKeyDeletionResponse
|
|
1157
1157
|
* @throws OciError when an error occurs
|
|
1158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
|
|
1159
1159
|
*/
|
|
1160
1160
|
cancelKeyDeletion(cancelKeyDeletionRequest) {
|
|
1161
1161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1228,7 +1228,7 @@ class KmsManagementClient {
|
|
|
1228
1228
|
* @param CancelKeyVersionDeletionRequest
|
|
1229
1229
|
* @return CancelKeyVersionDeletionResponse
|
|
1230
1230
|
* @throws OciError when an error occurs
|
|
1231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
|
|
1232
1232
|
*/
|
|
1233
1233
|
cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest) {
|
|
1234
1234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1303,7 +1303,7 @@ class KmsManagementClient {
|
|
|
1303
1303
|
* @param ChangeKeyCompartmentRequest
|
|
1304
1304
|
* @return ChangeKeyCompartmentResponse
|
|
1305
1305
|
* @throws OciError when an error occurs
|
|
1306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
|
|
1307
1307
|
*/
|
|
1308
1308
|
changeKeyCompartment(changeKeyCompartmentRequest) {
|
|
1309
1309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1371,7 +1371,7 @@ class KmsManagementClient {
|
|
|
1371
1371
|
* @param CreateKeyRequest
|
|
1372
1372
|
* @return CreateKeyResponse
|
|
1373
1373
|
* @throws OciError when an error occurs
|
|
1374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
|
|
1375
1375
|
*/
|
|
1376
1376
|
createKey(createKeyRequest) {
|
|
1377
1377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1441,7 +1441,7 @@ class KmsManagementClient {
|
|
|
1441
1441
|
* @param CreateKeyVersionRequest
|
|
1442
1442
|
* @return CreateKeyVersionResponse
|
|
1443
1443
|
* @throws OciError when an error occurs
|
|
1444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
|
|
1445
1445
|
*/
|
|
1446
1446
|
createKeyVersion(createKeyVersionRequest) {
|
|
1447
1447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1513,7 +1513,7 @@ class KmsManagementClient {
|
|
|
1513
1513
|
* @param DisableKeyRequest
|
|
1514
1514
|
* @return DisableKeyResponse
|
|
1515
1515
|
* @throws OciError when an error occurs
|
|
1516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
|
|
1517
1517
|
*/
|
|
1518
1518
|
disableKey(disableKeyRequest) {
|
|
1519
1519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1585,7 +1585,7 @@ class KmsManagementClient {
|
|
|
1585
1585
|
* @param EnableKeyRequest
|
|
1586
1586
|
* @return EnableKeyResponse
|
|
1587
1587
|
* @throws OciError when an error occurs
|
|
1588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
|
|
1589
1589
|
*/
|
|
1590
1590
|
enableKey(enableKeyRequest) {
|
|
1591
1591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1656,7 +1656,7 @@ class KmsManagementClient {
|
|
|
1656
1656
|
* @param GetKeyRequest
|
|
1657
1657
|
* @return GetKeyResponse
|
|
1658
1658
|
* @throws OciError when an error occurs
|
|
1659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
|
|
1660
1660
|
*/
|
|
1661
1661
|
getKey(getKeyRequest) {
|
|
1662
1662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1725,7 +1725,7 @@ class KmsManagementClient {
|
|
|
1725
1725
|
* @param GetKeyVersionRequest
|
|
1726
1726
|
* @return GetKeyVersionResponse
|
|
1727
1727
|
* @throws OciError when an error occurs
|
|
1728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1728
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
|
|
1729
1729
|
*/
|
|
1730
1730
|
getKeyVersion(getKeyVersionRequest) {
|
|
1731
1731
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1793,7 +1793,7 @@ class KmsManagementClient {
|
|
|
1793
1793
|
* @param GetReplicationStatusRequest
|
|
1794
1794
|
* @return GetReplicationStatusResponse
|
|
1795
1795
|
* @throws OciError when an error occurs
|
|
1796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
|
|
1797
1797
|
*/
|
|
1798
1798
|
getReplicationStatus(getReplicationStatusRequest) {
|
|
1799
1799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1858,7 +1858,7 @@ class KmsManagementClient {
|
|
|
1858
1858
|
* @param GetWrappingKeyRequest
|
|
1859
1859
|
* @return GetWrappingKeyResponse
|
|
1860
1860
|
* @throws OciError when an error occurs
|
|
1861
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
|
|
1862
1862
|
*/
|
|
1863
1863
|
getWrappingKey(getWrappingKeyRequest) {
|
|
1864
1864
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1925,7 +1925,7 @@ class KmsManagementClient {
|
|
|
1925
1925
|
* @param ImportKeyRequest
|
|
1926
1926
|
* @return ImportKeyResponse
|
|
1927
1927
|
* @throws OciError when an error occurs
|
|
1928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
|
|
1929
1929
|
*/
|
|
1930
1930
|
importKey(importKeyRequest) {
|
|
1931
1931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1994,7 +1994,7 @@ class KmsManagementClient {
|
|
|
1994
1994
|
* @param ImportKeyVersionRequest
|
|
1995
1995
|
* @return ImportKeyVersionResponse
|
|
1996
1996
|
* @throws OciError when an error occurs
|
|
1997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
|
|
1998
1998
|
*/
|
|
1999
1999
|
importKeyVersion(importKeyVersionRequest) {
|
|
2000
2000
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2066,7 +2066,7 @@ class KmsManagementClient {
|
|
|
2066
2066
|
* @param ListKeyVersionsRequest
|
|
2067
2067
|
* @return ListKeyVersionsResponse
|
|
2068
2068
|
* @throws OciError when an error occurs
|
|
2069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2069
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
|
|
2070
2070
|
*/
|
|
2071
2071
|
listKeyVersions(listKeyVersionsRequest) {
|
|
2072
2072
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2180,7 +2180,7 @@ class KmsManagementClient {
|
|
|
2180
2180
|
* @param ListKeysRequest
|
|
2181
2181
|
* @return ListKeysResponse
|
|
2182
2182
|
* @throws OciError when an error occurs
|
|
2183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
|
|
2184
2184
|
*/
|
|
2185
2185
|
listKeys(listKeysRequest) {
|
|
2186
2186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2294,7 +2294,7 @@ class KmsManagementClient {
|
|
|
2294
2294
|
* @param RestoreKeyFromFileRequest
|
|
2295
2295
|
* @return RestoreKeyFromFileResponse
|
|
2296
2296
|
* @throws OciError when an error occurs
|
|
2297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
|
|
2298
2298
|
*/
|
|
2299
2299
|
restoreKeyFromFile(restoreKeyFromFileRequest) {
|
|
2300
2300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2373,7 +2373,7 @@ class KmsManagementClient {
|
|
|
2373
2373
|
* @param RestoreKeyFromObjectStoreRequest
|
|
2374
2374
|
* @return RestoreKeyFromObjectStoreResponse
|
|
2375
2375
|
* @throws OciError when an error occurs
|
|
2376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
|
|
2377
2377
|
*/
|
|
2378
2378
|
restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest) {
|
|
2379
2379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2449,7 +2449,7 @@ class KmsManagementClient {
|
|
|
2449
2449
|
* @param ScheduleKeyDeletionRequest
|
|
2450
2450
|
* @return ScheduleKeyDeletionResponse
|
|
2451
2451
|
* @throws OciError when an error occurs
|
|
2452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
|
|
2453
2453
|
*/
|
|
2454
2454
|
scheduleKeyDeletion(scheduleKeyDeletionRequest) {
|
|
2455
2455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2522,7 +2522,7 @@ class KmsManagementClient {
|
|
|
2522
2522
|
* @param ScheduleKeyVersionDeletionRequest
|
|
2523
2523
|
* @return ScheduleKeyVersionDeletionResponse
|
|
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.72.0/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
|
|
2526
2526
|
*/
|
|
2527
2527
|
scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest) {
|
|
2528
2528
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2597,7 +2597,7 @@ class KmsManagementClient {
|
|
|
2597
2597
|
* @param UpdateKeyRequest
|
|
2598
2598
|
* @return UpdateKeyResponse
|
|
2599
2599
|
* @throws OciError when an error occurs
|
|
2600
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
|
|
2601
2601
|
*/
|
|
2602
2602
|
updateKey(updateKeyRequest) {
|
|
2603
2603
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2797,7 +2797,7 @@ class KmsVaultClient {
|
|
|
2797
2797
|
* @param BackupVaultRequest
|
|
2798
2798
|
* @return BackupVaultResponse
|
|
2799
2799
|
* @throws OciError when an error occurs
|
|
2800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
|
|
2801
2801
|
*/
|
|
2802
2802
|
backupVault(backupVaultRequest) {
|
|
2803
2803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2877,7 +2877,7 @@ class KmsVaultClient {
|
|
|
2877
2877
|
* @param CancelVaultDeletionRequest
|
|
2878
2878
|
* @return CancelVaultDeletionResponse
|
|
2879
2879
|
* @throws OciError when an error occurs
|
|
2880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2880
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
|
|
2881
2881
|
*/
|
|
2882
2882
|
cancelVaultDeletion(cancelVaultDeletionRequest) {
|
|
2883
2883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2951,7 +2951,7 @@ class KmsVaultClient {
|
|
|
2951
2951
|
* @param ChangeVaultCompartmentRequest
|
|
2952
2952
|
* @return ChangeVaultCompartmentResponse
|
|
2953
2953
|
* @throws OciError when an error occurs
|
|
2954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
|
|
2955
2955
|
*/
|
|
2956
2956
|
changeVaultCompartment(changeVaultCompartmentRequest) {
|
|
2957
2957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3022,7 +3022,7 @@ class KmsVaultClient {
|
|
|
3022
3022
|
* @param CreateVaultRequest
|
|
3023
3023
|
* @return CreateVaultResponse
|
|
3024
3024
|
* @throws OciError when an error occurs
|
|
3025
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3025
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
|
|
3026
3026
|
*/
|
|
3027
3027
|
createVault(createVaultRequest) {
|
|
3028
3028
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3095,7 +3095,7 @@ class KmsVaultClient {
|
|
|
3095
3095
|
* @param CreateVaultReplicaRequest
|
|
3096
3096
|
* @return CreateVaultReplicaResponse
|
|
3097
3097
|
* @throws OciError when an error occurs
|
|
3098
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
|
|
3099
3099
|
*/
|
|
3100
3100
|
createVaultReplica(createVaultReplicaRequest) {
|
|
3101
3101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3163,7 +3163,7 @@ class KmsVaultClient {
|
|
|
3163
3163
|
* @param DeleteVaultReplicaRequest
|
|
3164
3164
|
* @return DeleteVaultReplicaResponse
|
|
3165
3165
|
* @throws OciError when an error occurs
|
|
3166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
|
|
3167
3167
|
*/
|
|
3168
3168
|
deleteVaultReplica(deleteVaultReplicaRequest) {
|
|
3169
3169
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3231,7 +3231,7 @@ class KmsVaultClient {
|
|
|
3231
3231
|
* @param GetVaultRequest
|
|
3232
3232
|
* @return GetVaultResponse
|
|
3233
3233
|
* @throws OciError when an error occurs
|
|
3234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
|
|
3235
3235
|
*/
|
|
3236
3236
|
getVault(getVaultRequest) {
|
|
3237
3237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3295,7 +3295,7 @@ class KmsVaultClient {
|
|
|
3295
3295
|
* @param GetVaultUsageRequest
|
|
3296
3296
|
* @return GetVaultUsageResponse
|
|
3297
3297
|
* @throws OciError when an error occurs
|
|
3298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
|
|
3299
3299
|
*/
|
|
3300
3300
|
getVaultUsage(getVaultUsageRequest) {
|
|
3301
3301
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3359,7 +3359,7 @@ class KmsVaultClient {
|
|
|
3359
3359
|
* @param ListVaultReplicasRequest
|
|
3360
3360
|
* @return ListVaultReplicasResponse
|
|
3361
3361
|
* @throws OciError when an error occurs
|
|
3362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
|
|
3363
3363
|
*/
|
|
3364
3364
|
listVaultReplicas(listVaultReplicasRequest) {
|
|
3365
3365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3480,7 +3480,7 @@ class KmsVaultClient {
|
|
|
3480
3480
|
* @param ListVaultsRequest
|
|
3481
3481
|
* @return ListVaultsResponse
|
|
3482
3482
|
* @throws OciError when an error occurs
|
|
3483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
|
|
3484
3484
|
*/
|
|
3485
3485
|
listVaults(listVaultsRequest) {
|
|
3486
3486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3590,7 +3590,7 @@ class KmsVaultClient {
|
|
|
3590
3590
|
* @param RestoreVaultFromFileRequest
|
|
3591
3591
|
* @return RestoreVaultFromFileResponse
|
|
3592
3592
|
* @throws OciError when an error occurs
|
|
3593
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
|
|
3594
3594
|
*/
|
|
3595
3595
|
restoreVaultFromFile(restoreVaultFromFileRequest) {
|
|
3596
3596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3671,7 +3671,7 @@ class KmsVaultClient {
|
|
|
3671
3671
|
* @param RestoreVaultFromObjectStoreRequest
|
|
3672
3672
|
* @return RestoreVaultFromObjectStoreResponse
|
|
3673
3673
|
* @throws OciError when an error occurs
|
|
3674
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3674
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
|
|
3675
3675
|
*/
|
|
3676
3676
|
restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest) {
|
|
3677
3677
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3752,7 +3752,7 @@ class KmsVaultClient {
|
|
|
3752
3752
|
* @param ScheduleVaultDeletionRequest
|
|
3753
3753
|
* @return ScheduleVaultDeletionResponse
|
|
3754
3754
|
* @throws OciError when an error occurs
|
|
3755
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
|
|
3756
3756
|
*/
|
|
3757
3757
|
scheduleVaultDeletion(scheduleVaultDeletionRequest) {
|
|
3758
3758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3826,7 +3826,7 @@ class KmsVaultClient {
|
|
|
3826
3826
|
* @param UpdateVaultRequest
|
|
3827
3827
|
* @return UpdateVaultResponse
|
|
3828
3828
|
* @throws OciError when an error occurs
|
|
3829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3829
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
|
|
3830
3830
|
*/
|
|
3831
3831
|
updateVault(updateVaultRequest) {
|
|
3832
3832
|
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.72.0/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.72.0/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.72.0/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.72.0/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.72.0/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.72.0/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.72.0/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.72.0/keymanagement/CreateEkmsPrivateEndpoint.ts.html |here} to see how to use CreateEkmsPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateEkmsPrivateEndpointRequest 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.72.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateKeyRequest 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.72.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateKeyVersionRequest 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.72.0/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplicaRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateVaultReplicaRequest 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.72.0/keymanagement/CreateVault.ts.html |here} to see how to use CreateVaultRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateVaultRequest 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.72.0/keymanagement/Decrypt.ts.html |here} to see how to use DecryptRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DecryptRequest 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.72.0/keymanagement/DeleteEkmsPrivateEndpoint.ts.html |here} to see how to use DeleteEkmsPrivateEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteEkmsPrivateEndpointRequest 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.72.0/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplicaRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DeleteVaultReplicaRequest 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.72.0/keymanagement/DisableKey.ts.html |here} to see how to use DisableKeyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DisableKeyRequest 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.72.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.72.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.72.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ExportKeyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|