AuthenticationArgs

data class AuthenticationArgs(val customAccount: Output<CustomAccountArgs>? = null, val googleAccount: Output<GoogleAccountArgs>? = null) : ConvertibleToJava<AuthenticationArgs>

Scan authentication configuration.

Constructors

Link copied to clipboard
fun AuthenticationArgs(customAccount: Output<CustomAccountArgs>? = null, googleAccount: Output<GoogleAccountArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val customAccount: Output<CustomAccountArgs>? = null

Authentication using a custom account.

Link copied to clipboard
val googleAccount: Output<GoogleAccountArgs>? = null

Authentication using a Google account.