# SmbSession
## Properties
**active_time** | **i32** | Number of seconds since session start. | [default to null]
**client_type** | **String** | Client type. | [default to null]
**computer** | **String** | Client internet address. | [default to null]
**encryption** | **bool** | True if session is encrypted. | [default to null]
**guest_login** | **bool** | True for guest logins. | [default to null]
**id** | **i32** | The session ID. | [default to null]
**idle_time** | **i32** | Number of seconds since last client operation. | [default to null]
**openfiles** | **i32** | Number of files open by client. | [default to null]
**user** | **String** | Local user name. | [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)