ISecurityAlert.RemediationStep Property

Definition

Manual action items to take to remediate the alert.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="Manual action items to take to remediate the alert.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="remediationSteps", Update=false)]
public System.Collections.Generic.List<string> RemediationStep { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="Manual action items to take to remediate the alert.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="remediationSteps", Update=false)>]
member this.RemediationStep : System.Collections.Generic.List<string>
Public ReadOnly Property RemediationStep As List(Of String)

Property Value

Attributes

Applies to