Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/clients/src/api/secret/v1beta1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ export interface SecretVersion {
/** ID of the secret. */
secretId: string
/**
* - `unknown`: the version is in an invalid state. `enabled`: the version is
* accessible. `disabled`: the version is not accessible but can be enabled.
* `deleted`: the version is permanently deleted. It is not possible to
* recover it.
* - `unknown_status`: the version is in an invalid state. `enabled`: the
* version is accessible. `disabled`: the version is not accessible but can
* be enabled. `deleted`: the version is permanently deleted. It is not
* possible to recover it.
*/
status: SecretVersionStatus
/** Date and time of the version's creation. */
Expand Down