HuntingBookmarkProperties interface
Describes bookmark properties
- Extends
Properties
created | The time the bookmark was created |
created |
Describes a user that created the bookmark |
display |
The display name of the bookmark |
event |
The time of the event |
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 query result of the bookmark. |
updated | The last time the bookmark was updated |
updated |
Describes a user that updated the bookmark |
Inherited Properties
additional |
A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server. |
friendly |
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server. |
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
eventTime
The time of the event
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
queryResult
The query result of the bookmark.
queryResult?: string
Property Value
string
updated
The last time the bookmark was updated
updated?: Date
Property Value
Date
updatedBy
Inherited Property Details
additionalData
A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.
additionalData?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
Inherited From EntityCommonProperties.additionalData
friendlyName
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server.
friendlyName?: string
Property Value
string
Inherited From EntityCommonProperties.friendlyName
Azure SDK for JavaScript