SftpServerLinkedService.SkipHostKeyValidation Property

Definition

Gets or sets if true, skip the SSH host key validation. Default value is false. Type: boolean (or Expression with resultType boolean).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to