IIncident.AdditionalDataTactic 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.
The tactics associated with incident
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The tactics associated with incident", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic) }, ReadOnly=true, Required=false, SerializedName="tactics")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic[] AdditionalDataTactic { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The tactics associated with incident", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic) }, ReadOnly=true, Required=false, SerializedName="tactics")>]
member this.AdditionalDataTactic : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic[]
Public ReadOnly Property AdditionalDataTactic As AttackTactic()
Property Value
- Attributes