diff --git a/scaleway-async/scaleway_async/secret/v1beta1/types.py b/scaleway-async/scaleway_async/secret/v1beta1/types.py index bd99f7dc3..1ddef8c05 100644 --- a/scaleway-async/scaleway_async/secret/v1beta1/types.py +++ b/scaleway-async/scaleway_async/secret/v1beta1/types.py @@ -169,7 +169,7 @@ class SecretVersion: status: SecretVersionStatus """ - * `unknown`: the version is in an invalid state. + * `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. diff --git a/scaleway/scaleway/secret/v1beta1/types.py b/scaleway/scaleway/secret/v1beta1/types.py index bd99f7dc3..1ddef8c05 100644 --- a/scaleway/scaleway/secret/v1beta1/types.py +++ b/scaleway/scaleway/secret/v1beta1/types.py @@ -169,7 +169,7 @@ class SecretVersion: status: SecretVersionStatus """ - * `unknown`: the version is in an invalid state. + * `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.