BucketServerProperties.CertificateExpiryDate Property

Definition

Gets the bucket server's certificate expiry date.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to