Share via


IotSecurityAggregatedAlertData Class

Definition

A class representing the IotSecurityAggregatedAlert data model. Security Solution Aggregated Alert information

public class IotSecurityAggregatedAlertData : Azure.ResourceManager.Models.ResourceData
public class IotSecurityAggregatedAlertData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedAlertData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedAlertData>
type IotSecurityAggregatedAlertData = class
    inherit ResourceData
type IotSecurityAggregatedAlertData = class
    inherit ResourceData
    interface IJsonModel<IotSecurityAggregatedAlertData>
    interface IPersistableModel<IotSecurityAggregatedAlertData>
Public Class IotSecurityAggregatedAlertData
Inherits ResourceData
Public Class IotSecurityAggregatedAlertData
Inherits ResourceData
Implements IJsonModel(Of IotSecurityAggregatedAlertData), IPersistableModel(Of IotSecurityAggregatedAlertData)
Inheritance
IotSecurityAggregatedAlertData
Implements

Constructors

IotSecurityAggregatedAlertData()

Initializes a new instance of IotSecurityAggregatedAlertData.

Properties

ActionTaken

IoT Security solution alert response.

AggregatedOn

Date of detection.

AlertDisplayName

Display name of the alert type.

AlertType

Name of the alert type.

Count

Number of alerts occurrences within the aggregated time window.

Description

Description of the suspected vulnerability and meaning.

EffectedResourceType

Azure resource ID of the resource that received the alerts.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
LogAnalyticsQuery

Log analytics query for getting the list of affected devices/alerts.

Name

The name of the resource.

(Inherited from ResourceData)
RemediationSteps

Recommended steps for remediation.

ReportedSeverity

Assessed alert severity.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
SystemSource

The type of the alerted resource (Azure, Non-Azure).

Tags

Resource tags.

TopDevicesList

10 devices with the highest number of occurrences of this alert type, on this day.

VendorName

Name of the organization that raised the alert.

Explicit Interface Implementations

IJsonModel<IotSecurityAggregatedAlertData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IotSecurityAggregatedAlertData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotSecurityAggregatedAlertData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotSecurityAggregatedAlertData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IotSecurityAggregatedAlertData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to