oci-vault 2.89.1 → 2.89.2
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 +13 -13
- package/lib/client.js +13 -13
- package/lib/request/cancel-secret-deletion-request.d.ts +1 -1
- package/lib/request/cancel-secret-rotation-request.d.ts +1 -1
- package/lib/request/cancel-secret-version-deletion-request.d.ts +1 -1
- package/lib/request/change-secret-compartment-request.d.ts +1 -1
- package/lib/request/create-secret-request.d.ts +1 -1
- package/lib/request/get-secret-request.d.ts +1 -1
- package/lib/request/get-secret-version-request.d.ts +1 -1
- package/lib/request/list-secret-versions-request.d.ts +1 -1
- package/lib/request/list-secrets-request.d.ts +1 -1
- package/lib/request/rotate-secret-request.d.ts +1 -1
- package/lib/request/schedule-secret-deletion-request.d.ts +1 -1
- package/lib/request/schedule-secret-version-deletion-request.d.ts +1 -1
- package/lib/request/update-secret-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ export declare class VaultsClient {
|
|
|
101
101
|
* @param CancelSecretDeletionRequest
|
|
102
102
|
* @return CancelSecretDeletionResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
|
|
105
105
|
*/
|
|
106
106
|
cancelSecretDeletion(cancelSecretDeletionRequest: requests.CancelSecretDeletionRequest): Promise<responses.CancelSecretDeletionResponse>;
|
|
107
107
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class VaultsClient {
|
|
|
113
113
|
* @param CancelSecretRotationRequest
|
|
114
114
|
* @return CancelSecretRotationResponse
|
|
115
115
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/CancelSecretRotation.ts.html |here} to see how to use CancelSecretRotation API.
|
|
117
117
|
*/
|
|
118
118
|
cancelSecretRotation(cancelSecretRotationRequest: requests.CancelSecretRotationRequest): Promise<responses.CancelSecretRotationResponse>;
|
|
119
119
|
/**
|
|
@@ -122,7 +122,7 @@ export declare class VaultsClient {
|
|
|
122
122
|
* @param CancelSecretVersionDeletionRequest
|
|
123
123
|
* @return CancelSecretVersionDeletionResponse
|
|
124
124
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
|
|
126
126
|
*/
|
|
127
127
|
cancelSecretVersionDeletion(cancelSecretVersionDeletionRequest: requests.CancelSecretVersionDeletionRequest): Promise<responses.CancelSecretVersionDeletionResponse>;
|
|
128
128
|
/**
|
|
@@ -135,7 +135,7 @@ export declare class VaultsClient {
|
|
|
135
135
|
* @param ChangeSecretCompartmentRequest
|
|
136
136
|
* @return ChangeSecretCompartmentResponse
|
|
137
137
|
* @throws OciError when an error occurs
|
|
138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
|
|
139
139
|
*/
|
|
140
140
|
changeSecretCompartment(changeSecretCompartmentRequest: requests.ChangeSecretCompartmentRequest): Promise<responses.ChangeSecretCompartmentResponse>;
|
|
141
141
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class VaultsClient {
|
|
|
147
147
|
* @param CreateSecretRequest
|
|
148
148
|
* @return CreateSecretResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
|
|
151
151
|
*/
|
|
152
152
|
createSecret(createSecretRequest: requests.CreateSecretRequest): Promise<responses.CreateSecretResponse>;
|
|
153
153
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class VaultsClient {
|
|
|
156
156
|
* @param GetSecretRequest
|
|
157
157
|
* @return GetSecretResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
|
|
160
160
|
*/
|
|
161
161
|
getSecret(getSecretRequest: requests.GetSecretRequest): Promise<responses.GetSecretResponse>;
|
|
162
162
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class VaultsClient {
|
|
|
166
166
|
* @param GetSecretVersionRequest
|
|
167
167
|
* @return GetSecretVersionResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
|
|
170
170
|
*/
|
|
171
171
|
getSecretVersion(getSecretVersionRequest: requests.GetSecretVersionRequest): Promise<responses.GetSecretVersionResponse>;
|
|
172
172
|
/**
|
|
@@ -175,7 +175,7 @@ export declare class VaultsClient {
|
|
|
175
175
|
* @param ListSecretVersionsRequest
|
|
176
176
|
* @return ListSecretVersionsResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
|
|
179
179
|
*/
|
|
180
180
|
listSecretVersions(listSecretVersionsRequest: requests.ListSecretVersionsRequest): Promise<responses.ListSecretVersionsResponse>;
|
|
181
181
|
/**
|
|
@@ -216,7 +216,7 @@ export declare class VaultsClient {
|
|
|
216
216
|
* @param ListSecretsRequest
|
|
217
217
|
* @return ListSecretsResponse
|
|
218
218
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
|
|
220
220
|
*/
|
|
221
221
|
listSecrets(listSecretsRequest: requests.ListSecretsRequest): Promise<responses.ListSecretsResponse>;
|
|
222
222
|
/**
|
|
@@ -258,7 +258,7 @@ export declare class VaultsClient {
|
|
|
258
258
|
* @param RotateSecretRequest
|
|
259
259
|
* @return RotateSecretResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/RotateSecret.ts.html |here} to see how to use RotateSecret API.
|
|
262
262
|
*/
|
|
263
263
|
rotateSecret(rotateSecretRequest: requests.RotateSecretRequest): Promise<responses.RotateSecretResponse>;
|
|
264
264
|
/**
|
|
@@ -269,7 +269,7 @@ export declare class VaultsClient {
|
|
|
269
269
|
* @param ScheduleSecretDeletionRequest
|
|
270
270
|
* @return ScheduleSecretDeletionResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
|
|
273
273
|
*/
|
|
274
274
|
scheduleSecretDeletion(scheduleSecretDeletionRequest: requests.ScheduleSecretDeletionRequest): Promise<responses.ScheduleSecretDeletionResponse>;
|
|
275
275
|
/**
|
|
@@ -280,7 +280,7 @@ export declare class VaultsClient {
|
|
|
280
280
|
* @param ScheduleSecretVersionDeletionRequest
|
|
281
281
|
* @return ScheduleSecretVersionDeletionResponse
|
|
282
282
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
|
|
284
284
|
*/
|
|
285
285
|
scheduleSecretVersionDeletion(scheduleSecretVersionDeletionRequest: requests.ScheduleSecretVersionDeletionRequest): Promise<responses.ScheduleSecretVersionDeletionResponse>;
|
|
286
286
|
/**
|
|
@@ -295,7 +295,7 @@ export declare class VaultsClient {
|
|
|
295
295
|
* @param UpdateSecretRequest
|
|
296
296
|
* @return UpdateSecretResponse
|
|
297
297
|
* @throws OciError when an error occurs
|
|
298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
|
|
299
299
|
*/
|
|
300
300
|
updateSecret(updateSecretRequest: requests.UpdateSecretRequest): Promise<responses.UpdateSecretResponse>;
|
|
301
301
|
}
|
package/lib/client.js
CHANGED
|
@@ -207,7 +207,7 @@ class VaultsClient {
|
|
|
207
207
|
* @param CancelSecretDeletionRequest
|
|
208
208
|
* @return CancelSecretDeletionResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
|
|
211
211
|
*/
|
|
212
212
|
cancelSecretDeletion(cancelSecretDeletionRequest) {
|
|
213
213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -270,7 +270,7 @@ class VaultsClient {
|
|
|
270
270
|
* @param CancelSecretRotationRequest
|
|
271
271
|
* @return CancelSecretRotationResponse
|
|
272
272
|
* @throws OciError when an error occurs
|
|
273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/CancelSecretRotation.ts.html |here} to see how to use CancelSecretRotation API.
|
|
274
274
|
*/
|
|
275
275
|
cancelSecretRotation(cancelSecretRotationRequest) {
|
|
276
276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -325,7 +325,7 @@ class VaultsClient {
|
|
|
325
325
|
* @param CancelSecretVersionDeletionRequest
|
|
326
326
|
* @return CancelSecretVersionDeletionResponse
|
|
327
327
|
* @throws OciError when an error occurs
|
|
328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
|
|
329
329
|
*/
|
|
330
330
|
cancelSecretVersionDeletion(cancelSecretVersionDeletionRequest) {
|
|
331
331
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -390,7 +390,7 @@ class VaultsClient {
|
|
|
390
390
|
* @param ChangeSecretCompartmentRequest
|
|
391
391
|
* @return ChangeSecretCompartmentResponse
|
|
392
392
|
* @throws OciError when an error occurs
|
|
393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
|
|
394
394
|
*/
|
|
395
395
|
changeSecretCompartment(changeSecretCompartmentRequest) {
|
|
396
396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -455,7 +455,7 @@ class VaultsClient {
|
|
|
455
455
|
* @param CreateSecretRequest
|
|
456
456
|
* @return CreateSecretResponse
|
|
457
457
|
* @throws OciError when an error occurs
|
|
458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
|
|
459
459
|
*/
|
|
460
460
|
createSecret(createSecretRequest) {
|
|
461
461
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -518,7 +518,7 @@ class VaultsClient {
|
|
|
518
518
|
* @param GetSecretRequest
|
|
519
519
|
* @return GetSecretResponse
|
|
520
520
|
* @throws OciError when an error occurs
|
|
521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
|
|
522
522
|
*/
|
|
523
523
|
getSecret(getSecretRequest) {
|
|
524
524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -582,7 +582,7 @@ class VaultsClient {
|
|
|
582
582
|
* @param GetSecretVersionRequest
|
|
583
583
|
* @return GetSecretVersionResponse
|
|
584
584
|
* @throws OciError when an error occurs
|
|
585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
|
|
586
586
|
*/
|
|
587
587
|
getSecretVersion(getSecretVersionRequest) {
|
|
588
588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -646,7 +646,7 @@ class VaultsClient {
|
|
|
646
646
|
* @param ListSecretVersionsRequest
|
|
647
647
|
* @return ListSecretVersionsResponse
|
|
648
648
|
* @throws OciError when an error occurs
|
|
649
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
|
|
650
650
|
*/
|
|
651
651
|
listSecretVersions(listSecretVersionsRequest) {
|
|
652
652
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -754,7 +754,7 @@ class VaultsClient {
|
|
|
754
754
|
* @param ListSecretsRequest
|
|
755
755
|
* @return ListSecretsResponse
|
|
756
756
|
* @throws OciError when an error occurs
|
|
757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
|
|
758
758
|
*/
|
|
759
759
|
listSecrets(listSecretsRequest) {
|
|
760
760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -865,7 +865,7 @@ class VaultsClient {
|
|
|
865
865
|
* @param RotateSecretRequest
|
|
866
866
|
* @return RotateSecretResponse
|
|
867
867
|
* @throws OciError when an error occurs
|
|
868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/RotateSecret.ts.html |here} to see how to use RotateSecret API.
|
|
869
869
|
*/
|
|
870
870
|
rotateSecret(rotateSecretRequest) {
|
|
871
871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -928,7 +928,7 @@ class VaultsClient {
|
|
|
928
928
|
* @param ScheduleSecretDeletionRequest
|
|
929
929
|
* @return ScheduleSecretDeletionResponse
|
|
930
930
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
|
|
932
932
|
*/
|
|
933
933
|
scheduleSecretDeletion(scheduleSecretDeletionRequest) {
|
|
934
934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -991,7 +991,7 @@ class VaultsClient {
|
|
|
991
991
|
* @param ScheduleSecretVersionDeletionRequest
|
|
992
992
|
* @return ScheduleSecretVersionDeletionResponse
|
|
993
993
|
* @throws OciError when an error occurs
|
|
994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
|
|
995
995
|
*/
|
|
996
996
|
scheduleSecretVersionDeletion(scheduleSecretVersionDeletionRequest) {
|
|
997
997
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1059,7 +1059,7 @@ class VaultsClient {
|
|
|
1059
1059
|
* @param UpdateSecretRequest
|
|
1060
1060
|
* @return UpdateSecretResponse
|
|
1061
1061
|
* @throws OciError when an error occurs
|
|
1062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1062
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
|
|
1063
1063
|
*/
|
|
1064
1064
|
updateSecret(updateSecretRequest) {
|
|
1065
1065
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelSecretDeletionRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/CancelSecretRotation.ts.html |here} to see how to use CancelSecretRotationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelSecretRotationRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelSecretVersionDeletionRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeSecretCompartmentRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/CreateSecret.ts.html |here} to see how to use CreateSecretRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateSecretRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/GetSecret.ts.html |here} to see how to use GetSecretRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSecretRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSecretVersionRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSecretVersionsRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ListSecrets.ts.html |here} to see how to use ListSecretsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSecretsRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/RotateSecret.ts.html |here} to see how to use RotateSecretRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RotateSecretRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ScheduleSecretDeletionRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ScheduleSecretVersionDeletionRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecretRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSecretRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-vault",
|
|
3
|
-
"version": "2.89.
|
|
3
|
+
"version": "2.89.2",
|
|
4
4
|
"description": "OCI NodeJS client for Vault Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.89.
|
|
19
|
-
"oci-workrequests": "2.89.
|
|
18
|
+
"oci-common": "2.89.2",
|
|
19
|
+
"oci-workrequests": "2.89.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|