IIncident.AdditionalDataAlertProductName Property

Definition

List of product names of alerts in the incident

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="List of product names of alerts in the incident", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="alertProductNames", Update=false)]
public System.Collections.Generic.List<string> AdditionalDataAlertProductName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="List of product names of alerts in the incident", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="alertProductNames", Update=false)>]
member this.AdditionalDataAlertProductName : System.Collections.Generic.List<string>
Public ReadOnly Property AdditionalDataAlertProductName As List(Of String)

Property Value

Attributes

Applies to