toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.monitoring.kotlin.outputs
/
UptimeCheckConfigHttpCheckAuthInfo
Uptime
Check
Config
Http
Check
Auth
Info
data
class
UptimeCheckConfigHttpCheckAuthInfo
(
val
password
:
String
?
=
null
,
val
passwordWoVersion
:
String
?
=
null
,
val
username
:
String
)
Members
Constructors
Uptime
Check
Config
Http
Check
Auth
Info
Link copied to clipboard
constructor
(
password
:
String
?
=
null
,
passwordWoVersion
:
String
?
=
null
,
username
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
password
Link copied to clipboard
val
password
:
String
?
=
null
The password to authenticate.
password
Wo
Version
Link copied to clipboard
val
passwordWoVersion
:
String
?
=
null
The password write-only version.
username
Link copied to clipboard
val
username
:
String
The username to authenticate.