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
constructor(connectorProfileCredentials: ConnectorProfileCredentials? = null, connectorProfileProperties: ConnectorProfileProperties? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The connector-specific credentials required by each connector.

Link copied to clipboard

The connector-specific properties of the profile configuration.