Basic Authentication Args
data class BasicAuthenticationArgs(val password: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<BasicAuthenticationArgs>
The authentication parameters to provide to the specified resource or URL that requires a username and password. Currently, only Basic HTTP authentication (https://tools.ietf.org/html/rfc7617) is supported in Uptime checks.