Parameter | Expected value |
|---|---|
name | The name that will be displayed to catalog users for this connection. |
code | The unique identifier of the connection on the Zeenea platform. Once registered on the platform, this code must not be modified or the connection will be considered as new and the old one removed from the scanner. |
connector_id | The type of connector to be used for the connection. The value must be salesforce and must not be modified. |
connection.endpoint | Salesforce SOAP API endpoint instance URL (for example: https://login.salesforce.com/services/Soap/u/63.0). |
connection.username | Username from Salesforce (for example: some-username@agentforce.com). |
connection.password | Password for the provided username, which is the concatenation of the Password and Security Token (for example: <PASSWORD><SECURITY_TOKEN>). |
inventory.additional_objects | List of items to explicitly include in the inventory (for example: Account,ServiceContract,ContractLineItem). |
inventory.managed_prefixes | Item prefix to explicitly include items in the inventory (for example: prefix1_,prefix2_). |
inventory.audit_fields | Include Salesforce audit fields (CreatedById, CreatedDate, LastModifiedById, LastModifiedDate). The default value is false. |
inventory.system_fields | Include Salesforce system fields (ConnectionReceivedId, ConnectionSentId, IsDeleted, LastReferencedDate, LastViewedDate, MasterRecordId, SystemModstamp). The default value is false. |
inventory.custom_fields | Include custom fields. The default value is true. |
inventory.custom_objects | Include object ending with __c. The default value is true. |
Object | Identifier Key | Description |
|---|---|---|
Dataset | code/dataset name | - code: Unique identifier of the connection noted in the configuration file - dataset name |
Field | code/dataset name/field name | - code: Unique identifier of the connection noted in the configuration file - dataset name - field name |