IoTSecurityAggregatedAlert type
보안 솔루션 집계 경고 정보
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
}