Share via


USqlSecret.CreationTime Property

Definition

Gets or sets the creation time of the credential object. This is the only information returned about a secret from a GET.

[Newtonsoft.Json.JsonProperty(PropertyName="creationTime")]
public DateTimeOffset? CreationTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="creationTime")>]
member this.CreationTime : Nullable<DateTimeOffset> with get, set
Public Property CreationTime As Nullable(Of DateTimeOffset)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to