basicAuthentication

@JvmName(name = "ckvgpknqkvatjpcp")
suspend fun basicAuthentication(value: Output<List<DataSourceWebCrawlerBasicAuthenticationArgs>>)
@JvmName(name = "rgdttvyugvjsafpd")
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 = "lletfjdawieiepgf")
suspend fun basicAuthentication(vararg values: Output<DataSourceWebCrawlerBasicAuthenticationArgs>)


@JvmName(name = "ltxtvdktlurgcxmj")
suspend fun basicAuthentication(values: List<Output<DataSourceWebCrawlerBasicAuthenticationArgs>>)
@JvmName(name = "tkcooricvwpxrgpl")
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 = "qppmlpotghukmydh")
suspend fun basicAuthentication(argument: List<suspend DataSourceWebCrawlerBasicAuthenticationArgsBuilder.() -> Unit>)
@JvmName(name = "ghjbakxwoplvqwkb")
suspend fun basicAuthentication(vararg argument: suspend DataSourceWebCrawlerBasicAuthenticationArgsBuilder.() -> Unit)
@JvmName(name = "fglgtlgvrpfltegr")
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.