Values.ConflictResolutionSourceHow the auto-merging process should resolve conflicts between different profiles.
type nonrec t = {conflictResolvingModel : ConflictResolvingModel.t;How the auto-merging process should resolve conflicts between different profiles. RECENCY: Uses the data that was most recently updated. SOURCE: Uses the data from a specific source. For example, if a company has been aquired or two departments have merged, data from the specified source is used. If two duplicate profiles are from the same source, then RECENCY is used again.
*)sourceName : String1To255.t option;The ObjectType name that is used to resolve profile merging conflicts when choosing SOURCE as the ConflictResolvingModel.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of String1To255.t ]) list ]