Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SIEMAuditEvent ¶
type SIEMAuditEvent struct { ActionTaken string `json:"Action Taken"` IPAddress string `json:"IP Address"` EventTime string `json:"Event Time"` // EventTime SQLTimestampReader `json:"Event Time"` Message string `json:"Message"` ObjectType string `json:"Object Type"` AccessedBy string `json:"Accessed By"` }
type SIEMAuditResponse ¶
type SIEMAuditResponse struct { DisplayCount int `json:"displaycount"` TotalCount int `json:"totalcount"` Message string `json:"msg"` Results []SIEMAuditEvent `json:"results"` ErrorCode string `json:"errorcode"` }
func ParseSIEMAuditResponse ¶
func ParseSIEMAuditResponse(r io.Reader) (*SIEMAuditResponse, error)
type SQLTimestampReader ¶
func (*SQLTimestampReader) UnmarshalJSON ¶
func (t *SQLTimestampReader) UnmarshalJSON(b []byte) (err error)
Click to show internal directories.
Click to hide internal directories.