IoTSecurityAggregatedRecommendation interface
IoT Security solution recommendation information.
- Extends
Properties
| description | Description of the suspected vulnerability and meaning. |
| detected |
Name of the organization that made the recommendation. |
| healthy |
Number of healthy devices within the IoT Security solution. |
| log |
Log analytics query for getting the list of affected devices/alerts. |
| recommendation |
Display name of the recommendation type. |
| recommendation |
Name of the recommendation. |
| recommendation |
Recommendation-type GUID. |
| remediation |
Recommended steps for remediation |
| reported |
Assessed recommendation severity. |
| tags | Resource tags |
| unhealthy |
Number of unhealthy devices within the IoT Security solution. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
description
Description of the suspected vulnerability and meaning.
description?: string
Property Value
string
detectedBy
Name of the organization that made the recommendation.
detectedBy?: string
Property Value
string
healthyDevices
Number of healthy devices within the IoT Security solution.
healthyDevices?: number
Property Value
number
logAnalyticsQuery
Log analytics query for getting the list of affected devices/alerts.
logAnalyticsQuery?: string
Property Value
string
recommendationDisplayName
Display name of the recommendation type.
recommendationDisplayName?: string
Property Value
string
recommendationName
Name of the recommendation.
recommendationName?: string
Property Value
string
recommendationTypeId
Recommendation-type GUID.
recommendationTypeId?: string
Property Value
string
remediationSteps
Recommended steps for remediation
remediationSteps?: string
Property Value
string
reportedSeverity
Assessed recommendation severity.
reportedSeverity?: string
Property Value
string
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
unhealthyDeviceCount
Number of unhealthy devices within the IoT Security solution.
unhealthyDeviceCount?: number
Property Value
number
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type