Skip to content

Commit 7603b91

Browse files
fix(secret_manager): update secret version status enum doc (#531)
Co-authored-by: Mia-Cross <lmarabese@scaleway.com>
1 parent 0217679 commit 7603b91

File tree

2 files changed

+2
-2
lines changed
  • scaleway/scaleway/secret/v1beta1
  • scaleway-async/scaleway_async/secret/v1beta1

2 files changed

+2
-2
lines changed

scaleway-async/scaleway_async/secret/v1beta1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class SecretVersion:
169169

170170
status: SecretVersionStatus
171171
"""
172-
* `unknown`: the version is in an invalid state.
172+
* `unknown_status`: the version is in an invalid state.
173173
* `enabled`: the version is accessible.
174174
* `disabled`: the version is not accessible but can be enabled.
175175
* `deleted`: the version is permanently deleted. It is not possible to recover it.

scaleway/scaleway/secret/v1beta1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class SecretVersion:
169169

170170
status: SecretVersionStatus
171171
"""
172-
* `unknown`: the version is in an invalid state.
172+
* `unknown_status`: the version is in an invalid state.
173173
* `enabled`: the version is accessible.
174174
* `disabled`: the version is not accessible but can be enabled.
175175
* `deleted`: the version is permanently deleted. It is not possible to recover it.

0 commit comments

Comments
 (0)