Fixing Account entity map for AADUserId

This commit is contained in:
Shain 2022-05-23 10:36:07 -07:00
Родитель 69b076e40e
Коммит 0033d0ab0d
3 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -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