class Azure::Security::Mgmt::V2017_08_01_preview::Models::IoTSecurityAlertedDevicesList
List of devices with the count of raised alerts
Attributes
next_link[RW]
@return [String] The URI to fetch the next page.
value[RW]
@return [Array<IoTSecurityAlertedDevice>] List of aggregated alerts data
Private Class Methods
mapper()
click to toggle source
Mapper for IoTSecurityAlertedDevicesList
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-08-01-preview/generated/azure_mgmt_security/models/io_tsecurity_alerted_devices_list.rb, line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IoTSecurityAlertedDevicesList', type: { name: 'Composite', class_name: 'IoTSecurityAlertedDevicesList', model_properties: { value: { client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'IoTSecurityAlertedDeviceElementType', type: { name: 'Composite', class_name: 'IoTSecurityAlertedDevice' } } } }, next_link: { client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', type: { name: 'String' } } } } } end