The [SecretVersion][google.cloud.secretmanager.v1beta2.SecretVersion] is
destroyed and the secret data is no longer stored. A version may not
leave this state once entered.
Disabled
The [SecretVersion][google.cloud.secretmanager.v1beta2.SecretVersion] may
not be accessed, but the secret data is still available and can be placed
back into the
[ENABLED][google.cloud.secretmanager.v1beta2.SecretVersion.State.ENABLED]
state.
Enabled
The [SecretVersion][google.cloud.secretmanager.v1beta2.SecretVersion] may
be accessed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This documentation covers the `SecretVersion.Types.State` enum within the Secret Manager v1beta2 API, specifically found in the `Google.Cloud.SecretManager.V1Beta2` namespace."],["The `SecretVersion.Types.State` enum defines the accessibility status of a `SecretVersion`, indicating whether it can be accessed or not."],["The possible states of a `SecretVersion` are `Destroyed` (data no longer stored and cannot leave this state), `Disabled` (inaccessible but data is still stored), `Enabled` (accessible), and `Unspecified` (invalid and unused)."],["The documentation is available in two versions, `1.0.0-beta03` (latest) and `1.0.0-beta02`."]]],[]]