loginaudit

The loginaudit table describes participant activity related to logging into the MyDataHelps™ application.

Table Schema

Name Type Description
personid VARCHAR

Internal identifier to specify a unique instance of a person. This column is used to partition data tables in the Bulk Data API and should be included on all table joins. Use personid to join to tables in other models within the Bulk Data API.

loginauditkey VARCHAR

Primary key. A unique, auto-generated internal identifier to specify a unique instance of a login event.

application VARCHAR

The application the participant logged into.

event VARCHAR

Description of the login-related event.

time TIMESTAMP

The time of the login event.


Back to Overview of the RKStudio Model