getBookmark

Gets a bookmark. API Version: 2020-01-01.

Return

Represents a bookmark in Azure Security Insights.

Parameters

argument

null


suspend fun getBookmark(bookmarkId: String, resourceGroupName: String, workspaceName: String): GetBookmarkResult

Return

Represents a bookmark in Azure Security Insights.

Parameters

bookmarkId

Bookmark ID

resourceGroupName

The name of the resource group within the user's subscription. The name is case insensitive.

workspaceName

The name of the workspace.

See also


suspend fun getBookmark(argument: suspend GetBookmarkPlainArgsBuilder.() -> Unit): GetBookmarkResult

Return

Represents a bookmark in Azure Security Insights.

Parameters

argument

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

See also