Share via


KeyVaultProperties.LastKeyRotationTimestamp Property

Definition

Gets timestamp of the last successful key rotation.

[Newtonsoft.Json.JsonProperty(PropertyName="lastKeyRotationTimestamp")]
public DateTime? LastKeyRotationTimestamp { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastKeyRotationTimestamp")>]
member this.LastKeyRotationTimestamp : Nullable<DateTime>
Public ReadOnly Property LastKeyRotationTimestamp As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to