Class DomainRuleBasedMatchingArgs


  • public final class DomainRuleBasedMatchingArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • attributeTypesSelector

        public java.util.Optional<com.pulumi.core.Output<DomainRuleBasedMatchingAttributeTypesSelectorArgs>> attributeTypesSelector()
        Returns:
        A block that configures information about the `AttributeTypesSelector` where the rule-based identity resolution uses to match profiles. Documented below.
      • conflictResolution

        public java.util.Optional<com.pulumi.core.Output<DomainRuleBasedMatchingConflictResolutionArgs>> conflictResolution()
        Returns:
        A block that specifies how the auto-merging process should resolve conflicts between different profiles. Documented below.
      • enabled

        public com.pulumi.core.Output<java.lang.Boolean> enabled()
        Returns:
        The flag that enables the rule-based matching process of duplicate profiles.
      • exportingConfig

        public java.util.Optional<com.pulumi.core.Output<DomainRuleBasedMatchingExportingConfigArgs>> exportingConfig()
        Returns:
        A block that specifies the configuration for exporting Identity Resolution results. Documented below.
      • matchingRules

        public java.util.Optional<com.pulumi.core.Output<java.util.List<DomainRuleBasedMatchingMatchingRuleArgs>>> matchingRules()
        Returns:
        A block that configures how the rule-based matching process should match profiles. You can have up to 15 `rule` in the `natching_rules`. Documented below.
      • maxAllowedRuleLevelForMatching

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maxAllowedRuleLevelForMatching()
        Returns:
        Indicates the maximum allowed rule level for matching.
      • maxAllowedRuleLevelForMerging

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maxAllowedRuleLevelForMerging()
        Returns:
        Indicates the maximum allowed rule level for merging.
      • status

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> status()