ConnectorProfileOAuth2PropertiesArgs

data class ConnectorProfileOAuth2PropertiesArgs(val oAuth2GrantType: Output<ConnectorProfileOAuth2GrantType>? = null, val tokenUrl: Output<String>? = null, val tokenUrlCustomProperties: Output<ConnectorProfileTokenUrlCustomPropertiesArgs>? = null) : ConvertibleToJava<ConnectorProfileOAuth2PropertiesArgs>

Constructors

Link copied to clipboard
fun ConnectorProfileOAuth2PropertiesArgs(oAuth2GrantType: Output<ConnectorProfileOAuth2GrantType>? = null, tokenUrl: Output<String>? = null, tokenUrlCustomProperties: Output<ConnectorProfileTokenUrlCustomPropertiesArgs>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val tokenUrl: Output<String>? = null