Bookmark interface
Represents a bookmark in Azure Security Insights.
- Extends
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 |
Inherited Properties
etag | Etag of the azure resource |
id | 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. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
type | 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. |
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
updatedBy
Inherited Property Details
etag
id
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.
id?: string
Property Value
string
Inherited From ResourceWithEtag.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ResourceWithEtag.name
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.
systemData?: SystemData
Property Value
Inherited From ResourceWithEtag.systemData
type
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.
type?: string
Property Value
string
Inherited From ResourceWithEtag.type
Azure SDK for JavaScript