Mapping Configuration | Description | Example |
---|
ConcatCollectionPropertyMappingConfiguration
| Can be applied to a source list and will return all values that match a criteria with the option to replace those values with new ones. I.e. the source collection is a list of customers ids. If customer id 1000 is present in the list, return the customer name “BestRun”. Multiple of such conditions can be applied. | |
ConcatCollectionPropertyRegexMappingConfiguration
| Can be applied to a source list and will return all values that match a regex pattern with the option to replace those values with new ones. I.e. the source collection is a list of customers ids. If the id matches 100*, return the customer name “BestRung”. | |
FixObjectPropertyMappingConfiguration
| | |
ResolvedCoreIdentityIdByAttributeValueMappingConfiguration
| | |
ResolvedCoreIdentityIdByForeignIdMappingConfiguration
| | |
ResolvedCoreIdentityIdByObjectIdMappingConfiguration
| | |
ResolvedResourceIdByAttributeValueMappingConfiguration
| | |
ResolvedResourceIdByForeignIdMappingConfiguration
| | |
ResolvedResourceIdByObjectIdMappingConfiguration
| | |
ResolvedResourceIdByResourceDefinitionAttributeValueMappingConfiguration
| | |
ResolvedRoleIdByAttributeValueMappingConfiguration
| | |
ResolvedRoleIdByForeignIdMappingConfiguration
| | |
SourceParameterPropertyMappingConfiguration
| | |
SourceParameterPropertyMappingDateTimeFormatConfiguration
| | |
SwitchCasePropertyMappingConfiguration
| | |