DataSourceWebCrawlerAuthenticationConfigurationArgs

data class DataSourceWebCrawlerAuthenticationConfigurationArgs(val basicAuthentication: Output<List<DataSourceWebCrawlerBasicAuthenticationArgs>>? = null) : ConvertibleToJava<DataSourceWebCrawlerAuthenticationConfigurationArgs>

Constructors

constructor(basicAuthentication: Output<List<DataSourceWebCrawlerBasicAuthenticationArgs>>? = null)

Properties

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): DataSourceWebCrawlerAuthenticationConfigurationArgs