basicAuthentication

@JvmName(name = "axnsuvfwlurytqoo")
suspend fun basicAuthentication(value: Output<List<DataSourceWebCrawlerBasicAuthenticationArgs>>)
@JvmName(name = "afbqxrpvorskhmud")
suspend fun basicAuthentication(value: List<DataSourceWebCrawlerBasicAuthenticationArgs>?)

Parameters

value

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.


@JvmName(name = "ljqmqtvuoquunkgn")
suspend fun basicAuthentication(vararg values: Output<DataSourceWebCrawlerBasicAuthenticationArgs>)


@JvmName(name = "yqpcroosyiobhkcu")
suspend fun basicAuthentication(values: List<Output<DataSourceWebCrawlerBasicAuthenticationArgs>>)
@JvmName(name = "tcudeefsbwvktmqq")
suspend fun basicAuthentication(vararg values: DataSourceWebCrawlerBasicAuthenticationArgs)

Parameters

values

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.


@JvmName(name = "dxucnjnhkqsvapjk")
suspend fun basicAuthentication(argument: List<suspend DataSourceWebCrawlerBasicAuthenticationArgsBuilder.() -> Unit>)
@JvmName(name = "mxoeytpklvjqargd")
suspend fun basicAuthentication(vararg argument: suspend DataSourceWebCrawlerBasicAuthenticationArgsBuilder.() -> Unit)
@JvmName(name = "qfikfrouvcensnts")
suspend fun basicAuthentication(argument: suspend DataSourceWebCrawlerBasicAuthenticationArgsBuilder.() -> Unit)

Parameters

argument

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.