...
Mapping Configuration | Description | Example |
---|---|---|
| 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. | |
| 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”. | |
| Can be used to map a target property to a fixed value. |
|
| Resolves to the ID of a Core Identity in the CoreOne Meta Directory based on a given Attribute ID and Value | |
| Resolves to the ID of a Core Identity in the CoreOne Meta Directory based on a foreign id | |
| Resolves to the ID of a Core Identity in the CoreOne Meta Directory based on a given object id of an identity. |
|
| Resolves to the ID of a resource in the CoreOne Meta Directory based on a given Attribute ID and Value | |
| Resolves to the ID of a resource in the CoreOne Meta Directory based on a given foreign id | |
| Resolves to the ID of a resource in the CoreOne Meta Directory based on a given object id of an resource |
|
| Resolves to the ID of a resource in the CoreOne Meta Directory based on a given Attribute ID and Value of an existing resource definition | |
| Resolves to the ID of a role in the CoreOne Meta Directory based on a given Attribute ID and Value | |
| Resolves to the ID of a role in the CoreOne Meta Directory based on a given foreign id | |
| Can be used to map a target property to a source attribute |
|
| Can be used to map a target property to a source attribute and formats the value to a specific date time | |
| Can be used to map a target attribute to a fixed value based on the source value |
...