Update-AzSentinelIncident

Creates or updates the incident.

Syntax

Update-AzSentinelIncident
      -Id <String>
      -ResourceGroupName <String>
      [-SubscriptionId <String>]
      -WorkspaceName <String>
      [-Classification <IncidentClassification>]
      [-ClassificationComment <String>]
      [-ClassificationReason <IncidentClassificationReason>]
      [-Description <String>]
      [-FirstActivityTimeUtc <DateTime>]
      [-Label <IIncidentLabel[]>]
      [-LastActivityTimeUtc <DateTime>]
      [-OwnerAssignedTo <String>]
      [-OwnerEmail <String>]
      [-OwnerObjectId <String>]
      [-OwnerUserPrincipalName <String>]
      [-ProviderIncidentId <String>]
      [-ProviderName <String>]
      [-Severity <IncidentSeverity>]
      [-Status <IncidentStatus>]
      [-Title <String>]
      [-DefaultProfile <PSObject>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-AzSentinelIncident
      -InputObject <ISecurityInsightsIdentity>
      [-Classification <IncidentClassification>]
      [-ClassificationComment <String>]
      [-ClassificationReason <IncidentClassificationReason>]
      [-Description <String>]
      [-FirstActivityTimeUtc <DateTime>]
      [-Label <IIncidentLabel[]>]
      [-LastActivityTimeUtc <DateTime>]
      [-OwnerAssignedTo <String>]
      [-OwnerEmail <String>]
      [-OwnerObjectId <String>]
      [-OwnerUserPrincipalName <String>]
      [-ProviderIncidentId <String>]
      [-ProviderName <String>]
      [-Severity <IncidentSeverity>]
      [-Status <IncidentStatus>]
      [-Title <String>]
      [-DefaultProfile <PSObject>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Creates or updates the incident.

Examples

Example 1: Update an Incident

Update-AzSentinelIncident -ResourceGroupName "myResourceGroupName" -WorkspaceName "myWorkspaceName" -Id "4a21e485-75ae-48b3-a7b9-e6a92bcfe434" -OwnerAssignedTo "user@mydomain.local"

This command updates an incident by assigning an owner.

Parameters

-Classification

The reason the incident was closed

Type:IncidentClassification
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ClassificationComment

Describes the reason the incident was closed

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ClassificationReason

The classification reason the incident was closed with

Type:IncidentClassificationReason
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DefaultProfile

The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

Type:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Description

The description of the incident

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-FirstActivityTimeUtc

The time of the first activity in the incident

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Id

Incident ID

Type:String
Aliases:IncidentId
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Type:ISecurityInsightsIdentity
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Label

List of labels relevant to this incident To construct, see NOTES section for LABEL properties and create a hash table.

Type:IIncidentLabel[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-LastActivityTimeUtc

The time of the last activity in the incident

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-OwnerAssignedTo

The name of the user the incident is assigned to.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-OwnerEmail

The email of the user the incident is assigned to.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-OwnerObjectId

The object id of the user the incident is assigned to.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-OwnerUserPrincipalName

The user principal name of the user the incident is assigned to.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ProviderIncidentId

The incident ID assigned by the incident provider

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ProviderName

The name of the source provider that generated the incident

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

The name of the resource group. The name is case insensitive.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Severity

The severity of the incident

Type:IncidentSeverity
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Status

The status of the incident

Type:IncidentStatus
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SubscriptionId

The ID of the target subscription.

Type:String
Position:Named
Default value:(Get-AzContext).Subscription.Id
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Title

The title of the incident

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceName

The name of the workspace.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

ISecurityInsightsIdentity

Outputs

IIncident