ConnectionParameterArgs

data class ConnectionParameterArgs(val oAuthSettings: Output<ApiOAuthSettingsArgs>? = null, val type: Output<ConnectionParameterType>? = null) : ConvertibleToJava<ConnectionParameterArgs>

Connection provider parameters

Constructors

Link copied to clipboard
constructor(oAuthSettings: Output<ApiOAuthSettingsArgs>? = null, type: Output<ConnectionParameterType>? = null)

Properties

Link copied to clipboard
val oAuthSettings: Output<ApiOAuthSettingsArgs>? = null

OAuth settings for the connection provider

Link copied to clipboard
val type: Output<ConnectionParameterType>? = null

Type of the parameter

Functions

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