Package version:

Interface IoTSecurityAggregatedAlert

Security Solution Aggregated Alert information

Hierarchy

Properties

actionTaken?: string

IoT Security solution alert response. NOTE: This property will not be serialized. It can only be populated by the server.

aggregatedDateUtc?: Date

Date of detection. NOTE: This property will not be serialized. It can only be populated by the server.

alertDisplayName?: string

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

alertType?: string

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

count?: number

Number of alerts occurrences within the aggregated time window. NOTE: This property will not be serialized. It can only be populated by the server.

description?: string

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

effectedResourceType?: string

Azure resource ID of the resource that received the alerts. 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.

remediationSteps?: string

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

reportedSeverity?: string

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

systemSource?: string

The type of the alerted resource (Azure, Non-Azure). 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

10 devices with the highest number of occurrences of this alert type, on this day. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

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

vendorName?: string

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

Generated using TypeDoc