Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.CdpIdentityResolutionConfigInput

Input representation for creating an identity resolution ruleset.
Property Type Description Required or Optional Available Version
configurationType ConnectApi.​CdpIdentityResolution​ConfigurationType Source object for an identity resolution ruleset. Values are:
  • Account
  • Individual
Required 57.0
description String Description of the identity resolution ruleset. Optional 57.0
doesRun​Automatically Boolean Specifies whether automatic job run scheduling is enabled for the ruleset (true) or not (false). If unspecified, defaults to false. Optional 57.0
label String User friendly name of the identity resolution ruleset. Required 57.0
matchRules List<ConnectApi.​CdpIdentityResolution​MatchRule> List of match rules for the identity resolution ruleset. Optional 57.0
reconciliationRules List<ConnectApi.​CdpIdentityResolution​ReconciliationRule> List of reconciliation rules for the identity resolution ruleset. Required 57.0
rulesetId String Extended ID of the ruleset used to differentiate between rulesets created for comparison. The ruleset ID must be unique and can't be longer than 4 characters. Optional 57.0