Connector Profile Config
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)