AttackTactic Struct
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.
A list of relevant mitre attacks.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTacticTypeConverter))]
public struct AttackTactic : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTacticTypeConverter))>]
type AttackTactic = struct
interface IArgumentCompleter
Public Structure AttackTactic
Implements IArgumentCompleter, IEquatable(Of AttackTactic)
- Inheritance
-
AttackTactic
- Attributes
- Implements
Fields
Collection | |
CommandAndControl | |
CredentialAccess | |
DefenseEvasion | |
Discovery | |
Execution | |
Exfiltration | |
Impact | |
InitialAccess | |
LateralMovement | |
Persistence | |
PreAttack | |
PrivilegeEscalation |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AttackTactic) |
Compares values of enum type AttackTactic |
Equals(Object) |
Compares values of enum type AttackTactic (override for Object) |
GetHashCode() |
Returns hashCode for enum AttackTactic |
ToString() |
Returns string representation for AttackTactic |
Operators
Equality(AttackTactic, AttackTactic) |
Overriding == operator for enum AttackTactic |
Implicit(AttackTactic to String) |
Implicit operator to convert AttackTactic to string |
Implicit(String to AttackTactic) |
Implicit operator to convert string to AttackTactic |
Inequality(AttackTactic, AttackTactic) |
Overriding != operator for enum AttackTactic |