authInfo

@JvmName(name = "mpnxbxqqdkyfbtqu")
suspend fun authInfo(value: Output<UptimeCheckConfigHttpCheckAuthInfoArgs>)
@JvmName(name = "sispnffmbgsjxrty")
suspend fun authInfo(value: UptimeCheckConfigHttpCheckAuthInfoArgs?)

Parameters

value

The authentication information using username and password. Optional when creating an HTTP check; defaults to empty. Do not use with other authentication fields. Structure is documented below.


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

Parameters

argument

The authentication information using username and password. Optional when creating an HTTP check; defaults to empty. Do not use with other authentication fields. Structure is documented below.