Common humio-audit Structures

The humio-audti 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 or false

  • Option[Boolean]

    A user-configured boolean value, represented either as the string true or false

  • Seq[String]

    An array or list of strings

  • ZonedDateTime

    A date/time timestamp with timezone, similar to @timestamp