TwitterArgs

data class TwitterArgs(val enabled: Output<Boolean>? = null, val registration: Output<TwitterRegistrationArgs>? = null) : ConvertibleToJava<TwitterArgs>

The configuration settings of the Twitter provider.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, registration: Output<TwitterRegistrationArgs>? = null)

Properties

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

false if the Twitter provider should not be enabled despite the set registration; otherwise, true.

Link copied to clipboard

The configuration settings of the app registration for the Twitter provider.

Functions

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