IDM - Authentication
Contents
- Dimension Tables
- dim_platform_user
Dimension Tables
dim_platform_user
|
Column |
Type |
Mandatory |
UDM mapping |
Note |
|---|---|---|---|---|
|
platform_user_pk |
long |
True |
|
surrogate key as primary key |
|
id |
string |
True |
id |
uuid |
|
tenant_id |
string |
True |
tenant_id |
dim_tenant.id |
|
user_name |
string |
True |
user_name |
|
|
first_name |
string |
first_name |
||
|
last_name |
string |
|
last_name |
|
|
display_name |
string |
display_name |
||
|
nick_name |
string |
nick_name |
||
|
|
string |
|
||
|
profile_url |
string |
profile_url |
||
|
title |
string |
title |
||
|
user_type |
string |
user_type |
||
|
preferred_language |
string |
preferred_language |
||
|
locale |
string |
locale |
||
|
timezone |
string |
timezone |
||
|
person_id |
string |
person_id |
dim_person.id |
|
|
super_user |
boolean |
True |
super_user |
|
|
is_active |
boolean |
True |
is_active |
|
|
edw_start_time |
timestamp |
True |
|
ETL internal usage |
|
edw_row_is_last |
boolean |
|
|
ETL internal usage |
|
history_start_time |
timestamp |
True |
|
|
|
history_end_time |
timestamp |
|
|
|
|
row_is_current |
boolean |
True |
|
The row data is current or not. |
