SecurityThreat Enum
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.
Threats impact of the assessment.
public enum SecurityThreat
type SecurityThreat =
Public Enum SecurityThreat
- Inheritance
-
SecurityThreat
Fields
| Name | Value | Description |
|---|---|---|
| AccountBreach | 0 | accountBreach. |
| DataExfiltration | 1 | dataExfiltration. |
| DataSpillage | 2 | dataSpillage. |
| MaliciousInsider | 3 | maliciousInsider. |
| ElevationOfPrivilege | 4 | elevationOfPrivilege. |
| ThreatResistance | 5 | threatResistance. |
| MissingCoverage | 6 | missingCoverage. |
| DenialOfService | 7 | denialOfService. |