File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/clients/src/api/secret/v1beta1 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ export interface SecretVersion {
9292 /** ID of the secret. */
9393 secretId : string
9494 /**
95- * - `unknown `: the version is in an invalid state. `enabled`: the version is
96- * accessible. `disabled`: the version is not accessible but can be enabled.
97- * `deleted`: the version is permanently deleted. It is not possible to
98- * recover it.
95+ * - `unknown_status `: the version is in an invalid state. `enabled`: the
96+ * version is accessible. `disabled`: the version is not accessible but can
97+ * be enabled. `deleted`: the version is permanently deleted. It is not
98+ * possible to recover it.
9999 */
100100 status : SecretVersionStatus
101101 /** Date and time of the version's creation. */
You can’t perform that action at this time.
0 commit comments