KeyMetadata.CreatedTime Property

Definition

Time when the key was created

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("createdTime")]
public DateTime? CreatedTime { get; init; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("createdTime")>]
member this.CreatedTime : Nullable<DateTime> with get, set
Public Property CreatedTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to