SecurityScanConfigAuthenticationGoogleAccountArgs

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

Constructors

Functions

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

Properties

Link copied to clipboard
val password: Output<String>

The password of the Google account. The credential is stored encrypted in GCP. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val username: Output<String>

The user name of the Google account.