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 \ ManagedRotationStatusMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Not specified. This value is unused and invalid.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1Indicates that the Managed rotation is ACTIVE.
Generated from protobuf enum ACTIVE = 1;
INACTIVE
Value: 2Indicates that the Managed rotation is INACTIVE.
Generated from protobuf enum INACTIVE = 2;