get Bookmark
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.
See also
Parameters
bookmark Id
Bookmark ID
resource Group Name
The name of the resource group within the user's subscription. The name is case insensitive.
workspace Name
The name of the workspace.
suspend fun getBookmark(argument: suspend GetBookmarkPlainArgsBuilder.() -> Unit): GetBookmarkResult
Return
Represents a bookmark in Azure Security Insights.
See also
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetBookmarkPlainArgs.