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.
Files changed (85) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +12 -12
  4. package/lib/client.js +12 -12
  5. package/lib/model/base64-secret-content-details.d.ts +1 -1
  6. package/lib/model/base64-secret-content-details.js +1 -1
  7. package/lib/model/change-secret-compartment-details.d.ts +1 -1
  8. package/lib/model/change-secret-compartment-details.js +1 -1
  9. package/lib/model/create-secret-details.d.ts +3 -3
  10. package/lib/model/create-secret-details.js +1 -1
  11. package/lib/model/index.d.ts +1 -1
  12. package/lib/model/index.js +1 -1
  13. package/lib/model/schedule-secret-deletion-details.d.ts +1 -1
  14. package/lib/model/schedule-secret-deletion-details.js +1 -1
  15. package/lib/model/schedule-secret-version-deletion-details.d.ts +2 -2
  16. package/lib/model/schedule-secret-version-deletion-details.js +1 -1
  17. package/lib/model/secret-content-details.d.ts +6 -6
  18. package/lib/model/secret-content-details.js +1 -1
  19. package/lib/model/secret-expiry-rule.d.ts +3 -3
  20. package/lib/model/secret-expiry-rule.js +1 -1
  21. package/lib/model/secret-reuse-rule.d.ts +1 -1
  22. package/lib/model/secret-reuse-rule.js +1 -1
  23. package/lib/model/secret-rule.d.ts +1 -1
  24. package/lib/model/secret-rule.js +1 -1
  25. package/lib/model/secret-summary.d.ts +6 -6
  26. package/lib/model/secret-summary.js +1 -1
  27. package/lib/model/secret-version-summary.d.ts +10 -10
  28. package/lib/model/secret-version-summary.js +1 -1
  29. package/lib/model/secret-version.d.ts +10 -10
  30. package/lib/model/secret-version.js +1 -1
  31. package/lib/model/secret.d.ts +6 -6
  32. package/lib/model/secret.js +1 -1
  33. package/lib/model/update-secret-details.d.ts +3 -3
  34. package/lib/model/update-secret-details.js +1 -1
  35. package/lib/request/cancel-secret-deletion-request.d.ts +3 -3
  36. package/lib/request/cancel-secret-deletion-request.js +1 -1
  37. package/lib/request/cancel-secret-version-deletion-request.d.ts +3 -3
  38. package/lib/request/cancel-secret-version-deletion-request.js +1 -1
  39. package/lib/request/change-secret-compartment-request.d.ts +3 -3
  40. package/lib/request/change-secret-compartment-request.js +1 -1
  41. package/lib/request/create-secret-request.d.ts +2 -2
  42. package/lib/request/create-secret-request.js +1 -1
  43. package/lib/request/get-secret-request.d.ts +2 -2
  44. package/lib/request/get-secret-request.js +1 -1
  45. package/lib/request/get-secret-version-request.d.ts +2 -2
  46. package/lib/request/get-secret-version-request.js +1 -1
  47. package/lib/request/index.d.ts +1 -1
  48. package/lib/request/index.js +1 -1
  49. package/lib/request/list-secret-versions-request.d.ts +4 -4
  50. package/lib/request/list-secret-versions-request.js +1 -1
  51. package/lib/request/list-secrets-request.d.ts +5 -5
  52. package/lib/request/list-secrets-request.js +1 -1
  53. package/lib/request/schedule-secret-deletion-request.d.ts +3 -3
  54. package/lib/request/schedule-secret-deletion-request.js +1 -1
  55. package/lib/request/schedule-secret-version-deletion-request.d.ts +3 -3
  56. package/lib/request/schedule-secret-version-deletion-request.js +1 -1
  57. package/lib/request/update-secret-request.d.ts +3 -3
  58. package/lib/request/update-secret-request.js +1 -1
  59. package/lib/response/cancel-secret-deletion-response.d.ts +2 -2
  60. package/lib/response/cancel-secret-deletion-response.js +1 -1
  61. package/lib/response/cancel-secret-version-deletion-response.d.ts +2 -2
  62. package/lib/response/cancel-secret-version-deletion-response.js +1 -1
  63. package/lib/response/change-secret-compartment-response.d.ts +2 -2
  64. package/lib/response/change-secret-compartment-response.js +1 -1
  65. package/lib/response/create-secret-response.d.ts +2 -2
  66. package/lib/response/create-secret-response.js +1 -1
  67. package/lib/response/get-secret-response.d.ts +2 -2
  68. package/lib/response/get-secret-response.js +1 -1
  69. package/lib/response/get-secret-version-response.d.ts +2 -2
  70. package/lib/response/get-secret-version-response.js +1 -1
  71. package/lib/response/index.d.ts +1 -1
  72. package/lib/response/index.js +1 -1
  73. package/lib/response/list-secret-versions-response.d.ts +2 -2
  74. package/lib/response/list-secret-versions-response.js +1 -1
  75. package/lib/response/list-secrets-response.d.ts +2 -2
  76. package/lib/response/list-secrets-response.js +1 -1
  77. package/lib/response/schedule-secret-deletion-response.d.ts +2 -2
  78. package/lib/response/schedule-secret-deletion-response.js +1 -1
  79. package/lib/response/schedule-secret-version-deletion-response.d.ts +2 -2
  80. package/lib/response/schedule-secret-version-deletion-response.js +1 -1
  81. package/lib/response/update-secret-response.d.ts +2 -2
  82. package/lib/response/update-secret-response.js +1 -1
  83. package/lib/vaults-waiter.d.ts +1 -1
  84. package/lib/vaults-waiter.js +1 -1
  85. package/package.json +3 -3
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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, 2023, Oracle and/or its affiliates. All rights reserved.
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 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;
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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, 2023, Oracle and/or its affiliates. All rights reserved.
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";
@@ -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;
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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, 2023, Oracle and/or its affiliates. All rights reserved.
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";
@@ -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"?: {
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/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.
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/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.
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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";
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.0/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.
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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";
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.0/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
  /**
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/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
  /**
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/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
  /**
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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, 2023, Oracle and/or its affiliates. All rights reserved.
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 CancelSecretDeletionRequest from "./cancel-secret-deletion-request";
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/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;
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/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;
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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";
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.0/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.
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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";
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.0/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.
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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";
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.0/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.
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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
  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
  /**
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
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 });