SftpServerLinkedService.PassPhrase Property

Definition

Gets or sets the password to decrypt the SSH private key if the SSH private key is encrypted.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.passPhrase")]
public Microsoft.Azure.Management.DataFactory.Models.SecretBase PassPhrase { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.passPhrase")>]
member this.PassPhrase : Microsoft.Azure.Management.DataFactory.Models.SecretBase with get, set
Public Property PassPhrase As SecretBase

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to