ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2PropertiesArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2PropertiesArgs(val oauth2GrantType: Output<String>, val tokenUrl: Output<String>, val tokenUrlCustomProperties: Output<Map<String, String>>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2PropertiesArgs>

Constructors

constructor(oauth2GrantType: Output<String>, tokenUrl: Output<String>, tokenUrlCustomProperties: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val oauth2GrantType: Output<String>
Link copied to clipboard
val tokenUrl: Output<String>
Link copied to clipboard
val tokenUrlCustomProperties: Output<Map<String, String>>? = null

Functions

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