Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.WatchlistItemProperties
Package
Description
Package containing the inner data models for SecurityInsights.
-
Uses of WatchlistItemProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionWatchlistItemProperties.withCreated
(OffsetDateTime created) Set the created property: The time the watchlist item was created.WatchlistItemProperties.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the watchlist item.WatchlistItemProperties.withEntityMapping
(Map<String, Object> entityMapping) Set the entityMapping property: key-value pairs for a watchlist item entity mapping.WatchlistItemProperties.withIsDeleted
(Boolean isDeleted) Set the isDeleted property: A flag that indicates if the watchlist item is deleted or not.WatchlistItemProperties.withItemsKeyValue
(Map<String, Object> itemsKeyValue) Set the itemsKeyValue property: key-value pairs for a watchlist item.WatchlistItemProperties.withTenantId
(String tenantId) Set the tenantId property: The tenantId to which the watchlist item belongs to.WatchlistItemProperties.withUpdated
(OffsetDateTime updated) Set the updated property: The last time the watchlist item was updated.WatchlistItemProperties.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the watchlist item.WatchlistItemProperties.withWatchlistItemId
(String watchlistItemId) Set the watchlistItemId property: The id (a Guid) of the watchlist item.WatchlistItemProperties.withWatchlistItemType
(String watchlistItemType) Set the watchlistItemType property: The type of the watchlist item.