SecurityScanConfigAuthenticationCustomAccount

data class SecurityScanConfigAuthenticationCustomAccount(val loginUrl: String, val password: String, val username: String)

Constructors

constructor(loginUrl: String, password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The login form URL of the website.

Link copied to clipboard

The password of the custom 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 custom account.