Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 787 Bytes

SmbSession.md

File metadata and controls

18 lines (14 loc) · 787 Bytes

SmbSession

Properties

Name Type Description Notes
active_time int Number of seconds since session start.
client_type str Client type.
computer str Client internet address.
encryption bool True if session is encrypted.
guest_login bool True for guest logins.
id int The session ID.
idle_time int Number of seconds since last client operation.
openfiles int Number of files open by client.
user str Local user name.

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