ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorArgs(val oauth2Properties: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2PropertiesArgs>? = null, val profileProperties: Output<Map<String, String>>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorArgs>

Properties

Link copied to clipboard

The OAuth 2.0 properties required for OAuth 2.0 authentication.

Link copied to clipboard
val profileProperties: Output<Map<String, String>>? = null

A map of properties that are required to create a profile for the custom connector.

Functions

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