Reference documentation and code samples for the Secret Manager V1 API class Google::Cloud::SecretManager::V1::Rotation::ManagedRotationStatus.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error
def error() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — Output only. Displays customer-facing issues that occurred during an asynchronous managed rotation. For example, if there are some permission errors.
#state
def state() -> ::Google::Cloud::SecretManager::V1::Rotation::ManagedRotationStatus::State
Returns
- (::Google::Cloud::SecretManager::V1::Rotation::ManagedRotationStatus::State) — Output only. Indicates whether the Managed Rotation is active or not.