class Azure::SecurityInsights::Mgmt::V2019_01_01_preview::Models::IncidentAlertList
List of incident alerts.
Attributes
value[RW]
@return [Array<SecurityAlert>] Array of incident alerts.
Public Class Methods
mapper()
click to toggle source
Mapper for IncidentAlertList
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/incident_alert_list.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IncidentAlertList', type: { name: 'Composite', class_name: 'IncidentAlertList', model_properties: { value: { client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'SecurityAlertElementType', type: { name: 'Composite', class_name: 'SecurityAlert' } } } } } } } end