oci-vault 2.76.0 → 2.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +12 -12
- package/lib/client.js +12 -12
- package/lib/model/base64-secret-content-details.d.ts +1 -1
- package/lib/model/base64-secret-content-details.js +1 -1
- package/lib/model/change-secret-compartment-details.d.ts +1 -1
- package/lib/model/change-secret-compartment-details.js +1 -1
- package/lib/model/create-secret-details.d.ts +3 -3
- package/lib/model/create-secret-details.js +1 -1
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/schedule-secret-deletion-details.d.ts +1 -1
- package/lib/model/schedule-secret-deletion-details.js +1 -1
- package/lib/model/schedule-secret-version-deletion-details.d.ts +2 -2
- package/lib/model/schedule-secret-version-deletion-details.js +1 -1
- package/lib/model/secret-content-details.d.ts +6 -6
- package/lib/model/secret-content-details.js +1 -1
- package/lib/model/secret-expiry-rule.d.ts +3 -3
- package/lib/model/secret-expiry-rule.js +1 -1
- package/lib/model/secret-reuse-rule.d.ts +1 -1
- package/lib/model/secret-reuse-rule.js +1 -1
- package/lib/model/secret-rule.d.ts +1 -1
- package/lib/model/secret-rule.js +1 -1
- package/lib/model/secret-summary.d.ts +6 -6
- package/lib/model/secret-summary.js +1 -1
- package/lib/model/secret-version-summary.d.ts +10 -10
- package/lib/model/secret-version-summary.js +1 -1
- package/lib/model/secret-version.d.ts +10 -10
- package/lib/model/secret-version.js +1 -1
- package/lib/model/secret.d.ts +6 -6
- package/lib/model/secret.js +1 -1
- package/lib/model/update-secret-details.d.ts +3 -3
- package/lib/model/update-secret-details.js +1 -1
- package/lib/request/cancel-secret-deletion-request.d.ts +3 -3
- package/lib/request/cancel-secret-deletion-request.js +1 -1
- package/lib/request/cancel-secret-version-deletion-request.d.ts +3 -3
- package/lib/request/cancel-secret-version-deletion-request.js +1 -1
- package/lib/request/change-secret-compartment-request.d.ts +3 -3
- package/lib/request/change-secret-compartment-request.js +1 -1
- package/lib/request/create-secret-request.d.ts +2 -2
- package/lib/request/create-secret-request.js +1 -1
- package/lib/request/get-secret-request.d.ts +2 -2
- package/lib/request/get-secret-request.js +1 -1
- package/lib/request/get-secret-version-request.d.ts +2 -2
- package/lib/request/get-secret-version-request.js +1 -1
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-secret-versions-request.d.ts +4 -4
- package/lib/request/list-secret-versions-request.js +1 -1
- package/lib/request/list-secrets-request.d.ts +5 -5
- package/lib/request/list-secrets-request.js +1 -1
- package/lib/request/schedule-secret-deletion-request.d.ts +3 -3
- package/lib/request/schedule-secret-deletion-request.js +1 -1
- package/lib/request/schedule-secret-version-deletion-request.d.ts +3 -3
- package/lib/request/schedule-secret-version-deletion-request.js +1 -1
- package/lib/request/update-secret-request.d.ts +3 -3
- package/lib/request/update-secret-request.js +1 -1
- package/lib/response/cancel-secret-deletion-response.d.ts +2 -2
- package/lib/response/cancel-secret-deletion-response.js +1 -1
- package/lib/response/cancel-secret-version-deletion-response.d.ts +2 -2
- package/lib/response/cancel-secret-version-deletion-response.js +1 -1
- package/lib/response/change-secret-compartment-response.d.ts +2 -2
- package/lib/response/change-secret-compartment-response.js +1 -1
- package/lib/response/create-secret-response.d.ts +2 -2
- package/lib/response/create-secret-response.js +1 -1
- package/lib/response/get-secret-response.d.ts +2 -2
- package/lib/response/get-secret-response.js +1 -1
- package/lib/response/get-secret-version-response.d.ts +2 -2
- package/lib/response/get-secret-version-response.js +1 -1
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-secret-versions-response.d.ts +2 -2
- package/lib/response/list-secret-versions-response.js +1 -1
- package/lib/response/list-secrets-response.d.ts +2 -2
- package/lib/response/list-secrets-response.js +1 -1
- package/lib/response/schedule-secret-deletion-response.d.ts +2 -2
- package/lib/response/schedule-secret-deletion-response.js +1 -1
- package/lib/response/schedule-secret-version-deletion-response.d.ts +2 -2
- package/lib/response/schedule-secret-version-deletion-response.js +1 -1
- package/lib/response/update-secret-response.d.ts +2 -2
- package/lib/response/update-secret-response.js +1 -1
- package/lib/vaults-waiter.d.ts +1 -1
- package/lib/vaults-waiter.js +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as requests from "./lib/request";
|
package/index.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
package/lib/client.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
@@ -90,7 +90,7 @@ export declare class VaultsClient {
|
|
|
90
90
|
* @param CancelSecretDeletionRequest
|
|
91
91
|
* @return CancelSecretDeletionResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
|
|
94
94
|
*/
|
|
95
95
|
cancelSecretDeletion(cancelSecretDeletionRequest: requests.CancelSecretDeletionRequest): Promise<responses.CancelSecretDeletionResponse>;
|
|
96
96
|
/**
|
|
@@ -99,7 +99,7 @@ export declare class VaultsClient {
|
|
|
99
99
|
* @param CancelSecretVersionDeletionRequest
|
|
100
100
|
* @return CancelSecretVersionDeletionResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
|
|
103
103
|
*/
|
|
104
104
|
cancelSecretVersionDeletion(cancelSecretVersionDeletionRequest: requests.CancelSecretVersionDeletionRequest): Promise<responses.CancelSecretVersionDeletionResponse>;
|
|
105
105
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class VaultsClient {
|
|
|
112
112
|
* @param ChangeSecretCompartmentRequest
|
|
113
113
|
* @return ChangeSecretCompartmentResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
|
|
116
116
|
*/
|
|
117
117
|
changeSecretCompartment(changeSecretCompartmentRequest: requests.ChangeSecretCompartmentRequest): Promise<responses.ChangeSecretCompartmentResponse>;
|
|
118
118
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class VaultsClient {
|
|
|
124
124
|
* @param CreateSecretRequest
|
|
125
125
|
* @return CreateSecretResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
|
|
128
128
|
*/
|
|
129
129
|
createSecret(createSecretRequest: requests.CreateSecretRequest): Promise<responses.CreateSecretResponse>;
|
|
130
130
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class VaultsClient {
|
|
|
133
133
|
* @param GetSecretRequest
|
|
134
134
|
* @return GetSecretResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
|
|
137
137
|
*/
|
|
138
138
|
getSecret(getSecretRequest: requests.GetSecretRequest): Promise<responses.GetSecretResponse>;
|
|
139
139
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class VaultsClient {
|
|
|
143
143
|
* @param GetSecretVersionRequest
|
|
144
144
|
* @return GetSecretVersionResponse
|
|
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.77.0/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
|
|
147
147
|
*/
|
|
148
148
|
getSecretVersion(getSecretVersionRequest: requests.GetSecretVersionRequest): Promise<responses.GetSecretVersionResponse>;
|
|
149
149
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class VaultsClient {
|
|
|
152
152
|
* @param ListSecretVersionsRequest
|
|
153
153
|
* @return ListSecretVersionsResponse
|
|
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.77.0/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
|
|
156
156
|
*/
|
|
157
157
|
listSecretVersions(listSecretVersionsRequest: requests.ListSecretVersionsRequest): Promise<responses.ListSecretVersionsResponse>;
|
|
158
158
|
/**
|
|
@@ -193,7 +193,7 @@ export declare class VaultsClient {
|
|
|
193
193
|
* @param ListSecretsRequest
|
|
194
194
|
* @return ListSecretsResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
|
|
197
197
|
*/
|
|
198
198
|
listSecrets(listSecretsRequest: requests.ListSecretsRequest): Promise<responses.ListSecretsResponse>;
|
|
199
199
|
/**
|
|
@@ -236,7 +236,7 @@ export declare class VaultsClient {
|
|
|
236
236
|
* @param ScheduleSecretDeletionRequest
|
|
237
237
|
* @return ScheduleSecretDeletionResponse
|
|
238
238
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
|
|
240
240
|
*/
|
|
241
241
|
scheduleSecretDeletion(scheduleSecretDeletionRequest: requests.ScheduleSecretDeletionRequest): Promise<responses.ScheduleSecretDeletionResponse>;
|
|
242
242
|
/**
|
|
@@ -247,7 +247,7 @@ export declare class VaultsClient {
|
|
|
247
247
|
* @param ScheduleSecretVersionDeletionRequest
|
|
248
248
|
* @return ScheduleSecretVersionDeletionResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
|
|
251
251
|
*/
|
|
252
252
|
scheduleSecretVersionDeletion(scheduleSecretVersionDeletionRequest: requests.ScheduleSecretVersionDeletionRequest): Promise<responses.ScheduleSecretVersionDeletionResponse>;
|
|
253
253
|
/**
|
|
@@ -262,7 +262,7 @@ export declare class VaultsClient {
|
|
|
262
262
|
* @param UpdateSecretRequest
|
|
263
263
|
* @return UpdateSecretResponse
|
|
264
264
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
|
|
266
266
|
*/
|
|
267
267
|
updateSecret(updateSecretRequest: requests.UpdateSecretRequest): Promise<responses.UpdateSecretResponse>;
|
|
268
268
|
}
|
package/lib/client.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -191,7 +191,7 @@ class VaultsClient {
|
|
|
191
191
|
* @param CancelSecretDeletionRequest
|
|
192
192
|
* @return CancelSecretDeletionResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
|
|
195
195
|
*/
|
|
196
196
|
cancelSecretDeletion(cancelSecretDeletionRequest) {
|
|
197
197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -251,7 +251,7 @@ class VaultsClient {
|
|
|
251
251
|
* @param CancelSecretVersionDeletionRequest
|
|
252
252
|
* @return CancelSecretVersionDeletionResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
|
|
255
255
|
*/
|
|
256
256
|
cancelSecretVersionDeletion(cancelSecretVersionDeletionRequest) {
|
|
257
257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -316,7 +316,7 @@ class VaultsClient {
|
|
|
316
316
|
* @param ChangeSecretCompartmentRequest
|
|
317
317
|
* @return ChangeSecretCompartmentResponse
|
|
318
318
|
* @throws OciError when an error occurs
|
|
319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
|
|
320
320
|
*/
|
|
321
321
|
changeSecretCompartment(changeSecretCompartmentRequest) {
|
|
322
322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -381,7 +381,7 @@ class VaultsClient {
|
|
|
381
381
|
* @param CreateSecretRequest
|
|
382
382
|
* @return CreateSecretResponse
|
|
383
383
|
* @throws OciError when an error occurs
|
|
384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
|
|
385
385
|
*/
|
|
386
386
|
createSecret(createSecretRequest) {
|
|
387
387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -444,7 +444,7 @@ class VaultsClient {
|
|
|
444
444
|
* @param GetSecretRequest
|
|
445
445
|
* @return GetSecretResponse
|
|
446
446
|
* @throws OciError when an error occurs
|
|
447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
|
|
448
448
|
*/
|
|
449
449
|
getSecret(getSecretRequest) {
|
|
450
450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -508,7 +508,7 @@ class VaultsClient {
|
|
|
508
508
|
* @param GetSecretVersionRequest
|
|
509
509
|
* @return GetSecretVersionResponse
|
|
510
510
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
|
|
512
512
|
*/
|
|
513
513
|
getSecretVersion(getSecretVersionRequest) {
|
|
514
514
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -572,7 +572,7 @@ class VaultsClient {
|
|
|
572
572
|
* @param ListSecretVersionsRequest
|
|
573
573
|
* @return ListSecretVersionsResponse
|
|
574
574
|
* @throws OciError when an error occurs
|
|
575
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
|
|
576
576
|
*/
|
|
577
577
|
listSecretVersions(listSecretVersionsRequest) {
|
|
578
578
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -680,7 +680,7 @@ class VaultsClient {
|
|
|
680
680
|
* @param ListSecretsRequest
|
|
681
681
|
* @return ListSecretsResponse
|
|
682
682
|
* @throws OciError when an error occurs
|
|
683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
|
|
684
684
|
*/
|
|
685
685
|
listSecrets(listSecretsRequest) {
|
|
686
686
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -792,7 +792,7 @@ class VaultsClient {
|
|
|
792
792
|
* @param ScheduleSecretDeletionRequest
|
|
793
793
|
* @return ScheduleSecretDeletionResponse
|
|
794
794
|
* @throws OciError when an error occurs
|
|
795
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
|
|
796
796
|
*/
|
|
797
797
|
scheduleSecretDeletion(scheduleSecretDeletionRequest) {
|
|
798
798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -855,7 +855,7 @@ class VaultsClient {
|
|
|
855
855
|
* @param ScheduleSecretVersionDeletionRequest
|
|
856
856
|
* @return ScheduleSecretVersionDeletionResponse
|
|
857
857
|
* @throws OciError when an error occurs
|
|
858
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
858
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
|
|
859
859
|
*/
|
|
860
860
|
scheduleSecretVersionDeletion(scheduleSecretVersionDeletionRequest) {
|
|
861
861
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -923,7 +923,7 @@ class VaultsClient {
|
|
|
923
923
|
* @param UpdateSecretRequest
|
|
924
924
|
* @return UpdateSecretResponse
|
|
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.77.0/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
|
|
927
927
|
*/
|
|
928
928
|
updateSecret(updateSecretRequest) {
|
|
929
929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -22,7 +22,7 @@ export interface CreateSecretDetails {
|
|
|
22
22
|
/**
|
|
23
23
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
24
24
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
25
|
-
* Example:
|
|
25
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"definedTags"?: {
|
|
@@ -37,7 +37,7 @@ export interface CreateSecretDetails {
|
|
|
37
37
|
/**
|
|
38
38
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
39
39
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
40
|
-
* Example:
|
|
40
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"freeformTags"?: {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
package/lib/model/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as ChangeSecretCompartmentDetails from "./change-secret-compartment-details";
|
package/lib/model/index.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
export interface ScheduleSecretVersionDeletionDetails {
|
|
17
17
|
/**
|
|
18
18
|
* An optional property indicating when to delete the secret version, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
19
|
-
* Example:
|
|
19
|
+
* Example: {@code 2019-04-03T21:10:29.600Z}
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"timeOfDeletion"?: Date;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
@@ -19,11 +19,11 @@ export interface SecretContentDetails {
|
|
|
19
19
|
*/
|
|
20
20
|
"name"?: string;
|
|
21
21
|
/**
|
|
22
|
-
* The rotation state of the secret content. The default is
|
|
23
|
-
* that you mark as
|
|
24
|
-
* you might create or update a secret and mark its rotation state as
|
|
25
|
-
* When creating a secret, only the value
|
|
26
|
-
* a secret, you can specify a version's rotation state as either
|
|
22
|
+
* The rotation state of the secret content. The default is {@code CURRENT}, meaning that the secret is currently in use. A secret version
|
|
23
|
+
* that you mark as {@code PENDING} is staged and available for use, but you don't yet want to rotate it into current, active use. For example,
|
|
24
|
+
* you might create or update a secret and mark its rotation state as {@code PENDING} if you haven't yet updated the secret on the target system.
|
|
25
|
+
* When creating a secret, only the value {@code CURRENT} is applicable, although the value {@code LATEST} is also automatically applied. When updating
|
|
26
|
+
* a secret, you can specify a version's rotation state as either {@code CURRENT} or {@code PENDING}.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"stage"?: SecretContentDetails.Stage;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -21,14 +21,14 @@ export interface SecretExpiryRule extends model.SecretRule {
|
|
|
21
21
|
* updated when the secret content expires.
|
|
22
22
|
* The timer resets after you update the secret contents.
|
|
23
23
|
* The minimum value is 1 day and the maximum value is 90 days for this property. Currently, only intervals expressed in days are supported.
|
|
24
|
-
* For example, pass
|
|
24
|
+
* For example, pass {@code P3D} to have the secret version expire every 3 days.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"secretVersionExpiryInterval"?: string;
|
|
28
28
|
/**
|
|
29
29
|
* An optional property indicating the absolute time when this secret will expire, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
30
30
|
* The minimum number of days from current time is 1 day and the maximum number of days from current time is 365 days.
|
|
31
|
-
* Example:
|
|
31
|
+
* Example: {@code 2019-04-03T21:10:29.600Z}
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"timeOfAbsoluteExpiry"?: Date;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
package/lib/model/secret-rule.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
@@ -21,7 +21,7 @@ export interface SecretSummary {
|
|
|
21
21
|
/**
|
|
22
22
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
23
23
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
24
|
-
* Example:
|
|
24
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"definedTags"?: {
|
|
@@ -36,7 +36,7 @@ export interface SecretSummary {
|
|
|
36
36
|
/**
|
|
37
37
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
38
38
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
39
|
-
* Example:
|
|
39
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"freeformTags"?: {
|
|
@@ -65,19 +65,19 @@ export interface SecretSummary {
|
|
|
65
65
|
"secretName": string;
|
|
66
66
|
/**
|
|
67
67
|
* A property indicating when the secret was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
68
|
-
* Example:
|
|
68
|
+
* Example: {@code 2019-04-03T21:10:29.600Z}
|
|
69
69
|
*
|
|
70
70
|
*/
|
|
71
71
|
"timeCreated": Date;
|
|
72
72
|
/**
|
|
73
73
|
* An optional property indicating when the current secret version will expire, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
74
|
-
* Example:
|
|
74
|
+
* Example: {@code 2019-04-03T21:10:29.600Z}
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
"timeOfCurrentVersionExpiry"?: Date;
|
|
78
78
|
/**
|
|
79
79
|
* An optional property indicating when to delete the secret, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
80
|
-
* Example:
|
|
80
|
+
* Example: {@code 2019-04-03T21:10:29.600Z}
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
"timeOfDeletion"?: Date;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
@@ -28,30 +28,30 @@ export interface SecretVersionSummary {
|
|
|
28
28
|
*/
|
|
29
29
|
"secretId": string;
|
|
30
30
|
/**
|
|
31
|
-
* A list of possible rotation states for the secret version. A secret version marked
|
|
32
|
-
* marked
|
|
33
|
-
* into current, active use. The secret most recently uploaded to a vault is always marked
|
|
34
|
-
* always marked as both
|
|
35
|
-
*
|
|
36
|
-
* one in use. Only secret versions marked
|
|
31
|
+
* A list of possible rotation states for the secret version. A secret version marked {@code CURRENT} is currently in use. A secret version
|
|
32
|
+
* marked {@code PENDING} is staged and available for use, but has not been applied on the target system and, therefore, has not been rotated
|
|
33
|
+
* into current, active use. The secret most recently uploaded to a vault is always marked {@code LATEST}. (The first version of a secret is
|
|
34
|
+
* always marked as both {@code CURRENT} and {@code LATEST}.) A secret version marked {@code PREVIOUS} is the secret version that was most recently marked
|
|
35
|
+
* {@code CURRENT}, before the last secret version rotation. A secret version marked {@code DEPRECATED} is neither current, pending, nor the previous
|
|
36
|
+
* one in use. Only secret versions marked {@code DEPRECATED} can be scheduled for deletion.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"stages"?: Array<SecretVersionSummary.Stages>;
|
|
40
40
|
/**
|
|
41
41
|
* A optional property indicating when the secret version was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
42
|
-
* Example:
|
|
42
|
+
* Example: {@code 2019-04-03T21:10:29.600Z}
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
"timeCreated": Date;
|
|
46
46
|
/**
|
|
47
47
|
* An optional property indicating when to delete the secret version, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
48
|
-
* Example:
|
|
48
|
+
* Example: {@code 2019-04-03T21:10:29.600Z}
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"timeOfDeletion"?: Date;
|
|
52
52
|
/**
|
|
53
53
|
* An optional property indicating when the secret version will expire, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
54
|
-
* Example:
|
|
54
|
+
* Example: {@code 2019-04-03T21:10:29.600Z}
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
"timeOfExpiry"?: Date;
|