DomainRuleBasedMatching

data class DomainRuleBasedMatching(val attributeTypesSelector: DomainRuleBasedMatchingAttributeTypesSelector? = null, val conflictResolution: DomainRuleBasedMatchingConflictResolution? = null, val enabled: Boolean, val exportingConfig: DomainRuleBasedMatchingExportingConfig? = null, val matchingRules: List<DomainRuleBasedMatchingMatchingRule>? = null, val maxAllowedRuleLevelForMatching: Int? = null, val maxAllowedRuleLevelForMerging: Int? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(attributeTypesSelector: DomainRuleBasedMatchingAttributeTypesSelector? = null, conflictResolution: DomainRuleBasedMatchingConflictResolution? = null, enabled: Boolean, exportingConfig: DomainRuleBasedMatchingExportingConfig? = null, matchingRules: List<DomainRuleBasedMatchingMatchingRule>? = null, maxAllowedRuleLevelForMatching: Int? = null, maxAllowedRuleLevelForMerging: Int? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A block that configures information about the AttributeTypesSelector where the rule-based identity resolution uses to match profiles. Documented below.

Link copied to clipboard

A block that specifies how the auto-merging process should resolve conflicts between different profiles. Documented below.

Link copied to clipboard

The flag that enables the rule-based matching process of duplicate profiles.

Link copied to clipboard

A block that specifies the configuration for exporting Identity Resolution results. Documented below.

Link copied to clipboard

A block that configures how the rule-based matching process should match profiles. You can have up to 15 rule in the natching_rules. Documented below.

Link copied to clipboard

Indicates the maximum allowed rule level for matching.

Link copied to clipboard

Indicates the maximum allowed rule level for merging.

Link copied to clipboard
val status: String? = null