authInfo

@JvmName(name = "movprubbvjvejbbn")
suspend fun authInfo(value: Output<UptimeCheckConfigHttpCheckAuthInfoArgs>)
@JvmName(name = "losmynerreiuvxej")
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 = "wasmjmytohophkou")
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.