Package version:

Interface IoTSecurityAggregatedRecommendation

IoT Security solution recommendation information.

Hierarchy

Properties

description?: string

Description of the suspected vulnerability and meaning. NOTE: This property will not be serialized. It can only be populated by the server.

detectedBy?: string

Name of the organization that made the recommendation. NOTE: This property will not be serialized. It can only be populated by the server.

healthyDevices?: number

Number of healthy devices within the IoT Security solution. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

logAnalyticsQuery?: string

Log analytics query for getting the list of affected devices/alerts. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

recommendationDisplayName?: string

Display name of the recommendation type. NOTE: This property will not be serialized. It can only be populated by the server.

recommendationName?: string

Name of the recommendation.

recommendationTypeId?: string

Recommendation-type GUID. NOTE: This property will not be serialized. It can only be populated by the server.

remediationSteps?: string

Recommended steps for remediation NOTE: This property will not be serialized. It can only be populated by the server.

reportedSeverity?: string

Assessed recommendation severity. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

Resource tags

Type declaration

  • [propertyName: string]: string
type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

unhealthyDeviceCount?: number

Number of unhealthy devices within the IoT Security solution. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc