get Watchlist Item
Get a watchlist item. Azure REST API version: 2023-02-01. Other available API versions: 2021-04-01, 2023-06-01-preview, 2023-07-01-preview, 2023-08-01-preview, 2023-09-01-preview.
Return
Represents a Watchlist Item in Azure Security Insights.
Parameters
argument
null
suspend fun getWatchlistItem(resourceGroupName: String, watchlistAlias: String, watchlistItemId: String, workspaceName: String): GetWatchlistItemResult
Return
Represents a Watchlist Item in Azure Security Insights.
See also
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
watchlist Alias
The watchlist alias
watchlist Item Id
The watchlist item id (GUID)
workspace Name
The name of the workspace.
suspend fun getWatchlistItem(argument: suspend GetWatchlistItemPlainArgsBuilder.() -> Unit): GetWatchlistItemResult
Return
Represents a Watchlist Item in Azure Security Insights.
See also
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetWatchlistItemPlainArgs.