SecurityAssessmentTactic 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.
Tactic of the assessment.
public readonly struct SecurityAssessmentTactic : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentTactic>
type SecurityAssessmentTactic = struct
Public Structure SecurityAssessmentTactic
Implements IEquatable(Of SecurityAssessmentTactic)
- Inheritance
-
SecurityAssessmentTactic
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityAssessmentTactic(String) |
Initializes a new instance of SecurityAssessmentTactic. |
Properties
| Name | Description |
|---|---|
| Collection |
Collection. |
| CommandAndControl |
Command and Control. |
| CredentialAccess |
Credential Access. |
| DefenseEvasion |
Defense Evasion. |
| Discovery |
Discovery. |
| Execution |
Execution. |
| Exfiltration |
Exfiltration. |
| Impact |
Impact. |
| InitialAccess |
Initial Access. |
| LateralMovement |
Lateral Movement. |
| Persistence |
Persistence. |
| PrivilegeEscalation |
Privilege Escalation. |
| Reconnaissance |
Reconnaissance. |
| ResourceDevelopment |
Resource Development. |
Methods
| Name | Description |
|---|---|
| Equals(SecurityAssessmentTactic) |
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
| Name | Description |
|---|---|
| Equality(SecurityAssessmentTactic, SecurityAssessmentTactic) |
Determines if two SecurityAssessmentTactic values are the same. |
| Implicit(String to SecurityAssessmentTactic) |
Converts a String to a SecurityAssessmentTactic. |
| Inequality(SecurityAssessmentTactic, SecurityAssessmentTactic) |
Determines if two SecurityAssessmentTactic values are not the same. |