IoTSecurityDeviceRecommendation interface
Statistical information about the number of recommendations per device, per recommendation type.
Properties
devices |
Number of devices with this recommendation. NOTE: This property will not be serialized. It can only be populated by the server. |
recommendation |
Display name of the recommendation. NOTE: This property will not be serialized. It can only be populated by the server. |
reported |
Assessed recommendation severity. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
devicesCount
Number of devices with this recommendation. NOTE: This property will not be serialized. It can only be populated by the server.
devicesCount?: number
Property Value
number
recommendationDisplayName
Display name of the recommendation. NOTE: This property will not be serialized. It can only be populated by the server.
recommendationDisplayName?: string
Property Value
string
reportedSeverity
Assessed recommendation severity. NOTE: This property will not be serialized. It can only be populated by the server.
reportedSeverity?: string
Property Value
string
Azure SDK for JavaScript