IoTSecurityAggregatedAlert type

Security Solution Aggregated Alert information

type IoTSecurityAggregatedAlert = Resource &
  TagsResource & {
    actionTaken?: string
    aggregatedDateUtc?: Date
    alertDisplayName?: string
    alertType?: string
    count?: number
    description?: string
    effectedResourceType?: string
    logAnalyticsQuery?: string
    remediationSteps?: string
    reportedSeverity?: ReportedSeverity
    systemSource?: string
    topDevicesList?: IoTSecurityAggregatedAlertPropertiesTopDevicesListItem[]
    vendorName?: string
  }