Data Source Configuration Web Crawler Configuration Authentication Configuration
data class DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfiguration(val basicAuthentications: List<DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthentication>? = null)
Constructors
Link copied to clipboard
constructor(basicAuthentications: List<DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthentication>? = null)
Properties
Link copied to clipboard
val basicAuthentications: List<DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthentication>? = null
The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials. The list includes the name and port number of the website host. Detailed below.