IIncidentEntitiesResponse.Entity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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