Module Values.RuleBasedMatchingRequestSource

The request to enable the rule-based matching.

Sourcetype nonrec t = {
  1. enabled : OptionalBoolean.t;
    (*

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

    *)
  2. matchingRules : MatchingRules.t option;
    (*

    Configures how the rule-based matching process should match profiles. You can have up to 15 MatchingRule in the MatchingRules.

    *)
  3. maxAllowedRuleLevelForMerging : MaxAllowedRuleLevelForMerging.t option;
    (*

    MatchingRule

    *)
  4. maxAllowedRuleLevelForMatching : MaxAllowedRuleLevelForMatching.t option;
    (*

    Indicates the maximum allowed rule level.

    *)
  5. attributeTypesSelector : AttributeTypesSelector.t option;
    (*

    Configures information about the AttributeTypesSelector where the rule-based identity resolution uses to match profiles.

    *)
  6. conflictResolution : ConflictResolution.t option;
  7. exportingConfig : ExportingConfig.t option;
}
Sourceval context_ : string
Sourceval make : ?matchingRules:??? -> ?maxAllowedRuleLevelForMerging:??? -> ?maxAllowedRuleLevelForMatching:??? -> ?attributeTypesSelector:??? -> ?conflictResolution:??? -> ?exportingConfig:??? -> enabled:OptionalBoolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of OptionalBoolean.t | `Integer of MaxAllowedRuleLevelForMerging.t | `List of [> `Structure of (string * [> `List of [> `String of String1To255.t ] list ]) list ] list | `Structure of (string * [> `Enum of string | `List of [> `String of String1To255.t ] list | `String of String1To255.t | `Structure of (string * [> `String of S3BucketName.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t