Package version:

Interface FtpServerLinkedService

A FTP server Linked Service.

Hierarchy

Properties

annotations?: any[]

List of tags that can be used for describing the linked service.

authenticationType?: string

The authentication type to be used to connect to the FTP server.

The integration runtime reference.

description?: string

Linked service description.

enableServerCertificateValidation?: any

If true, validate the FTP server SSL certificate when connect over SSL/TLS channel. Default value is true. Type: boolean (or Expression with resultType boolean).

enableSsl?: any

If true, connect to the FTP server over SSL/TLS channel. Default value is true. Type: boolean (or Expression with resultType boolean).

encryptedCredential?: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

host: any

Host name of the FTP server. Type: string (or Expression with resultType string).

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

Type declaration

password?: SecretBaseUnion

Password to logon the FTP server.

port?: any

The TCP port number that the FTP server uses to listen for client connections. Default value is 21. Type: integer (or Expression with resultType integer), minimum: 0.

type: "FtpServer"

Polymorphic discriminator, which specifies the different types this object can be

userName?: any

Username to logon the FTP server. Type: string (or Expression with resultType string).

Generated using TypeDoc