AccountArgs

data class AccountArgs(val googleAuto: Output<GoogleAutoArgs>? = null) : ConvertibleToJava<AccountArgs>

Identifies an account and how to log into it.

Constructors

Link copied to clipboard
fun AccountArgs(googleAuto: Output<GoogleAutoArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AccountArgs

Properties

Link copied to clipboard
val googleAuto: Output<GoogleAutoArgs>? = null

An automatic google login account.