PrestoLinkedService.UseSystemTrustStore Property

Definition

Gets or sets specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.useSystemTrustStore")]
public object UseSystemTrustStore { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.useSystemTrustStore")>]
member this.UseSystemTrustStore : obj with get, set
Public Property UseSystemTrustStore As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to