Skip to content

Commit 5f2a018

Browse files
authored
fix(secret_manager): update secret version status enum doc (#1295)
1 parent 066a7e9 commit 5f2a018

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/clients/src/api/secret/v1beta1/types.gen.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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. */

0 commit comments

Comments
 (0)