IoTSecurityAggregatedAlertProperties Class
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.
IoT Security solution aggregated alert details.
public class IoTSecurityAggregatedAlertProperties
type IoTSecurityAggregatedAlertProperties = class
Public Class IoTSecurityAggregatedAlertProperties
- Inheritance
-
IoTSecurityAggregatedAlertProperties
Constructors
IoTSecurityAggregatedAlertProperties() |
Initializes a new instance of the IoTSecurityAggregatedAlertProperties class. |
IoTSecurityAggregatedAlertProperties(String, String, Nullable<DateTime>, String, String, String, String, Nullable<Int64>, String, String, String, String, IList<IoTSecurityAggregatedAlertPropertiesTopDevicesListItem>) |
Initializes a new instance of the IoTSecurityAggregatedAlertProperties class. |
Properties
ActionTaken |
Gets ioT Security solution alert response. |
AggregatedDateUtc |
Gets date of detection. |
AlertDisplayName |
Gets display name of the alert type. |
AlertType |
Gets name of the alert type. |
Count |
Gets number of alerts occurrences within the aggregated time window. |
Description |
Gets description of the suspected vulnerability and meaning. |
EffectedResourceType |
Gets azure resource ID of the resource that received the alerts. |
LogAnalyticsQuery |
Gets log analytics query for getting the list of affected devices/alerts. |
RemediationSteps |
Gets recommended steps for remediation. |
ReportedSeverity |
Gets assessed alert severity. Possible values include: 'Informational', 'Low', 'Medium', 'High' |
SystemSource |
Gets the type of the alerted resource (Azure, Non-Azure). |
TopDevicesList |
Gets 10 devices with the highest number of occurrences of this alert type, on this day. |
VendorName |
Gets name of the organization that raised the alert. |