Class: Azure::Security::Mgmt::V2019_08_01::Models::IoTSecurityAggregatedAlert

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb

Overview

Security Solution Aggregated Alert information

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#action_takenString

Returns IoT Security solution alert response.

Returns:

  • (String)

    IoT Security solution alert response.



62
63
64
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 62

def action_taken
  @action_taken
end

#aggregated_date_utcDate

Returns Date of detection.

Returns:

  • (Date)

    Date of detection.



34
35
36
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 34

def aggregated_date_utc
  @aggregated_date_utc
end

#alert_display_nameString

Returns Display name of the alert type.

Returns:

  • (String)

    Display name of the alert type.



31
32
33
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 31

def alert_display_name
  @alert_display_name
end

#alert_typeString

Returns Name of the alert type.

Returns:

  • (String)

    Name of the alert type.



28
29
30
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 28

def alert_type
  @alert_type
end

#countInteger

time window.

Returns:

  • (Integer)

    Number of alerts occurrences within the aggregated



52
53
54
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 52

def count
  @count
end

#descriptionString

meaning.

Returns:

  • (String)

    Description of the suspected vulnerability and



48
49
50
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 48

def description
  @description
end

#effected_resource_typeString

alerts.

Returns:

  • (String)

    Azure resource ID of the resource that received the



56
57
58
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 56

def effected_resource_type
  @effected_resource_type
end

#idString

Returns Resource Id.

Returns:

  • (String)

    Resource Id



16
17
18
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 16

def id
  @id
end

#log_analytics_queryString

devices/alerts.

Returns:

  • (String)

    Log analytics query for getting the list of affected



66
67
68
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 66

def log_analytics_query
  @log_analytics_query
end

#nameString

Returns Resource name.

Returns:

  • (String)

    Resource name



19
20
21
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 19

def name
  @name
end

#remediation_stepsString

Returns Recommended steps for remediation.

Returns:

  • (String)

    Recommended steps for remediation.



44
45
46
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 44

def remediation_steps
  @remediation_steps
end

#reported_severityReportedSeverity

include: ‘Informational’, ‘Low’, ‘Medium’, ‘High’

Returns:



41
42
43
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 41

def reported_severity
  @reported_severity
end

#system_sourceString

Returns The type of the alerted resource (Azure, Non-Azure).

Returns:

  • (String)

    The type of the alerted resource (Azure, Non-Azure).



59
60
61
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 59

def system_source
  @system_source
end

#tagsHash{String => String}

Returns Resource tags.

Returns:

  • (Hash{String => String})

    Resource tags



25
26
27
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 25

def tags
  @tags
end

#top_devices_listArray<IoTSecurityAggregatedAlertPropertiesTopDevicesListItem>

10 devices with the highest number of occurrences of this alert type, on this day.



71
72
73
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 71

def top_devices_list
  @top_devices_list
end

#typeString

Returns Resource type.

Returns:

  • (String)

    Resource type



22
23
24
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 22

def type
  @type
end

#vendor_nameString

Returns Name of the organization that raised the alert.

Returns:

  • (String)

    Name of the organization that raised the alert.



37
38
39
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_alert.rb', line 37

def vendor_name
  @vendor_name
end

Class Method Details

.mapperObject

Mapper for IoTSecurityAggregatedAlert class as Ruby Hash. This will be used for serialization/deserialization.



78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
# 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