Share via


IoTSecurityAggregatedAlertProperties Constructors

Definition

Overloads

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.

IoTSecurityAggregatedAlertProperties()

Initializes a new instance of the IoTSecurityAggregatedAlertProperties class.

public IoTSecurityAggregatedAlertProperties ();
Public Sub New ()

Applies to

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.

public IoTSecurityAggregatedAlertProperties (string alertType = default, string alertDisplayName = default, DateTime? aggregatedDateUtc = default, string vendorName = default, string reportedSeverity = default, string remediationSteps = default, string description = default, long? count = default, string effectedResourceType = default, string systemSource = default, string actionTaken = default, string logAnalyticsQuery = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedAlertPropertiesTopDevicesListItem> topDevicesList = default);
new Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedAlertProperties : string * string * Nullable<DateTime> * string * string * string * string * Nullable<int64> * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedAlertPropertiesTopDevicesListItem> -> Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedAlertProperties
Public Sub New (Optional alertType As String = Nothing, Optional alertDisplayName As String = Nothing, Optional aggregatedDateUtc As Nullable(Of DateTime) = Nothing, Optional vendorName As String = Nothing, Optional reportedSeverity As String = Nothing, Optional remediationSteps As String = Nothing, Optional description As String = Nothing, Optional count As Nullable(Of Long) = Nothing, Optional effectedResourceType As String = Nothing, Optional systemSource As String = Nothing, Optional actionTaken As String = Nothing, Optional logAnalyticsQuery As String = Nothing, Optional topDevicesList As IList(Of IoTSecurityAggregatedAlertPropertiesTopDevicesListItem) = Nothing)

Parameters

alertType
String

Name of the alert type.

alertDisplayName
String

Display name of the alert type.

aggregatedDateUtc
Nullable<DateTime>

Date of detection.

vendorName
String

Name of the organization that raised the alert.

reportedSeverity
String

Assessed alert severity. Possible values include: 'Informational', 'Low', 'Medium', 'High'

remediationSteps
String

Recommended steps for remediation.

description
String

Description of the suspected vulnerability and meaning.

count
Nullable<Int64>

Number of alerts occurrences within the aggregated time window.

effectedResourceType
String

Azure resource ID of the resource that received the alerts.

systemSource
String

The type of the alerted resource (Azure, Non-Azure).

actionTaken
String

IoT Security solution alert response.

logAnalyticsQuery
String

Log analytics query for getting the list of affected devices/alerts.

topDevicesList
IList<IoTSecurityAggregatedAlertPropertiesTopDevicesListItem>

10 devices with the highest number of occurrences of this alert type, on this day.

Applies to