Module: Google::Cloud::SecretManager::V1::Rotation::ManagedRotationStatus::State

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

Overview

This defines the various states in which the managed rotation can be.

Constant Summary collapse

STATE_UNSPECIFIED =

Not specified. This value is unused and invalid.

0
ACTIVE =

Indicates that the Managed rotation is ACTIVE.

1
INACTIVE =

Indicates that the Managed rotation is INACTIVE.

2