ConnectorProfileConfig

data class ConnectorProfileConfig(val connectorProfileCredentials: ConnectorProfileCredentials? = null, val connectorProfileProperties: ConnectorProfileProperties? = null)

Connector specific configurations needed to create connector profile

Constructors

Link copied to clipboard
fun ConnectorProfileConfig(connectorProfileCredentials: ConnectorProfileCredentials? = null, connectorProfileProperties: ConnectorProfileProperties? = null)

Types

Link copied to clipboard
object Companion

Properties