Secret Manager v1 API - Class Rotation.Types.ManagedRotationStatus (2.8.0)

public sealed class Rotation.Types.ManagedRotationStatus : IMessage<Rotation.Types.ManagedRotationStatus>, IEquatable<Rotation.Types.ManagedRotationStatus>, IDeepCloneable<Rotation.Types.ManagedRotationStatus>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > Rotation.Types.ManagedRotationStatus

Namespace

Google.Cloud.SecretManager.V1

Assembly

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