getWatchlistItem

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

operationalInsightsResourceProvider

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

resourceGroupName

The name of the resource group. The name is case insensitive.

watchlistAlias

Watchlist Alias

watchlistItemId

Watchlist Item Id (GUID)

workspaceName

The name of the workspace.

See also


Return

Represents a Watchlist item in Azure Security Insights.

Parameters

argument

Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetWatchlistItemPlainArgs.

See also