Domain Rule Based Matching Attribute Types Selector Args
data class DomainRuleBasedMatchingAttributeTypesSelectorArgs(val addresses: Output<List<String>>? = null, val attributeMatchingModel: Output<String>, val emailAddresses: Output<List<String>>? = null, val phoneNumbers: Output<List<String>>? = null) : ConvertibleToJava<DomainRuleBasedMatchingAttributeTypesSelectorArgs>
Constructors
Properties
Link copied to clipboard
Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or MANY_TO_MANY.
Link copied to clipboard
The Email type. You can choose from EmailAddress, BusinessEmailAddress and PersonalEmailAddress.
Link copied to clipboard
The PhoneNumber type. You can choose from PhoneNumber, HomePhoneNumber, and MobilePhoneNumber.