Looker · Schema
Session
An active user session
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique session identifier |
| ip_address | string | IP address of the session |
| browser | string | Browser used for this session |
| operating_system | string | Operating system used for this session |
| city | string | City from which the session originates |
| state | string | State from which the session originates |
| country | string | Country from which the session originates |
| credentials_type | string | Type of credentials used |
| extended_at | string | Timestamp when the session was last extended |
| extended_count | integer | Number of times the session has been extended |
| sudo_user_id | integer | ID of the user being sudo'd as |
| created_at | string | Timestamp when the session was created |
| expires_at | string | Timestamp when the session expires |
| url | string | Relative URL |