IIncident.AdditionalDataTactic Property

Definition

The tactics associated with incident

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "InitialAccess", "Execution", "Persistence", "PrivilegeEscalation", "DefenseEvasion", "CredentialAccess", "Discovery", "LateralMovement", "Collection", "Exfiltration", "CommandAndControl", "Impact", "PreAttack" })]
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The tactics associated with incident", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="tactics", Update=false)]
public System.Collections.Generic.List<string> AdditionalDataTactic { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "InitialAccess", "Execution", "Persistence", "PrivilegeEscalation", "DefenseEvasion", "CredentialAccess", "Discovery", "LateralMovement", "Collection", "Exfiltration", "CommandAndControl", "Impact", "PreAttack" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The tactics associated with incident", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="tactics", Update=false)>]
member this.AdditionalDataTactic : System.Collections.Generic.List<string>
Public ReadOnly Property AdditionalDataTactic As List(Of String)

Property Value

Attributes

Applies to