Domain Conflict Resolution Args
data class DomainConflictResolutionArgs(val conflictResolvingModel: Output<DomainConflictResolutionConflictResolvingModel>, val sourceName: Output<String>? = null) : ConvertibleToJava<DomainConflictResolutionArgs>
How the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and Profile B have the same FirstName and LastName (and that is the matching criteria), which EmailAddress should be used?
Constructors
Link copied to clipboard
constructor(conflictResolvingModel: Output<DomainConflictResolutionConflictResolvingModel>, sourceName: Output<String>? = null)