DomainConflictResolutionArgs

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)

Properties

Link copied to clipboard

How the auto-merging process should resolve conflicts between different profiles.

Link copied to clipboard
val sourceName: Output<String>? = null

The ObjectType name that is used to resolve profile merging conflicts when choosing SOURCE as the ConflictResolvingModel.

Functions

Link copied to clipboard
open override fun toJava(): DomainConflictResolutionArgs