Share via


EndpointAccessResource.ExpiresOn Property

Definition

Gets or sets the expiration of access key in unix time.

[Newtonsoft.Json.JsonProperty(PropertyName="relay.expiresOn")]
public long? ExpiresOn { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="relay.expiresOn")>]
member this.ExpiresOn : Nullable<int64> with get, set
Public Property ExpiresOn As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to