UptimeCheckConfigHttpCheckAuthInfo

data class UptimeCheckConfigHttpCheckAuthInfo(val password: String, val username: String)

Constructors

Link copied to clipboard
constructor(password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password to authenticate. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard

The username to authenticate.