getIncident

Gets an incident. API Version: 2020-01-01.

Return

Represents an incident in Azure Security Insights.

Parameters

argument

null


suspend fun getIncident(incidentId: String, resourceGroupName: String, workspaceName: String): GetIncidentResult

Return

Represents an incident in Azure Security Insights.

Parameters

incidentId

Incident 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 getIncident(argument: suspend GetIncidentPlainArgsBuilder.() -> Unit): GetIncidentResult

Return

Represents an incident in Azure Security Insights.

Parameters

argument

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

See also