string
: textual data (example "malware").text
: textual data. The difference betweenstring
andtext
is in the way content can be searched.string
is searchable as-is whereastext
, words (token) are searchable, not the whole content (example "Ten users have received this ransomware").date
: date and time using timestamps with milliseconds format.boolean
: true or falsenumber
: numeric valuemetrics
: JSON object that contains only numbers
Field can be prefixed with multi-
in order to indicate that multiple values can be provided.
All entities share the following attributes:
createdBy
(text) : login of the user who created the entitycreatedAt
(date) : date and time of the creationupdatedBy
(text) : login of the user who last updated the entityupadtedAt
(date) : date and time of the last updateuser
(text) : same value ascreatedBy
(this field is deprecated) These attributes are handled by the back-end and can't be directly updated.