authInfo

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

Parameters

value

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


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

Parameters

argument

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