Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.BookmarkProperties
Package
Description
Package containing the inner data models for SecurityInsights.
-
Uses of BookmarkProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionBookmarkProperties.withCreated
(OffsetDateTime created) Set the created property: The time the bookmark was created.BookmarkProperties.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the bookmark.BookmarkProperties.withDisplayName
(String displayName) Set the displayName property: The display name of the bookmark.BookmarkProperties.withEntityMappings
(List<BookmarkEntityMappings> entityMappings) Set the entityMappings property: Describes the entity mappings of the bookmark.BookmarkProperties.withEventTime
(OffsetDateTime eventTime) Set the eventTime property: The bookmark event time.BookmarkProperties.withIncidentInfo
(IncidentInfo incidentInfo) Set the incidentInfo property: Describes an incident that relates to bookmark.BookmarkProperties.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.BookmarkProperties.withQueryEndTime
(OffsetDateTime queryEndTime) Set the queryEndTime property: The end time for the query.BookmarkProperties.withQueryResult
(String queryResult) Set the queryResult property: The query result of the bookmark.BookmarkProperties.withQueryStartTime
(OffsetDateTime queryStartTime) Set the queryStartTime property: The start time for the query.BookmarkProperties.withTactics
(List<AttackTactic> tactics) Set the tactics property: A list of relevant mitre attacks.BookmarkProperties.withTechniques
(List<String> techniques) Set the techniques property: A list of relevant mitre techniques.BookmarkProperties.withUpdated
(OffsetDateTime updated) Set the updated property: The last time the bookmark was updated.BookmarkProperties.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the bookmark.