SecurityInsightsAlertConfidenceLevel 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.
The confidence level of this alert.
public readonly struct SecurityInsightsAlertConfidenceLevel : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertConfidenceLevel>
type SecurityInsightsAlertConfidenceLevel = struct
Public Structure SecurityInsightsAlertConfidenceLevel
Implements IEquatable(Of SecurityInsightsAlertConfidenceLevel)
- Inheritance
-
SecurityInsightsAlertConfidenceLevel
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityInsightsAlertConfidenceLevel(String) |
Initializes a new instance of SecurityInsightsAlertConfidenceLevel. |
Properties
| Name | Description |
|---|---|
| High |
High confidence that the alert is true positive malicious. |
| Low |
Low confidence, meaning we have some doubts this is indeed malicious or part of an attack. |
| Unknown |
Unknown confidence, the is the default value. |
Methods
| Name | Description |
|---|---|
| Equals(SecurityInsightsAlertConfidenceLevel) |
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(SecurityInsightsAlertConfidenceLevel, SecurityInsightsAlertConfidenceLevel) |
Determines if two SecurityInsightsAlertConfidenceLevel values are the same. |
| Implicit(String to SecurityInsightsAlertConfidenceLevel) |
Converts a String to a SecurityInsightsAlertConfidenceLevel. |
| Inequality(SecurityInsightsAlertConfidenceLevel, SecurityInsightsAlertConfidenceLevel) |
Determines if two SecurityInsightsAlertConfidenceLevel values are not the same. |