get Incident
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
incident Id
Incident 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.
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.