SecurityThreat 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.
Threats impact of the assessment.
public readonly struct SecurityThreat : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityThreat>
type SecurityThreat = struct
Public Structure SecurityThreat
Implements IEquatable(Of SecurityThreat)
- Inheritance
-
SecurityThreat
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityThreat(String) |
Initializes a new instance of SecurityThreat. |
Properties
| Name | Description |
|---|---|
| AccountBreach |
accountBreach. |
| DataExfiltration |
dataExfiltration. |
| DataSpillage |
dataSpillage. |
| DenialOfService |
denialOfService. |
| ElevationOfPrivilege |
elevationOfPrivilege. |
| MaliciousInsider |
maliciousInsider. |
| MissingCoverage |
missingCoverage. |
| ThreatResistance |
threatResistance. |
Methods
| Name | Description |
|---|---|
| Equals(SecurityThreat) |
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(SecurityThreat, SecurityThreat) |
Determines if two SecurityThreat values are the same. |
| Implicit(String to SecurityThreat) |
Converts a String to a SecurityThreat. |
| Inequality(SecurityThreat, SecurityThreat) |
Determines if two SecurityThreat values are not the same. |