class Azure::Security::Mgmt::V2019_08_01::Models::IoTSecurityDeviceAlert
Statistical information about the number of alerts per alert type during last set number of days
Attributes
alert_display_name[RW]
@return [String] Display name of the alert
alerts_count[RW]
@return [Integer] Number of alerts raised for this alert type.
reported_severity[RW]
@return [ReportedSeverity] Assessed Alert severity. Possible values include: 'Informational', 'Low', 'Medium', 'High'
Private Class Methods
mapper()
click to toggle source
Mapper for IoTSecurityDeviceAlert
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_device_alert.rb, line 31 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IoTSecurityDeviceAlert', type: { name: 'Composite', class_name: 'IoTSecurityDeviceAlert', model_properties: { alert_display_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'alertDisplayName', type: { name: 'String' } }, reported_severity: { client_side_validation: true, required: false, read_only: true, serialized_name: 'reportedSeverity', type: { name: 'String' } }, alerts_count: { client_side_validation: true, required: false, read_only: true, serialized_name: 'alertsCount', type: { name: 'Number' } } } } } end