Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.WatchlistProperties
Package
Description
Package containing the inner data models for SecurityInsights.
-
Uses of WatchlistProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionWatchlistProperties.withContentType
(String contentType) Set the contentType property: The content type of the raw content.WatchlistProperties.withCreated
(OffsetDateTime created) Set the created property: The time the watchlist was created.WatchlistProperties.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the watchlist.WatchlistProperties.withDefaultDuration
(Duration defaultDuration) Set the defaultDuration property: The default duration of a watchlist (in ISO 8601 duration format).WatchlistProperties.withDescription
(String description) Set the description property: A description of the watchlist.WatchlistProperties.withDisplayName
(String displayName) Set the displayName property: The display name of the watchlist.WatchlistProperties.withIsDeleted
(Boolean isDeleted) Set the isDeleted property: A flag that indicates if the watchlist is deleted or not.WatchlistProperties.withItemsSearchKey
(String itemsSearchKey) Set the itemsSearchKey property: The search key is used to optimize query performance when using watchlists for joins with other data.WatchlistProperties.withLabels
(List<String> labels) Set the labels property: List of labels relevant to this watchlist.WatchlistProperties.withNumberOfLinesToSkip
(Integer numberOfLinesToSkip) Set the numberOfLinesToSkip property: The number of lines in a csv/tsv content to skip before the header.WatchlistProperties.withProvider
(String provider) Set the provider property: The provider of the watchlist.WatchlistProperties.withRawContent
(String rawContent) Set the rawContent property: The raw content that represents to watchlist items to create.WatchlistProperties.withSource
(String source) Set the source property: The filename of the watchlist, called 'source'.WatchlistProperties.withSourceType
(SourceType sourceType) Set the sourceType property: The sourceType of the watchlist.WatchlistProperties.withTenantId
(String tenantId) Set the tenantId property: The tenantId where the watchlist belongs to.WatchlistProperties.withUpdated
(OffsetDateTime updated) Set the updated property: The last time the watchlist was updated.WatchlistProperties.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the watchlist.WatchlistProperties.withUploadStatus
(String uploadStatus) Set the uploadStatus property: The status of the Watchlist upload : New, InProgress or Complete.WatchlistProperties.withWatchlistAlias
(String watchlistAlias) Set the watchlistAlias property: The alias of the watchlist.WatchlistProperties.withWatchlistId
(String watchlistId) Set the watchlistId property: The id (a Guid) of the watchlist.WatchlistProperties.withWatchlistType
(String watchlistType) Set the watchlistType property: The type of the watchlist.