struct

Shellmin::Utils::SecurityAuditor::Event

Inherits Struct < Value < Object

Security event record

Constructors

new(timestamp : Time, level : Level, user : String, host : String, command : String, reason : String, context : Hash(String, String))
Source

Instance methods

clone
Source
command
context
copy_with(timestamp _timestamp = @timestamp, level _level = @level, user _user = @user, host _host = @host, command _command = @command, reason _reason = @reason, context _context = @context)
Source
host
level
reason
timestamp
user