Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.58 KB

Session.md

File metadata and controls

24 lines (20 loc) · 1.58 KB

Session

Properties

Name Type Description Notes
can map[string,bool] Operations the current user is able to perform on this object [optional]
id string Unique Id [optional]
ip_address string IP address of user when this session was initiated [optional]
browser string User's browser type [optional]
operating_system string User's Operating System [optional]
city string City component of user location (derived from IP address) [optional]
state string State component of user location (derived from IP address) [optional]
country string Country component of user location (derived from IP address) [optional]
credentials_type string Type of credentials used for logging in this session [optional]
extended_at string 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 string Actual user in the case when this session represents one user sudo'ing as another [optional]
created_at string Time when this session was initiated [optional]
expires_at string Time when this session will expire [optional]
url string Link to get this item [optional]

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