FtpServerLinkedServiceArgs

constructor(annotations: Output<List<Any>>? = null, authenticationType: Output<Either<String, FtpAuthenticationType>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, enableServerCertificateValidation: Output<Any>? = null, enableSsl: Output<Any>? = null, encryptedCredential: Output<String>? = null, host: Output<Any>, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, port: Output<Any>? = null, type: Output<String>, userName: Output<Any>? = null, version: Output<String>? = null)