The [SecretVersion][google.cloud.secrets.v1beta1.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.secrets.v1beta1.SecretVersion] may not be accessed, but the secret data
is still available and can be placed back into the [ENABLED][google.cloud.secrets.v1beta1.SecretVersion.State.ENABLED]
state.
Enabled
The [SecretVersion][google.cloud.secrets.v1beta1.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-03-21 UTC."],[[["This document provides reference information for the `SecretVersion.Types.State` enum within the Google Cloud Secret Manager v1beta1 API, found in the `Google.Cloud.SecretManager.V1Beta1` namespace."],["The `SecretVersion.Types.State` enum defines the access state of a `SecretVersion`, indicating whether it can be accessed or not."],["The enum includes four possible states: `Destroyed` (data no longer stored), `Disabled` (not accessible but data is available), `Enabled` (accessible), and `Unspecified` (invalid)."],["The latest documented version is 3.0.0-beta05, and the assembly containing this information is `Google.Cloud.SecretManager.V1Beta1.dll`."]]],[]]