GoogleAccountResponse

data class GoogleAccountResponse(val password: String, val username: String)

Describes authentication configuration that uses a Google account.

Constructors

Link copied to clipboard
fun GoogleAccountResponse(password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

The user name of the Google account.