IdentityServiceGoogleConfigArgs

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

Configuration for the Google Plugin Auth flow.

Constructors

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

Properties

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

Disable automatic configuration of Google Plugin on supported platforms.

Functions

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