ResponsysLinkedService.UseEncryptedEndpoints Property

Definition

Gets or sets specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. Type: boolean (or Expression with resultType boolean).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to