IdfwUserSessionData
Identity Firewall user session data on a client machine (typically a VM). Multiple entries for the same user can be returned if the user logins to multiple sessions on the same VM.
{
"domain_name": "string",
"id": "string",
"login_time": 0,
"logout_time": 0,
"session_source": "string",
"user_id": "string",
"user_name": "string",
"user_session_id": 0,
"vm_ext_id": "string"
}
AD Domain of user.
Identifier of user session data.
Login time.
Logout time if applicable. An active user session has no logout time. Non-active user session is stored (up to last 5 most recent entries) per VM and per user.
User session source can be one of:
- GI (Guest Introspection)
- ELS (AD Event log server)
- LI (Log Insight)
AD user ID (may not exist).
AD user name.
User session ID. This also indicates whether this is VDI / RDSH.
Virtual machine (external ID or BIOS UUID) where login/logout events occurred.