Skip to main content

iot_security_solutions_analytics_recommendations

Creates, updates, deletes, gets or lists a iot_security_solutions_analytics_recommendations resource.

Overview

Nameiot_security_solutions_analytics_recommendations
TypeResource
Idazure.security.iot_security_solutions_analytics_recommendations

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
descriptiontextfield from the properties object
aggregatedRecommendationNametextfield from the properties object
detected_bytextfield from the properties object
healthy_devicestextfield from the properties object
log_analytics_querytextfield from the properties object
recommendation_display_nametextfield from the properties object
recommendation_nametextfield from the properties object
recommendation_type_idtextfield from the properties object
remediation_stepstextfield from the properties object
reported_severitytextfield from the properties object
resourceGroupNametextfield from the properties object
solutionNametextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextResource tags
typetextResource type
unhealthy_device_counttextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTaggregatedRecommendationName, resourceGroupName, solutionName, subscriptionIdUse this method to get the aggregated security analytics recommendation of yours IoT Security solution. This aggregation is performed by recommendation name.
listSELECTresourceGroupName, solutionName, subscriptionIdUse this method to get the list of aggregated security analytics recommendations of yours IoT Security solution.

SELECT examples

Use this method to get the list of aggregated security analytics recommendations of yours IoT Security solution.

SELECT
id,
name,
description,
aggregatedRecommendationName,
detected_by,
healthy_devices,
log_analytics_query,
recommendation_display_name,
recommendation_name,
recommendation_type_id,
remediation_steps,
reported_severity,
resourceGroupName,
solutionName,
subscriptionId,
tags,
type,
unhealthy_device_count
FROM azure.security.vw_iot_security_solutions_analytics_recommendations
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND solutionName = '{{ solutionName }}'
AND subscriptionId = '{{ subscriptionId }}';