Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.43 KB

Session.md

File metadata and controls

23 lines (19 loc) · 1.43 KB

Session

Properties

Name Type Description Notes
id int Unique Id [optional]
ip_address str IP address of user when this session was initiated [optional]
browser str User's browser type [optional]
operating_system str User's Operating System [optional]
city str City component of user location (derived from IP address) [optional]
state str State component of user location (derived from IP address) [optional]
country str Country component of user location (derived from IP address) [optional]
credentials_type str Type of credentials used for logging in this session [optional]
extended_at str Time when this session was last extended by the user [optional]
extended_count int Number of times this session was extended [optional]
sudo_user_id int Actual user in the case when this session represents one user sudo'ing as another [optional]
created_at str Time when this session was initiated [optional]
expires_at str Time when this session will expire [optional]
url str Link to get this item [optional]

[Back to Model list] [Back to API list] [Back to README]