string: textual data (example "malware").text: textual data. The difference betweenstringandtextis in the way content can be searched.stringis 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 create the entitycreatedAt(date) : date and time of the creationupdatedBy(text) : login of the user who do the last update of the entityupadtedAt(date) : date and time of the last updateuser(text) : same value ascreatedBy(this field is deprecated) This attributes are handled by back-end and can't be directly updated.