Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HuntingBookmark

Package version

Represents a Hunting bookmark entity.

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

Optional displayName

displayName: undefined | 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 id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 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

kind

kind: "Bookmark"

Polymorphic discriminator, which specifies the different types this object can be

Optional labels

labels: string[]

List of labels relevant to this bookmark

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional notes

notes: undefined | string

The notes of the bookmark

Optional query

query: undefined | string

The query of the bookmark.

Optional queryResult

queryResult: undefined | string

The query result of the bookmark.

Optional systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

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