Skip to content

Commit

Permalink
fix default mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
a-neustroev committed Jan 14, 2025
1 parent 792fe44 commit 7a4cad1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions integrations/hibob/.port/resources/port-app-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ resources:
entity:
mappings:
identifier: .email
title: .displayName
blueprint: '"HiBobUser"'
properties:
name: .displayName
tenure: .tenureDuration.humanize
is_manager: .isManager
tenure: .work.tenureDuration.humanize
is_manager: .work.isManager
relations:
teams: .department
reportsTo: .reportsTo.email
teams: .work.department
reportsTo: .work.reportsTo.email

0 comments on commit 7a4cad1

Please sign in to comment.