Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.HuntingBookmarkProperties
Package
Description
Package containing the inner data models for SecurityInsights.
-
Uses of HuntingBookmarkProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionHuntingBookmarkProperties.withCreated
(OffsetDateTime created) Set the created property: The time the bookmark was created.HuntingBookmarkProperties.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the bookmark.HuntingBookmarkProperties.withDisplayName
(String displayName) Set the displayName property: The display name of the bookmark.HuntingBookmarkProperties.withEventTime
(OffsetDateTime eventTime) Set the eventTime property: The time of the event.HuntingBookmarkProperties.withIncidentInfo
(IncidentInfo incidentInfo) Set the incidentInfo property: Describes an incident that relates to bookmark.HuntingBookmarkProperties.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.HuntingBookmarkProperties.withQueryResult
(String queryResult) Set the queryResult property: The query result of the bookmark.HuntingBookmarkProperties.withUpdated
(OffsetDateTime updated) Set the updated property: The last time the bookmark was updated.HuntingBookmarkProperties.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the bookmark.