oci-vault 2.81.0 → 2.82.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 +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
|
@@ -97,7 +97,7 @@ export declare class VaultsClient {
|
|
|
97
97
|
* @param CancelSecretDeletionRequest
|
|
98
98
|
* @return CancelSecretDeletionResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
|
|
101
101
|
*/
|
|
102
102
|
cancelSecretDeletion(cancelSecretDeletionRequest: requests.CancelSecretDeletionRequest): Promise<responses.CancelSecretDeletionResponse>;
|
|
103
103
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class VaultsClient {
|
|
|
109
109
|
* @param CancelSecretRotationRequest
|
|
110
110
|
* @return CancelSecretRotationResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/CancelSecretRotation.ts.html |here} to see how to use CancelSecretRotation API.
|
|
113
113
|
*/
|
|
114
114
|
cancelSecretRotation(cancelSecretRotationRequest: requests.CancelSecretRotationRequest): Promise<responses.CancelSecretRotationResponse>;
|
|
115
115
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class VaultsClient {
|
|
|
118
118
|
* @param CancelSecretVersionDeletionRequest
|
|
119
119
|
* @return CancelSecretVersionDeletionResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
|
|
122
122
|
*/
|
|
123
123
|
cancelSecretVersionDeletion(cancelSecretVersionDeletionRequest: requests.CancelSecretVersionDeletionRequest): Promise<responses.CancelSecretVersionDeletionResponse>;
|
|
124
124
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class VaultsClient {
|
|
|
131
131
|
* @param ChangeSecretCompartmentRequest
|
|
132
132
|
* @return ChangeSecretCompartmentResponse
|
|
133
133
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
|
|
135
135
|
*/
|
|
136
136
|
changeSecretCompartment(changeSecretCompartmentRequest: requests.ChangeSecretCompartmentRequest): Promise<responses.ChangeSecretCompartmentResponse>;
|
|
137
137
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class VaultsClient {
|
|
|
143
143
|
* @param CreateSecretRequest
|
|
144
144
|
* @return CreateSecretResponse
|
|
145
145
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
|
|
147
147
|
*/
|
|
148
148
|
createSecret(createSecretRequest: requests.CreateSecretRequest): Promise<responses.CreateSecretResponse>;
|
|
149
149
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class VaultsClient {
|
|
|
152
152
|
* @param GetSecretRequest
|
|
153
153
|
* @return GetSecretResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
|
|
156
156
|
*/
|
|
157
157
|
getSecret(getSecretRequest: requests.GetSecretRequest): Promise<responses.GetSecretResponse>;
|
|
158
158
|
/**
|
|
@@ -162,7 +162,7 @@ export declare class VaultsClient {
|
|
|
162
162
|
* @param GetSecretVersionRequest
|
|
163
163
|
* @return GetSecretVersionResponse
|
|
164
164
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
|
|
166
166
|
*/
|
|
167
167
|
getSecretVersion(getSecretVersionRequest: requests.GetSecretVersionRequest): Promise<responses.GetSecretVersionResponse>;
|
|
168
168
|
/**
|
|
@@ -171,7 +171,7 @@ export declare class VaultsClient {
|
|
|
171
171
|
* @param ListSecretVersionsRequest
|
|
172
172
|
* @return ListSecretVersionsResponse
|
|
173
173
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
|
|
175
175
|
*/
|
|
176
176
|
listSecretVersions(listSecretVersionsRequest: requests.ListSecretVersionsRequest): Promise<responses.ListSecretVersionsResponse>;
|
|
177
177
|
/**
|
|
@@ -212,7 +212,7 @@ export declare class VaultsClient {
|
|
|
212
212
|
* @param ListSecretsRequest
|
|
213
213
|
* @return ListSecretsResponse
|
|
214
214
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
|
|
216
216
|
*/
|
|
217
217
|
listSecrets(listSecretsRequest: requests.ListSecretsRequest): Promise<responses.ListSecretsResponse>;
|
|
218
218
|
/**
|
|
@@ -254,7 +254,7 @@ export declare class VaultsClient {
|
|
|
254
254
|
* @param RotateSecretRequest
|
|
255
255
|
* @return RotateSecretResponse
|
|
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.82.1/vault/RotateSecret.ts.html |here} to see how to use RotateSecret API.
|
|
258
258
|
*/
|
|
259
259
|
rotateSecret(rotateSecretRequest: requests.RotateSecretRequest): Promise<responses.RotateSecretResponse>;
|
|
260
260
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class VaultsClient {
|
|
|
265
265
|
* @param ScheduleSecretDeletionRequest
|
|
266
266
|
* @return ScheduleSecretDeletionResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
|
|
269
269
|
*/
|
|
270
270
|
scheduleSecretDeletion(scheduleSecretDeletionRequest: requests.ScheduleSecretDeletionRequest): Promise<responses.ScheduleSecretDeletionResponse>;
|
|
271
271
|
/**
|
|
@@ -276,7 +276,7 @@ export declare class VaultsClient {
|
|
|
276
276
|
* @param ScheduleSecretVersionDeletionRequest
|
|
277
277
|
* @return ScheduleSecretVersionDeletionResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
|
|
280
280
|
*/
|
|
281
281
|
scheduleSecretVersionDeletion(scheduleSecretVersionDeletionRequest: requests.ScheduleSecretVersionDeletionRequest): Promise<responses.ScheduleSecretVersionDeletionResponse>;
|
|
282
282
|
/**
|
|
@@ -291,7 +291,7 @@ export declare class VaultsClient {
|
|
|
291
291
|
* @param UpdateSecretRequest
|
|
292
292
|
* @return UpdateSecretResponse
|
|
293
293
|
* @throws OciError when an error occurs
|
|
294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
|
|
295
295
|
*/
|
|
296
296
|
updateSecret(updateSecretRequest: requests.UpdateSecretRequest): Promise<responses.UpdateSecretResponse>;
|
|
297
297
|
}
|
package/lib/client.js
CHANGED
|
@@ -201,7 +201,7 @@ class VaultsClient {
|
|
|
201
201
|
* @param CancelSecretDeletionRequest
|
|
202
202
|
* @return CancelSecretDeletionResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
|
|
205
205
|
*/
|
|
206
206
|
cancelSecretDeletion(cancelSecretDeletionRequest) {
|
|
207
207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -264,7 +264,7 @@ class VaultsClient {
|
|
|
264
264
|
* @param CancelSecretRotationRequest
|
|
265
265
|
* @return CancelSecretRotationResponse
|
|
266
266
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/CancelSecretRotation.ts.html |here} to see how to use CancelSecretRotation API.
|
|
268
268
|
*/
|
|
269
269
|
cancelSecretRotation(cancelSecretRotationRequest) {
|
|
270
270
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -319,7 +319,7 @@ class VaultsClient {
|
|
|
319
319
|
* @param CancelSecretVersionDeletionRequest
|
|
320
320
|
* @return CancelSecretVersionDeletionResponse
|
|
321
321
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
|
|
323
323
|
*/
|
|
324
324
|
cancelSecretVersionDeletion(cancelSecretVersionDeletionRequest) {
|
|
325
325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -384,7 +384,7 @@ class VaultsClient {
|
|
|
384
384
|
* @param ChangeSecretCompartmentRequest
|
|
385
385
|
* @return ChangeSecretCompartmentResponse
|
|
386
386
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
|
|
388
388
|
*/
|
|
389
389
|
changeSecretCompartment(changeSecretCompartmentRequest) {
|
|
390
390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -449,7 +449,7 @@ class VaultsClient {
|
|
|
449
449
|
* @param CreateSecretRequest
|
|
450
450
|
* @return CreateSecretResponse
|
|
451
451
|
* @throws OciError when an error occurs
|
|
452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
|
|
453
453
|
*/
|
|
454
454
|
createSecret(createSecretRequest) {
|
|
455
455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -512,7 +512,7 @@ class VaultsClient {
|
|
|
512
512
|
* @param GetSecretRequest
|
|
513
513
|
* @return GetSecretResponse
|
|
514
514
|
* @throws OciError when an error occurs
|
|
515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
|
|
516
516
|
*/
|
|
517
517
|
getSecret(getSecretRequest) {
|
|
518
518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -576,7 +576,7 @@ class VaultsClient {
|
|
|
576
576
|
* @param GetSecretVersionRequest
|
|
577
577
|
* @return GetSecretVersionResponse
|
|
578
578
|
* @throws OciError when an error occurs
|
|
579
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
|
|
580
580
|
*/
|
|
581
581
|
getSecretVersion(getSecretVersionRequest) {
|
|
582
582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -640,7 +640,7 @@ class VaultsClient {
|
|
|
640
640
|
* @param ListSecretVersionsRequest
|
|
641
641
|
* @return ListSecretVersionsResponse
|
|
642
642
|
* @throws OciError when an error occurs
|
|
643
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
|
|
644
644
|
*/
|
|
645
645
|
listSecretVersions(listSecretVersionsRequest) {
|
|
646
646
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -748,7 +748,7 @@ class VaultsClient {
|
|
|
748
748
|
* @param ListSecretsRequest
|
|
749
749
|
* @return ListSecretsResponse
|
|
750
750
|
* @throws OciError when an error occurs
|
|
751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
751
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
|
|
752
752
|
*/
|
|
753
753
|
listSecrets(listSecretsRequest) {
|
|
754
754
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -859,7 +859,7 @@ class VaultsClient {
|
|
|
859
859
|
* @param RotateSecretRequest
|
|
860
860
|
* @return RotateSecretResponse
|
|
861
861
|
* @throws OciError when an error occurs
|
|
862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
862
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/RotateSecret.ts.html |here} to see how to use RotateSecret API.
|
|
863
863
|
*/
|
|
864
864
|
rotateSecret(rotateSecretRequest) {
|
|
865
865
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -922,7 +922,7 @@ class VaultsClient {
|
|
|
922
922
|
* @param ScheduleSecretDeletionRequest
|
|
923
923
|
* @return ScheduleSecretDeletionResponse
|
|
924
924
|
* @throws OciError when an error occurs
|
|
925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
|
|
926
926
|
*/
|
|
927
927
|
scheduleSecretDeletion(scheduleSecretDeletionRequest) {
|
|
928
928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -985,7 +985,7 @@ class VaultsClient {
|
|
|
985
985
|
* @param ScheduleSecretVersionDeletionRequest
|
|
986
986
|
* @return ScheduleSecretVersionDeletionResponse
|
|
987
987
|
* @throws OciError when an error occurs
|
|
988
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
988
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
|
|
989
989
|
*/
|
|
990
990
|
scheduleSecretVersionDeletion(scheduleSecretVersionDeletionRequest) {
|
|
991
991
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1053,7 +1053,7 @@ class VaultsClient {
|
|
|
1053
1053
|
* @param UpdateSecretRequest
|
|
1054
1054
|
* @return UpdateSecretResponse
|
|
1055
1055
|
* @throws OciError when an error occurs
|
|
1056
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
|
|
1057
1057
|
*/
|
|
1058
1058
|
updateSecret(updateSecretRequest) {
|
|
1059
1059
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
3
|
+
"version": "2.82.1",
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.82.1",
|
|
19
|
+
"oci-workrequests": "2.82.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|