Fixing Account entity map for AADUserId
This commit is contained in:
Родитель
69b076e40e
Коммит
0033d0ab0d
|
@ -40,5 +40,5 @@ query: |
|
|||
entityMappings:
|
||||
- entityType: Account
|
||||
fieldMappings:
|
||||
- identifier: AadUserId
|
||||
- identifier: FullName
|
||||
columnName: identityList
|
|
@ -46,8 +46,10 @@ query: |
|
|||
entityMappings:
|
||||
- entityType: Account
|
||||
fieldMappings:
|
||||
- identifier: AadUserId
|
||||
- identifier: FullName
|
||||
columnName: AccountUpn
|
||||
- identifier: AadUserId
|
||||
columnName: AccountObjectId
|
||||
- entityType: IP
|
||||
fieldMappings:
|
||||
- identifier: Address
|
||||
|
|
|
@ -43,8 +43,10 @@ query: |
|
|||
entityMappings:
|
||||
- entityType: Account
|
||||
fieldMappings:
|
||||
- identifier: AadUserId
|
||||
- identifier: FullName
|
||||
columnName: AccountUpn
|
||||
- identifier: AadUserId
|
||||
columnName: AccountObjectId
|
||||
- entityType: IP
|
||||
fieldMappings:
|
||||
- identifier: Address
|
||||
|
|
Загрузка…
Ссылка в новой задаче