SftpServerLinkedService.PrivateKeyContent Property

Definition

Gets or sets base64 encoded SSH private key content for SshPublicKey authentication. For on-premises copy with SshPublicKey authentication, either PrivateKeyPath or PrivateKeyContent should be specified. SSH private key should be OpenSSH format.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to