Newer Version Available
ConnectApi.CdpIdentityResolutionConfigInput
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| configurationType | ConnectApi.CdpIdentityResolutionConfigurationType | Source object for an
identity resolution ruleset. Values are:
|
Required | 57.0 |
| description | String | Description of the identity resolution ruleset. | Optional | 57.0 |
| doesRunAutomatically | 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.CdpIdentityResolutionMatchRule> | List of match rules for the identity resolution ruleset. | Optional | 57.0 |
| reconciliationRules | List<ConnectApi.CdpIdentityResolutionReconciliationRule> | 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 |