Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PluginSourceDetails

Details about a connector plugin used to fetch data from a source. For configuration instructions, see Creating a Connector.

Properties

configMap

configMap: any

The configuration map for the connector plugin. This map includes parameters specific to the connector plugin type. For example, for {@code QueueSource}, the map lists the OCID of the selected queue. To find the parameters for a connector plugin, get the plugin using (GetConnectorPlugin)[#/en/serviceconnectors/latest/ConnectorPlugin/GetConnectorPlugin] and review its schema value.

Const kind

kind: string = "plugin"

pluginName

pluginName: string

The name of the connector plugin. This name indicates the service to be called by the connector plugin. For example, {@code QueueSource} indicates the Queue service. To find names of connector plugins, list the plugin using (ListConnectorPlugin)[#/en/serviceconnectors/latest/ConnectorPluginSummary/ListConnectorPlugins].

Methods

getDeserializedJsonObj

getJsonObj