oci-vault 2.76.1 → 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.
Files changed (34) hide show
  1. package/lib/client.d.ts +11 -11
  2. package/lib/client.js +11 -11
  3. package/lib/model/create-secret-details.d.ts +2 -2
  4. package/lib/model/schedule-secret-version-deletion-details.d.ts +1 -1
  5. package/lib/model/secret-content-details.d.ts +5 -5
  6. package/lib/model/secret-expiry-rule.d.ts +2 -2
  7. package/lib/model/secret-summary.d.ts +5 -5
  8. package/lib/model/secret-version-summary.d.ts +9 -9
  9. package/lib/model/secret-version.d.ts +9 -9
  10. package/lib/model/secret.d.ts +5 -5
  11. package/lib/model/update-secret-details.d.ts +2 -2
  12. package/lib/request/cancel-secret-deletion-request.d.ts +2 -2
  13. package/lib/request/cancel-secret-version-deletion-request.d.ts +2 -2
  14. package/lib/request/change-secret-compartment-request.d.ts +2 -2
  15. package/lib/request/create-secret-request.d.ts +1 -1
  16. package/lib/request/get-secret-request.d.ts +1 -1
  17. package/lib/request/get-secret-version-request.d.ts +1 -1
  18. package/lib/request/list-secret-versions-request.d.ts +3 -3
  19. package/lib/request/list-secrets-request.d.ts +4 -4
  20. package/lib/request/schedule-secret-deletion-request.d.ts +2 -2
  21. package/lib/request/schedule-secret-version-deletion-request.d.ts +2 -2
  22. package/lib/request/update-secret-request.d.ts +2 -2
  23. package/lib/response/cancel-secret-deletion-response.d.ts +1 -1
  24. package/lib/response/cancel-secret-version-deletion-response.d.ts +1 -1
  25. package/lib/response/change-secret-compartment-response.d.ts +1 -1
  26. package/lib/response/create-secret-response.d.ts +1 -1
  27. package/lib/response/get-secret-response.d.ts +1 -1
  28. package/lib/response/get-secret-version-response.d.ts +1 -1
  29. package/lib/response/list-secret-versions-response.d.ts +1 -1
  30. package/lib/response/list-secrets-response.d.ts +1 -1
  31. package/lib/response/schedule-secret-deletion-response.d.ts +1 -1
  32. package/lib/response/schedule-secret-version-deletion-response.d.ts +1 -1
  33. package/lib/response/update-secret-response.d.ts +1 -1
  34. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -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.76.1/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
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.76.1/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
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.76.1/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
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.76.1/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
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.76.1/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
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.76.1/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
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.76.1/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
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.76.1/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
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.76.1/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
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.76.1/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
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.76.1/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
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
@@ -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.76.1/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
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.76.1/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
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.76.1/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
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.76.1/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
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.76.1/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
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.76.1/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
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.76.1/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
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.76.1/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
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.76.1/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
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.76.1/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
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.76.1/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
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* () {
@@ -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: `{\"Operations\": {\"CostCenter\": \"42\"}}`
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: `{\"Department\": \"Finance\"}`
40
+ * Example: {@code {\"Department\": \"Finance\"}}
41
41
  *
42
42
  */
43
43
  "freeformTags"?: {
@@ -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: `2019-04-03T21:10:29.600Z`
19
+ * Example: {@code 2019-04-03T21:10:29.600Z}
20
20
  *
21
21
  */
22
22
  "timeOfDeletion"?: Date;
@@ -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 `CURRENT`, meaning that the secret is currently in use. A secret version
23
- * that you mark as `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 `PENDING` if you haven't yet updated the secret on the target system.
25
- * When creating a secret, only the value `CURRENT` is applicable, although the value `LATEST` is also automatically applied. When updating
26
- * a secret, you can specify a version's rotation state as either `CURRENT` or `PENDING`.
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;
@@ -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 `P3D` to have the secret version expire every 3 days.
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: `2019-04-03T21:10:29.600Z`
31
+ * Example: {@code 2019-04-03T21:10:29.600Z}
32
32
  *
33
33
  */
34
34
  "timeOfAbsoluteExpiry"?: Date;
@@ -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: `{\"Operations\": {\"CostCenter\": \"42\"}}`
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: `{\"Department\": \"Finance\"}`
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: `2019-04-03T21:10:29.600Z`
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: `2019-04-03T21:10:29.600Z`
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: `2019-04-03T21:10:29.600Z`
80
+ * Example: {@code 2019-04-03T21:10:29.600Z}
81
81
  *
82
82
  */
83
83
  "timeOfDeletion"?: Date;
@@ -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 `CURRENT` is currently in use. A secret version
32
- * marked `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 `LATEST`. (The first version of a secret is
34
- * always marked as both `CURRENT` and `LATEST`.) A secret version marked `PREVIOUS` is the secret version that was most recently marked
35
- * `CURRENT`, before the last secret version rotation. A secret version marked `DEPRECATED` is neither current, pending, nor the previous
36
- * one in use. Only secret versions marked `DEPRECATED` can be scheduled for deletion.
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: `2019-04-03T21:10:29.600Z`
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: `2019-04-03T21:10:29.600Z`
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: `2019-04-03T21:10:29.600Z`
54
+ * Example: {@code 2019-04-03T21:10:29.600Z}
55
55
  *
56
56
  */
57
57
  "timeOfExpiry"?: Date;
@@ -28,30 +28,30 @@ export interface SecretVersion {
28
28
  */
29
29
  "secretId"?: string;
30
30
  /**
31
- * A list of possible rotation states for the secret version. A secret version marked `CURRENT` is currently in use. A secret version
32
- * marked `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 `LATEST`. (The first version of a secret is
34
- * always marked as both `CURRENT` and `LATEST`.) A secret version marked `PREVIOUS` is the secret version that was most recently marked
35
- * `CURRENT`, before the last secret version rotation. A secret version marked `DEPRECATED` is neither current, pending, nor the previous
36
- * one in use. Only secret versions marked `DEPRECATED` can be scheduled for deletion.
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<SecretVersion.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: `2019-04-03T21:10:29.600Z`
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: `2019-04-03T21:10:29.600Z`
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 current secret version will expire, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
54
- * Example: `2019-04-03T21:10:29.600Z`
54
+ * Example: {@code 2019-04-03T21:10:29.600Z}
55
55
  *
56
56
  */
57
57
  "timeOfCurrentVersionExpiry"?: Date;
@@ -26,7 +26,7 @@ export interface Secret {
26
26
  /**
27
27
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
28
28
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
29
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
29
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
30
30
  *
31
31
  */
32
32
  "definedTags"?: {
@@ -41,7 +41,7 @@ export interface Secret {
41
41
  /**
42
42
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
43
43
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
44
- * Example: `{\"Department\": \"Finance\"}`
44
+ * Example: {@code {\"Department\": \"Finance\"}}
45
45
  *
46
46
  */
47
47
  "freeformTags"?: {
@@ -83,19 +83,19 @@ export interface Secret {
83
83
  "secretRules"?: Array<model.SecretRule>;
84
84
  /**
85
85
  * A property indicating when the secret was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
86
- * Example: `2019-04-03T21:10:29.600Z`
86
+ * Example: {@code 2019-04-03T21:10:29.600Z}
87
87
  *
88
88
  */
89
89
  "timeCreated": Date;
90
90
  /**
91
91
  * An optional property indicating when the current secret version will expire, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
92
- * Example: `2019-04-03T21:10:29.600Z`
92
+ * Example: {@code 2019-04-03T21:10:29.600Z}
93
93
  *
94
94
  */
95
95
  "timeOfCurrentVersionExpiry"?: Date;
96
96
  /**
97
97
  * An optional property indicating when to delete the secret, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
98
- * Example: `2019-04-03T21:10:29.600Z`
98
+ * Example: {@code 2019-04-03T21:10:29.600Z}
99
99
  *
100
100
  */
101
101
  "timeOfDeletion"?: Date;
@@ -25,7 +25,7 @@ export interface UpdateSecretDetails {
25
25
  /**
26
26
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
27
27
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
28
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
28
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
29
29
  *
30
30
  */
31
31
  "definedTags"?: {
@@ -40,7 +40,7 @@ export interface UpdateSecretDetails {
40
40
  /**
41
41
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
42
42
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
43
- * Example: `{\"Department\": \"Finance\"}`
43
+ * Example: {@code {\"Department\": \"Finance\"}}
44
44
  *
45
45
  */
46
46
  "freeformTags"?: {
@@ -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.76.1/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletionRequest.
15
+ * @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 CancelSecretDeletionRequest.
16
16
  */
17
17
  export interface CancelSecretDeletionRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface CancelSecretDeletionRequest extends common.BaseRequest {
21
21
  "secretId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call for a
24
- * resource, set the `if-match` parameter to the value of the etag from a
24
+ * resource, set the {@code if-match} parameter to the value of the etag from a
25
25
  * previous GET or POST response for that resource. The resource will be
26
26
  * updated or deleted only if the etag you provide matches the resource's
27
27
  * current etag value.
@@ -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.76.1/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletionRequest.
15
+ * @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 CancelSecretVersionDeletionRequest.
16
16
  */
17
17
  export interface CancelSecretVersionDeletionRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface CancelSecretVersionDeletionRequest extends common.BaseRequest {
25
25
  "secretVersionNumber": number;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call for a
28
- * resource, set the `if-match` parameter to the value of the etag from a
28
+ * resource, set the {@code if-match} parameter to the value of the etag from a
29
29
  * previous GET or POST response for that resource. The resource will be
30
30
  * updated or deleted only if the etag you provide matches the resource's
31
31
  * current etag value.
@@ -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.76.1/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartmentRequest.
16
+ * @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 ChangeSecretCompartmentRequest.
17
17
  */
18
18
  export interface ChangeSecretCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeSecretCompartmentRequest extends common.BaseRequest {
26
26
  "changeSecretCompartmentDetails": model.ChangeSecretCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call for a
29
- * resource, set the `if-match` parameter to the value of the etag from a
29
+ * resource, set the {@code if-match} parameter to the value of the etag from a
30
30
  * previous GET or POST response for that resource. The resource will be
31
31
  * updated or deleted only if the etag you provide matches the resource's
32
32
  * current etag value.
@@ -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.76.1/vault/CreateSecret.ts.html |here} to see how to use CreateSecretRequest.
16
+ * @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 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.76.1/vault/GetSecret.ts.html |here} to see how to use GetSecretRequest.
15
+ * @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 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.76.1/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersionRequest.
15
+ * @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 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.76.1/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersionsRequest.
15
+ * @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 ListSecretVersionsRequest.
16
16
  */
17
17
  export interface ListSecretVersionsRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface ListSecretVersionsRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * The value of the `opc-next-page` response header
28
+ * The value of the {@code opc-next-page} response header
29
29
  * from the previous \"List\" call.
30
30
  *
31
31
  */
@@ -43,7 +43,7 @@ export interface ListSecretVersionsRequest extends common.BaseRequest {
43
43
  */
44
44
  "sortBy"?: ListSecretVersionsRequest.SortBy;
45
45
  /**
46
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
46
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
47
47
  *
48
48
  */
49
49
  "sortOrder"?: ListSecretVersionsRequest.SortOrder;
@@ -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.76.1/vault/ListSecrets.ts.html |here} to see how to use ListSecretsRequest.
15
+ * @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 ListSecretsRequest.
16
16
  */
17
17
  export interface ListSecretsRequest extends common.BaseRequest {
18
18
  /**
@@ -29,7 +29,7 @@ export interface ListSecretsRequest extends common.BaseRequest {
29
29
  */
30
30
  "limit"?: number;
31
31
  /**
32
- * The value of the `opc-next-page` response header
32
+ * The value of the {@code opc-next-page} response header
33
33
  * from the previous \"List\" call.
34
34
  *
35
35
  */
@@ -43,12 +43,12 @@ export interface ListSecretsRequest extends common.BaseRequest {
43
43
  "opcRequestId"?: string;
44
44
  /**
45
45
  * The field to sort by. You can specify only one sort order. The default order for
46
- * `TIMECREATED` is descending. The default order for `NAME` is ascending.
46
+ * {@code TIMECREATED} is descending. The default order for {@code NAME} is ascending.
47
47
  *
48
48
  */
49
49
  "sortBy"?: ListSecretsRequest.SortBy;
50
50
  /**
51
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
51
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
52
52
  *
53
53
  */
54
54
  "sortOrder"?: ListSecretsRequest.SortOrder;
@@ -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.76.1/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletionRequest.
16
+ * @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 ScheduleSecretDeletionRequest.
17
17
  */
18
18
  export interface ScheduleSecretDeletionRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ScheduleSecretDeletionRequest extends common.BaseRequest {
26
26
  "scheduleSecretDeletionDetails": model.ScheduleSecretDeletionDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call for a
29
- * resource, set the `if-match` parameter to the value of the etag from a
29
+ * resource, set the {@code if-match} parameter to the value of the etag from a
30
30
  * previous GET or POST response for that resource. The resource will be
31
31
  * updated or deleted only if the etag you provide matches the resource's
32
32
  * current etag value.
@@ -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.76.1/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletionRequest.
16
+ * @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 ScheduleSecretVersionDeletionRequest.
17
17
  */
18
18
  export interface ScheduleSecretVersionDeletionRequest extends common.BaseRequest {
19
19
  /**
@@ -31,7 +31,7 @@ export interface ScheduleSecretVersionDeletionRequest extends common.BaseRequest
31
31
  "scheduleSecretVersionDeletionDetails": model.ScheduleSecretVersionDeletionDetails;
32
32
  /**
33
33
  * For optimistic concurrency control. In the PUT or DELETE call for a
34
- * resource, set the `if-match` parameter to the value of the etag from a
34
+ * resource, set the {@code if-match} parameter to the value of the etag from a
35
35
  * previous GET or POST response for that resource. The resource will be
36
36
  * updated or deleted only if the etag you provide matches the resource's
37
37
  * current etag value.
@@ -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.76.1/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecretRequest.
16
+ * @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 UpdateSecretRequest.
17
17
  */
18
18
  export interface UpdateSecretRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateSecretRequest extends common.BaseRequest {
26
26
  "updateSecretDetails": model.UpdateSecretDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call for a
29
- * resource, set the `if-match` parameter to the value of the etag from a
29
+ * resource, set the {@code if-match} parameter to the value of the etag from a
30
30
  * previous GET or POST response for that resource. The resource will be
31
31
  * updated or deleted only if the etag you provide matches the resource's
32
32
  * current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  export interface CancelSecretDeletionResponse {
14
14
  /**
15
- * For optimistic concurrency control. See `if-match`.
15
+ * For optimistic concurrency control. See {@code if-match}.
16
16
  */
17
17
  "etag": string;
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  export interface CancelSecretVersionDeletionResponse {
14
14
  /**
15
- * For optimistic concurrency control. See `if-match`.
15
+ * For optimistic concurrency control. See {@code if-match}.
16
16
  */
17
17
  "etag": string;
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  export interface ChangeSecretCompartmentResponse {
14
14
  /**
15
- * For optimistic concurrency control. See `if-match`.
15
+ * For optimistic concurrency control. See {@code if-match}.
16
16
  */
17
17
  "etag": string;
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateSecretResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetSecretResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetSecretVersionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListSecretVersionsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then there are additional items still to get. Include this value as the `page` parameter for the
17
+ * then there are additional items still to get. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request. For information about pagination, see
19
19
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#List_Pagination).
20
20
  *
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListSecretsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then there are additional items still to get. Include this value as the `page` parameter for the
17
+ * then there are additional items still to get. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request. For information about pagination, see
19
19
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#List_Pagination).
20
20
  *
@@ -12,7 +12,7 @@
12
12
  */
13
13
  export interface ScheduleSecretDeletionResponse {
14
14
  /**
15
- * For optimistic concurrency control. See `if-match`.
15
+ * For optimistic concurrency control. See {@code if-match}.
16
16
  */
17
17
  "etag": string;
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  export interface ScheduleSecretVersionDeletionResponse {
14
14
  /**
15
- * For optimistic concurrency control. See `if-match`.
15
+ * For optimistic concurrency control. See {@code if-match}.
16
16
  */
17
17
  "etag": string;
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateSecretResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-vault",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"