Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HuntingBookmarkProperties

Package version

Describes bookmark properties

Hierarchy

Index

Properties

Optional additionalData

additionalData: undefined | {}

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.

Optional created

created: Date

The time the bookmark was created

Optional createdBy

createdBy: UserInfo

Describes a user that created the bookmark

displayName

displayName: string

The display name of the bookmark

Optional eventTime

eventTime: Date

The time of the event

Optional friendlyName

friendlyName: undefined | string

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.

Optional incidentInfo

incidentInfo: IncidentInfo

Describes an incident that relates to bookmark

Optional labels

labels: string[]

List of labels relevant to this bookmark

Optional notes

notes: undefined | string

The notes of the bookmark

query

query: string

The query of the bookmark.

Optional queryResult

queryResult: undefined | string

The query result of the bookmark.

Optional updated

updated: Date

The last time the bookmark was updated

Optional updatedBy

updatedBy: UserInfo

Describes a user that updated the bookmark

Generated using TypeDoc