The [SecretVersion][google.cloud.secretmanager.v1.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.v1.SecretVersion] may not be accessed, but the secret data
is still available and can be placed back into the [ENABLED][google.cloud.secretmanager.v1.SecretVersion.State.ENABLED]
state.
Enabled
The [SecretVersion][google.cloud.secretmanager.v1.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-06-12 UTC."],[[["This document details the `State` enum within the `Google.Cloud.SecretManager.V1` namespace, which is used to represent the access status of a `SecretVersion`."],["The latest version available for this documentation is `2.5.0`, and it also has information available for a range of previous versions going as far back as `1.3.0`."],["The `State` enum defines four possible states for a `SecretVersion`: `Destroyed` (data no longer stored), `Disabled` (not accessible but data still available), `Enabled` (accessible), and `Unspecified` (invalid)."],["The `SecretVersion` will become permanently inaccessible if its state becomes `Destroyed`, while the `Disabled` state allows the `SecretVersion` to be placed back into `Enabled`."]]],[]]