Secret Manager V1 Client - Class State (2.4.0)

Reference documentation and code samples for the Secret Manager V1 Client class State.

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

Protobuf type google.cloud.secretmanager.v1.Rotation.ManagedRotationStatus.State

Namespace

Google \ Cloud \ SecretManager \ V1 \ Rotation \ ManagedRotationStatus

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not specified. This value is unused and invalid.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

Indicates that the Managed rotation is ACTIVE.

Generated from protobuf enum ACTIVE = 1;

INACTIVE

Value: 2

Indicates that the Managed rotation is INACTIVE.

Generated from protobuf enum INACTIVE = 2;