Share via


SecretSyncCondition.LastTransitionOn Property

Definition

LastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.

public DateTimeOffset? LastTransitionOn { get; }
member this.LastTransitionOn : Nullable<DateTimeOffset>
Public ReadOnly Property LastTransitionOn As Nullable(Of DateTimeOffset)

Property Value

Applies to