NamespaceRuleBasedProperties

The rule-based properties of an ID namespace. These properties define how the ID namespace can be used in an ID mapping workflow.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel.

Link copied to clipboard

The type of matching record that is allowed to be used in an ID mapping workflow.

Link copied to clipboard

The sets of rules you can use in an ID mapping workflow. The limitations specified for the source and target must be compatible.

Link copied to clipboard
val rules: List<Rule>?

The rules for the ID namespace.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String