class Azure::Security::Mgmt::V2019_08_01::Models::IoTSecurityAggregatedRecommendation
IoT Security
solution recommendation information.
Attributes
@return [String] Description of the suspected vulnerability and meaning.
@return [String] Name of the organization that made the recommendation.
@return [Integer] Number of healthy devices within the IoT Security
solution.
@return [String] Resource
Id
@return [String] Log analytics query for getting the list of affected devices/alerts.
@return [String] Resource
name
@return [String] Display name of the recommendation type.
@return [String] Name of the recommendation.
@return [String] Recommendation-type GUID.
@return [String] Recommended steps for remediation
@return [ReportedSeverity] Assessed recommendation severity. Possible values include: 'Informational', 'Low', 'Medium', 'High'
@return [String] Resource
type
@return [Integer] Number of unhealthy devices within the IoT Security
solution.
Private Class Methods
Mapper for IoTSecurityAggregatedRecommendation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_aggregated_recommendation.rb, line 67 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IoTSecurityAggregatedRecommendation', type: { name: 'Composite', class_name: 'IoTSecurityAggregatedRecommendation', 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' } } } }, recommendation_name: { client_side_validation: true, required: false, serialized_name: 'properties.recommendationName', type: { name: 'String' } }, recommendation_display_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.recommendationDisplayName', type: { name: 'String' } }, description: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.description', type: { name: 'String' } }, recommendation_type_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.recommendationTypeId', type: { name: 'String' } }, detected_by: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.detectedBy', type: { name: 'String' } }, remediation_steps: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.remediationSteps', type: { name: 'String' } }, reported_severity: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.reportedSeverity', type: { name: 'String' } }, healthy_devices: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.healthyDevices', type: { name: 'Number' } }, unhealthy_device_count: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.unhealthyDeviceCount', type: { name: 'Number' } }, log_analytics_query: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.logAnalyticsQuery', type: { name: 'String' } } } } } end