Secret Manager v1beta1 API - Enum SecretVersion.Types.State (3.0.0-beta04)

public enum SecretVersion.Types.State

Reference documentation and code samples for the Secret Manager v1beta1 API enum SecretVersion.Types.State.

The state of a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion], indicating if it can be accessed.

Namespace

Google.Cloud.SecretManager.V1Beta1

Assembly

Google.Cloud.SecretManager.V1Beta1.dll

Fields

NameDescription
Destroyed

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.

Unspecified

Not specified. This value is unused and invalid.