IoTSecurityAggregatedRecommendation type
IoT セキュリティ ソリューションの推奨事項の情報。
type IoTSecurityAggregatedRecommendation = Resource &
TagsResource & {
description?: string
detectedBy?: string
healthyDevices?: number
logAnalyticsQuery?: string
recommendationDisplayName?: string
recommendationName?: string
recommendationTypeId?: string
remediationSteps?: string
reportedSeverity?: ReportedSeverity
unhealthyDeviceCount?: number
}