public sealed class Rotation.Types.ManagedRotationStatus : IMessage<Rotation.Types.ManagedRotationStatus>, IEquatable<Rotation.Types.ManagedRotationStatus>, IDeepCloneable<Rotation.Types.ManagedRotationStatus>, IBufferMessage, IMessageReference documentation and code samples for the Secret Manager v1 API class Rotation.Types.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.
Implements
IMessageRotationTypesManagedRotationStatus, IEquatableRotationTypesManagedRotationStatus, IDeepCloneableRotationTypesManagedRotationStatus, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
ManagedRotationStatus()
public ManagedRotationStatus()ManagedRotationStatus(ManagedRotationStatus)
public ManagedRotationStatus(Rotation.Types.ManagedRotationStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
RotationTypesManagedRotationStatus |
Properties
Error
public Status Error { get; set; }Output only. Displays customer-facing issues that occurred during an asynchronous managed rotation. For example, if there are some permission errors.
| Property Value | |
|---|---|
| Type | Description |
Status |
|
State
public Rotation.Types.ManagedRotationStatus.Types.State State { get; set; }Output only. Indicates whether the Managed Rotation is active or not.
| Property Value | |
|---|---|
| Type | Description |
RotationTypesManagedRotationStatusTypesState |
|