Class ManagedRotationStatus (2.30.0)

ManagedRotationStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the status of a managed rotation.

This is applicable only to Typed Secrets. It indicates whether the rotation is active and any errors that may have occurred during the asynchronous managed rotation.

Attributes

Name Description
state google.cloud.secretmanager_v1.types.Rotation.ManagedRotationStatus.State
Output only. Indicates whether the Managed Rotation is active or not.
error google.rpc.status_pb2.Status
Output only. Displays customer-facing issues that occurred during an asynchronous managed rotation. For example, if there are some permission errors.

Classes

State

State(value)

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