toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.testing.v1.kotlin.inputs
/
AccountArgs
Account
Args
data
class
AccountArgs
(
val
googleAuto
:
Output
<
GoogleAutoArgs
>
?
=
null
)
:
ConvertibleToJava
<
AccountArgs
>
Identifies an account and how to log into it.
Members
Constructors
Account
Args
Link copied to clipboard
constructor
(
googleAuto
:
Output
<
GoogleAutoArgs
>
?
=
null
)
Properties
google
Auto
Link copied to clipboard
val
googleAuto
:
Output
<
GoogleAutoArgs
>
?
=
null
An automatic google login account.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AccountArgs