IdentityServiceGoogleConfigArgs

data class IdentityServiceGoogleConfigArgs(val disable: Output<Boolean>? = null) : ConvertibleToJava<IdentityServiceGoogleConfigArgs>

Configuration for the Google Plugin Auth flow.

Constructors

Link copied to clipboard
fun IdentityServiceGoogleConfigArgs(disable: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val disable: Output<Boolean>? = null

Disable automatic configuration of Google Plugin on supported platforms.