Uses of Class
com.azure.resourcemanager.securityinsights.models.HuntingBookmark
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of HuntingBookmark in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionIncidentBookmarkListInner.value()
Get the value property: Array of incident bookmarks.Modifier and TypeMethodDescriptionIncidentBookmarkListInner.withValue
(List<HuntingBookmark> value) Set the value property: Array of incident bookmarks. -
Uses of HuntingBookmark in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionHuntingBookmark.withCreated
(OffsetDateTime created) Set the created property: The time the bookmark was created.HuntingBookmark.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the bookmark.HuntingBookmark.withDisplayName
(String displayName) Set the displayName property: The display name of the bookmark.HuntingBookmark.withEventTime
(OffsetDateTime eventTime) Set the eventTime property: The time of the event.HuntingBookmark.withIncidentInfo
(IncidentInfo incidentInfo) Set the incidentInfo property: Describes an incident that relates to bookmark.HuntingBookmark.withLabels
(List<String> labels) Set the labels property: List of labels relevant to this bookmark.Set the notes property: The notes of the bookmark.Set the query property: The query of the bookmark.HuntingBookmark.withQueryResult
(String queryResult) Set the queryResult property: The query result of the bookmark.HuntingBookmark.withUpdated
(OffsetDateTime updated) Set the updated property: The last time the bookmark was updated.HuntingBookmark.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the bookmark.Modifier and TypeMethodDescriptionIncidentBookmarkList.value()
Gets the value property: Array of incident bookmarks.