Sftp Server Linked Service Args
A linked service for an SSH File Transfer Protocol (SFTP) server.
Constructors
Properties
List of tags that can be used for describing the linked service.
The authentication type to be used to connect to the FTP server.
The integration runtime reference.
Linked service description.
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
The host key finger-print of the SFTP server. When SkipHostKeyValidation is false, HostKeyFingerprint should be specified. Type: string (or Expression with resultType string).
Parameters for linked service.
The password to decrypt the SSH private key if the SSH private key is encrypted.
Password to logon the SFTP server for Basic authentication.
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.
The SSH private key file path for SshPublicKey authentication. Only valid for on-premises copy. For on-premises copy with SshPublicKey authentication, either PrivateKeyPath or PrivateKeyContent should be specified. SSH private key should be OpenSSH format. Type: string (or Expression with resultType string).
If true, skip the SSH host key validation. Default value is false. Type: boolean (or Expression with resultType boolean).