authInfo

@JvmName(name = "dqmrwlxpojrccnof")
suspend fun authInfo(value: Output<BasicAuthenticationArgs>)
@JvmName(name = "liriaasdclcvwmjj")
suspend fun authInfo(value: BasicAuthenticationArgs?)

Parameters

value

The authentication information. Optional when creating an HTTP check; defaults to empty.


@JvmName(name = "obnlkxchrvirhaya")
suspend fun authInfo(argument: suspend BasicAuthenticationArgsBuilder.() -> Unit)

Parameters

argument

The authentication information. Optional when creating an HTTP check; defaults to empty.