get Watchlist Item
Gets a watchlist, without its watchlist items. API Version: 2021-03-01-preview.
Return
Represents a Watchlist item in Azure Security Insights.
Parameters
argument
null
suspend fun getWatchlistItem(operationalInsightsResourceProvider: String, resourceGroupName: String, watchlistAlias: String, watchlistItemId: String, workspaceName: String): GetWatchlistItemResult
Return
Represents a Watchlist item in Azure Security Insights.
Parameters
operational Insights Resource Provider
The namespace of workspaces resource provider- Microsoft.OperationalInsights.
resource Group Name
The name of the resource group. The name is case insensitive.
watchlist Alias
Watchlist Alias
watchlist Item Id
Watchlist Item Id (GUID)
workspace Name
The name of the workspace.
See also
suspend fun getWatchlistItem(argument: suspend GetWatchlistItemPlainArgsBuilder.() -> Unit): GetWatchlistItemResult
Return
Represents a Watchlist item in Azure Security Insights.
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetWatchlistItemPlainArgs.