-
Notifications
You must be signed in to change notification settings - Fork 2
/
fieldMapping.json
38 lines (38 loc) · 939 Bytes
/
fieldMapping.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"Version": "v1",
"MappingFields": [
{
"Name": "employeeId",
"Description": "[Mandatory]\nPlease rename the field to the correlation field used in the dependent system. \nMost likely the built-in Microsoft Active Directory target system.",
"Type": "Text",
"MappingActions": [
{
"MapForActions": [
"Create"
],
"MappingMode": "Field",
"Value": "\"Person.ExternalId\"",
"UsedInNotifications": false,
"StoreInAccountData": false
}
]
},
{
"Name": "SID",
"Description": "[Mandatory]",
"Type": "Text",
"MappingActions": [
{
"MapForActions": [
"Create"
],
"MappingMode": "None",
"Value": "\"\"",
"UsedInNotifications": false,
"StoreInAccountData": true
}
]
}
],
"UniqueFieldNames": []
}