Common humio-audit Structures
The humio-audit repository uses some standard structures to hold common information, including actors, query owners, and security information. These are represented differently within the repository.
Basic types:
String
A text string
Boolean
A boolean value, represented either as the string
true
orfalse
Option[Boolean]
A user-configured boolean value, represented either as the string
true
orfalse
Seq[String]
An array or list of strings
ZonedDateTime
A date/time timestamp with timezone, similar to @timestamp