IoTSecurityAggregatedAlertProperties interface
IoT Security solution aggregated alert details.
Properties
| action |
IoT Security solution alert response. |
| aggregated |
Date of detection. |
| alert |
Display name of the alert type. |
| alert |
Name of the alert type. |
| count | Number of alerts occurrences within the aggregated time window. |
| description | Description of the suspected vulnerability and meaning. |
| effected |
Azure resource ID of the resource that received the alerts. |
| log |
Log analytics query for getting the list of affected devices/alerts. |
| remediation |
Recommended steps for remediation. |
| reported |
Assessed alert severity. |
| system |
The type of the alerted resource (Azure, Non-Azure). |
| top |
10 devices with the highest number of occurrences of this alert type, on this day. |
| vendor |
Name of the organization that raised the alert. |
Property Details
actionTaken
IoT Security solution alert response.
actionTaken?: string
Property Value
string
aggregatedDateUtc
Date of detection.
aggregatedDateUtc?: Date
Property Value
Date
alertDisplayName
Display name of the alert type.
alertDisplayName?: string
Property Value
string
alertType
Name of the alert type.
alertType?: string
Property Value
string
count
Number of alerts occurrences within the aggregated time window.
count?: number
Property Value
number
description
Description of the suspected vulnerability and meaning.
description?: string
Property Value
string
effectedResourceType
Azure resource ID of the resource that received the alerts.
effectedResourceType?: string
Property Value
string
logAnalyticsQuery
Log analytics query for getting the list of affected devices/alerts.
logAnalyticsQuery?: string
Property Value
string
remediationSteps
Recommended steps for remediation.
remediationSteps?: string
Property Value
string
reportedSeverity
Assessed alert severity.
reportedSeverity?: string
Property Value
string
systemSource
The type of the alerted resource (Azure, Non-Azure).
systemSource?: string
Property Value
string
topDevicesList
10 devices with the highest number of occurrences of this alert type, on this day.
topDevicesList?: IoTSecurityAggregatedAlertPropertiesTopDevicesListItem[]
Property Value
vendorName
Name of the organization that raised the alert.
vendorName?: string
Property Value
string