SftpServerLinkedService |
SftpServerLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
SftpServerLinkedService |
SftpServerLinkedService.withAuthenticationType(SftpAuthenticationType authenticationType) |
Set the authenticationType property: The authentication type to be used to connect to the FTP server.
|
SftpServerLinkedService |
SftpServerLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
SftpServerLinkedService |
SftpServerLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
SftpServerLinkedService |
SftpServerLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
SftpServerLinkedService |
SftpServerLinkedService.withHost(Object host) |
Set the host property: The SFTP server host name.
|
SftpServerLinkedService |
SftpServerLinkedService.withHostKeyFingerprint(Object hostKeyFingerprint) |
Set the hostKeyFingerprint property: The host key finger-print of the SFTP server.
|
SftpServerLinkedService |
SftpServerLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
SftpServerLinkedService |
SftpServerLinkedService.withPassPhrase(SecretBase passPhrase) |
Set the passPhrase property: The password to decrypt the SSH private key if the SSH private key is encrypted.
|
SftpServerLinkedService |
SftpServerLinkedService.withPassword(SecretBase password) |
Set the password property: Password to logon the SFTP server for Basic authentication.
|
SftpServerLinkedService |
SftpServerLinkedService.withPort(Object port) |
Set the port property: The TCP port number that the SFTP server uses to listen for client connections.
|
SftpServerLinkedService |
SftpServerLinkedService.withPrivateKeyContent(SecretBase privateKeyContent) |
Set the privateKeyContent property: Base64 encoded SSH private key content for SshPublicKey authentication.
|
SftpServerLinkedService |
SftpServerLinkedService.withPrivateKeyPath(Object privateKeyPath) |
Set the privateKeyPath property: The SSH private key file path for SshPublicKey authentication.
|
SftpServerLinkedService |
SftpServerLinkedService.withSkipHostKeyValidation(Object skipHostKeyValidation) |
Set the skipHostKeyValidation property: If true, skip the SSH host key validation.
|
SftpServerLinkedService |
SftpServerLinkedService.withUsername(Object username) |
Set the username property: The username used to log on to the SFTP server.
|