Environment Data Model
Overview
For each of these schemas, the driver models entities which reside below environments in the PingOne hierarchy, such as Users.
Key Features
- The driver models PingOne entities as relational tables/views or stored procedures, allowing you to write SQL to query PingOne data.
- Live connectivity to these objects means any changes to your account are immediately reflected when using the driver.
Tables
Tables expose PingOne entities that can be modified like Users or Applications.
Views
Views are read-only tables that expose PingOne entities like UserSessions.