IIncident.RelatedAnalyticRuleId Property

Definition

List of resource ids of Analytic rules related to the incident

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="List of resource ids of Analytic rules related to the incident", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="relatedAnalyticRuleIds", Update=false)]
public System.Collections.Generic.List<string> RelatedAnalyticRuleId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="List of resource ids of Analytic rules related to the incident", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="relatedAnalyticRuleIds", Update=false)>]
member this.RelatedAnalyticRuleId : System.Collections.Generic.List<string>
Public ReadOnly Property RelatedAnalyticRuleId As List(Of String)

Property Value

Attributes

Applies to