SecurityScanConfigAuthenticationGoogleAccount

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

Constructors

constructor(password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

The user name of the Google account.