你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IoTSecurityAggregatedAlertProperties Class

Definition

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.

Applies to