toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.deploymentmanager.alpha.kotlin.inputs
/
BasicAuthArgs
Basic
Auth
Args
data
class
BasicAuthArgs
(
val
password
:
Output
<
String
>
?
=
null
,
val
user
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
BasicAuthArgs
>
Basic Auth used as a credential.
Members
Constructors
Basic
Auth
Args
Link copied to clipboard
constructor
(
password
:
Output
<
String
>
?
=
null
,
user
:
Output
<
String
>
?
=
null
)
Properties
password
Link copied to clipboard
val
password
:
Output
<
String
>
?
=
null
user
Link copied to clipboard
val
user
:
Output
<
String
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BasicAuthArgs