IoTSecurityAggregatedAlert Class
Security Solution Aggregated Alert information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.security.models._models_py3.ResourceIoTSecurityAggregatedAlertazure.mgmt.security.models._models_py3.TagsResourceIoTSecurityAggregatedAlert
Constructor
IoTSecurityAggregatedAlert(*, tags: Optional[Dict[str, str]] = None, **kwargs)
Parameters
Variables
- id
- str
Resource Id.
- name
- str
Resource name.
- type
- str
Resource type.
- alert_type
- str
Name of the alert type.
- alert_display_name
- str
Display name of the alert type.
- aggregated_date_utc
- date
Date of detection.
- vendor_name
- str
Name of the organization that raised the alert.
- reported_severity
- str or ReportedSeverity
Assessed alert severity. Possible values include: "Informational", "Low", "Medium", "High".
- remediation_steps
- str
Recommended steps for remediation.
- description
- str
Description of the suspected vulnerability and meaning.
- count
- int
Number of alerts occurrences within the aggregated time window.
- effected_resource_type
- str
Azure resource ID of the resource that received the alerts.
- system_source
- str
The type of the alerted resource (Azure, Non-Azure).
- action_taken
- str
IoT Security solution alert response.
- log_analytics_query
- str
Log analytics query for getting the list of affected devices/alerts.
- top_devices_list
- list[IoTSecurityAggregatedAlertPropertiesTopDevicesListItem]
10 devices with the highest number of occurrences of this alert type, on this day.
Feedback
Submit and view feedback for