GoogleAccountArgs

data class GoogleAccountArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<GoogleAccountArgs>

Describes authentication configuration that uses a Google account.

Constructors

Link copied to clipboard
fun GoogleAccountArgs(password: Output<String>, username: Output<String>)

Functions

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

Properties

Link copied to clipboard
val password: Output<String>

Input only. The password of the Google account. The credential is stored encrypted and not returned in any response nor included in audit logs.

Link copied to clipboard
val username: Output<String>

The user name of the Google account.