BookmarkProperties interface
Describes bookmark properties
Properties
| created | The time the bookmark was created |
| created |
Describes a user that created the bookmark |
| display |
The display name of the bookmark |
| entity |
Describes the entity mappings of the bookmark |
| event |
The bookmark event time |
| incident |
Describes an incident that relates to bookmark |
| labels | List of labels relevant to this bookmark |
| notes | The notes of the bookmark |
| query | The query of the bookmark. |
| query |
The end time for the query |
| query |
The query result of the bookmark. |
| query |
The start time for the query |
| tactics | A list of relevant mitre attacks |
| techniques | A list of relevant mitre techniques |
| updated | The last time the bookmark was updated |
| updated |
Describes a user that updated the bookmark |
Property Details
created
The time the bookmark was created
created?: Date
Property Value
Date
createdBy
displayName
The display name of the bookmark
displayName: string
Property Value
string
entityMappings
Describes the entity mappings of the bookmark
entityMappings?: BookmarkEntityMappings[]
Property Value
eventTime
The bookmark event time
eventTime?: Date
Property Value
Date
incidentInfo
Describes an incident that relates to bookmark
incidentInfo?: IncidentInfo
Property Value
labels
List of labels relevant to this bookmark
labels?: string[]
Property Value
string[]
notes
The notes of the bookmark
notes?: string
Property Value
string
query
The query of the bookmark.
query: string
Property Value
string
queryEndTime
The end time for the query
queryEndTime?: Date
Property Value
Date
queryResult
The query result of the bookmark.
queryResult?: string
Property Value
string
queryStartTime
The start time for the query
queryStartTime?: Date
Property Value
Date
tactics
A list of relevant mitre attacks
tactics?: string[]
Property Value
string[]
techniques
A list of relevant mitre techniques
techniques?: string[]
Property Value
string[]
updated
The last time the bookmark was updated
updated?: Date
Property Value
Date