Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.WatchlistItemInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of WatchlistItemInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionWatchlistItemsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String watchlistAlias, String watchlistItemId, WatchlistItemInner watchlistItem) Creates or updates a watchlist item.WatchlistItemsClient.get
(String resourceGroupName, String workspaceName, String watchlistAlias, String watchlistItemId) Gets a watchlist, without its watchlist items.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WatchlistItemInner>
WatchlistItemsClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String watchlistAlias, String watchlistItemId, WatchlistItemInner watchlistItem, com.azure.core.util.Context context) Creates or updates a watchlist item.com.azure.core.http.rest.Response<WatchlistItemInner>
WatchlistItemsClient.getWithResponse
(String resourceGroupName, String workspaceName, String watchlistAlias, String watchlistItemId, com.azure.core.util.Context context) Gets a watchlist, without its watchlist items.com.azure.core.http.rest.PagedIterable<WatchlistItemInner>
Gets all watchlist Items.com.azure.core.http.rest.PagedIterable<WatchlistItemInner>
WatchlistItemsClient.list
(String resourceGroupName, String workspaceName, String watchlistAlias, String skipToken, com.azure.core.util.Context context) Gets all watchlist Items.Modifier and TypeMethodDescriptionWatchlistItemsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String watchlistAlias, String watchlistItemId, WatchlistItemInner watchlistItem) Creates or updates a watchlist item.com.azure.core.http.rest.Response<WatchlistItemInner>
WatchlistItemsClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String watchlistAlias, String watchlistItemId, WatchlistItemInner watchlistItem, com.azure.core.util.Context context) Creates or updates a watchlist item. -
Uses of WatchlistItemInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionWatchlistItemInner.withCreated
(OffsetDateTime created) Set the created property: The time the watchlist item was created.WatchlistItemInner.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the watchlist item.WatchlistItemInner.withEntityMapping
(Map<String, Object> entityMapping) Set the entityMapping property: key-value pairs for a watchlist item entity mapping.Set the etag property: Etag of the azure resource.WatchlistItemInner.withIsDeleted
(Boolean isDeleted) Set the isDeleted property: A flag that indicates if the watchlist item is deleted or not.WatchlistItemInner.withItemsKeyValue
(Map<String, Object> itemsKeyValue) Set the itemsKeyValue property: key-value pairs for a watchlist item.WatchlistItemInner.withTenantId
(String tenantId) Set the tenantId property: The tenantId to which the watchlist item belongs to.WatchlistItemInner.withUpdated
(OffsetDateTime updated) Set the updated property: The last time the watchlist item was updated.WatchlistItemInner.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the watchlist item.WatchlistItemInner.withWatchlistItemId
(String watchlistItemId) Set the watchlistItemId property: The id (a Guid) of the watchlist item.WatchlistItemInner.withWatchlistItemType
(String watchlistItemType) Set the watchlistItemType property: The type of the watchlist item. -
Uses of WatchlistItemInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionWatchlistItem.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.WatchlistItemInner object.Modifier and TypeMethodDescriptionWatchlistItemList.value()
Get the value property: Array of watchlist items.Modifier and TypeMethodDescriptionWatchlistItemList.withValue
(List<WatchlistItemInner> value) Set the value property: Array of watchlist items.