state property

String? state
getter/setter pair

The current state of the SecretVersion.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not specified. This value is unused and invalid.
  • "ENABLED" : The SecretVersion may be accessed.
  • "DISABLED" : The SecretVersion may not be accessed, but the secret data is still available and can be placed back into the ENABLED state.
  • "DESTROYED" : The SecretVersion is destroyed and the secret data is no longer stored. A version may not leave this state once entered.

Implementation

core.String? state;