We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7840a3c commit 60e3c02Copy full SHA for 60e3c02
internal/metrics/smbstatus.go
@@ -49,9 +49,13 @@ type SmbStatusSession struct {
49
GID int `json:"gid"`
50
Username string `json:"username"`
51
Groupname string `json:"groupname"`
52
+ CreationTime string `json:"creation_time"`
53
+ ExpirationTime string `json:"expiration_time"`
54
+ AuthTime string `json:"auth_time"`
55
RemoteMachine string `json:"remote_machine"`
56
Hostname string `json:"hostname"`
57
SessionDialect string `json:"session_dialect"`
58
+ ClientGUID string `json:"client_guid"`
59
Encryption SmbStatusEncryption `json:"encryption"`
60
Signing SmbStatusSigning `json:"signing"`
61
}
0 commit comments