Module: Google::Cloud::SecretManager::V1::SecretVersion::State

Defined in:
proto_docs/google/cloud/secretmanager/v1/resources.rb

Overview

The state of a SecretVersion, indicating if it can be accessed.

Constant Summary collapse

STATE_UNSPECIFIED =

Not specified. This value is unused and invalid.

0
ENABLED =

The SecretVersion may be accessed.

1
DISABLED =

The SecretVersion may not be accessed, but the secret data is still available and can be placed back into the ENABLED state.

2
DESTROYED =

The SecretVersion is destroyed and the secret data is no longer stored. A version may not leave this state once entered.

3