get Watchlist
Gets a watchlist, without its watchlist items. API Version: 2021-03-01-preview.
Return
Represents a Watchlist in Azure Security Insights.
Parameters
argument
null
suspend fun getWatchlist(operationalInsightsResourceProvider: String, resourceGroupName: String, watchlistAlias: String, workspaceName: String): GetWatchlistResult
Return
Represents a Watchlist 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
workspace Name
The name of the workspace.
See also
suspend fun getWatchlist(argument: suspend GetWatchlistPlainArgsBuilder.() -> Unit): GetWatchlistResult
Return
Represents a Watchlist in Azure Security Insights.
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetWatchlistPlainArgs.