Share via


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; }

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to