IIncidentEntitiesResponse.Entity Property

Definition

Array of the incident related entities.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Array of the incident related entities.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IEntity), typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityAlert), typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IHuntingBookmark) }, Read=true, ReadOnly=false, Required=false, SerializedName="entities", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IEntity> Entity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Array of the incident related entities.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IEntity), typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityAlert), typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IHuntingBookmark) }, Read=true, ReadOnly=false, Required=false, SerializedName="entities", Update=true)>]
member this.Entity : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IEntity> with get, set
Public Property Entity As List(Of IEntity)

Property Value

Attributes

Applies to