INrtAlertRuleTemplate.EntityMapping 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 entity mappings of the alert rule
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="Array of the entity mappings of the alert rule", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityMapping) }, ReadOnly=false, Required=false, SerializedName="entityMappings")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityMapping[] EntityMapping { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="Array of the entity mappings of the alert rule", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityMapping) }, ReadOnly=false, Required=false, SerializedName="entityMappings")>]
member this.EntityMapping : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityMapping[] with get, set
Public Property EntityMapping As IEntityMapping()
Property Value
- Attributes