SecurityInsightsAttackTactic Struct

Definition

The severity for alerts created by this alert rule.

public readonly struct SecurityInsightsAttackTactic : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAttackTactic>
type SecurityInsightsAttackTactic = struct
Public Structure SecurityInsightsAttackTactic
Implements IEquatable(Of SecurityInsightsAttackTactic)
Inheritance
SecurityInsightsAttackTactic
Implements

Constructors

SecurityInsightsAttackTactic(String)

Initializes a new instance of SecurityInsightsAttackTactic.

Properties

Collection

Collection.

CommandAndControl

CommandAndControl.

CredentialAccess

CredentialAccess.

DefenseEvasion

DefenseEvasion.

Discovery

Discovery.

Execution

Execution.

Exfiltration

Exfiltration.

Impact

Impact.

ImpairProcessControl

ImpairProcessControl.

InhibitResponseFunction

InhibitResponseFunction.

InitialAccess

InitialAccess.

LateralMovement

LateralMovement.

Persistence

Persistence.

PreAttack

PreAttack.

PrivilegeEscalation

PrivilegeEscalation.

Reconnaissance

Reconnaissance.

ResourceDevelopment

ResourceDevelopment.

Methods

Equals(SecurityInsightsAttackTactic)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SecurityInsightsAttackTactic, SecurityInsightsAttackTactic)

Determines if two SecurityInsightsAttackTactic values are the same.

Implicit(String to SecurityInsightsAttackTactic)

Converts a string to a SecurityInsightsAttackTactic.

Inequality(SecurityInsightsAttackTactic, SecurityInsightsAttackTactic)

Determines if two SecurityInsightsAttackTactic values are not the same.

Applies to