Security Scan Config Authentication
data class SecurityScanConfigAuthentication(val customAccount: SecurityScanConfigAuthenticationCustomAccount? = null, val googleAccount: SecurityScanConfigAuthenticationGoogleAccount? = null)
Constructors
Link copied to clipboard
constructor(customAccount: SecurityScanConfigAuthenticationCustomAccount? = null, googleAccount: SecurityScanConfigAuthenticationGoogleAccount? = null)