class Azure::Security::Mgmt::V2019_08_01::Models::IoTSecurityAggregatedAlert
Security
Solution Aggregated Alert information
Attributes
@return [String] IoT Security
solution alert response.
@return [Date] Date of detection.
@return [String] Display name of the alert type.
@return [String] Name of the alert type.
@return [Integer] Number of alerts occurrences within the aggregated time window.
@return [String] Description of the suspected vulnerability and meaning.
@return [String] Azure
resource ID of the resource that received the alerts.
@return [String] Resource
Id
@return [String] Log analytics query for getting the list of affected devices/alerts.
@return [String] Resource
name
@return [String] Recommended steps for remediation.
@return [ReportedSeverity] Assessed alert severity. Possible values include: 'Informational', 'Low', 'Medium', 'High'
@return [String] The type of the alerted resource (Azure
, Non-Azure).
@return [Array<IoTSecurityAggregatedAlertPropertiesTopDevicesListItem>] 10 devices with the highest number of occurrences of this alert type, on this day.
@return [String] Resource
type
@return [String] Name of the organization that raised the alert.
Private Class Methods
Mapper for IoTSecurityAggregatedAlert
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb, line 78 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IoTSecurityAggregatedAlert', type: { name: 'Composite', class_name: 'IoTSecurityAggregatedAlert', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, alert_type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.alertType', type: { name: 'String' } }, alert_display_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.alertDisplayName', type: { name: 'String' } }, aggregated_date_utc: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.aggregatedDateUtc', type: { name: 'Date' } }, vendor_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.vendorName', type: { name: 'String' } }, reported_severity: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.reportedSeverity', type: { name: 'String' } }, remediation_steps: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.remediationSteps', type: { name: 'String' } }, description: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.description', type: { name: 'String' } }, count: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.count', type: { name: 'Number' } }, effected_resource_type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.effectedResourceType', type: { name: 'String' } }, system_source: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.systemSource', type: { name: 'String' } }, action_taken: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.actionTaken', type: { name: 'String' } }, log_analytics_query: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.logAnalyticsQuery', type: { name: 'String' } }, top_devices_list: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.topDevicesList', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'IoTSecurityAggregatedAlertPropertiesTopDevicesListItemElementType', type: { name: 'Composite', class_name: 'IoTSecurityAggregatedAlertPropertiesTopDevicesListItem' } } } } } } } end