class Azure::Security::Mgmt::V2017_08_01_preview::Models::IoTSecurityAggregatedAlert
Security
Solution Aggregated Alert information
Attributes
@return [String] The action that was taken as a response to the alert (Active, Blocked etc.)
@return [Date] The date the incidents were detected by the vendor
@return [String] Display name of the alert type
@return [String] Name of the alert type
@return [Integer] Occurrence number of the alert within the aggregated date
@return [String] Description of the incident and what it means
@return [String] Azure
resource ID of the resource that got the alerts
@return [String] Resource
Id
@return [String] query in log analytics to get the list of affected devices/alerts
@return [String] Resource
name
@return [String] Recommended steps for remediation
@return [ReportedSeverity] Estimated severity of this alert. Possible values include: 'Informational', 'Low', 'Medium', 'High'
@return [String] The type of the alerted resource (Azure
, Non-Azure)
@return [String] Resource
type
@return [String] Name of the vendor that discovered the incident
Public Class Methods
Mapper for IoTSecurityAggregatedAlert
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-08-01-preview/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb, line 72 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' } } } } } end