IotAlertModel Class

IoT alert.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
IotAlertModel

Constructor

IotAlertModel(*, entities: Optional[List[object]] = None, extended_properties: Optional[object] = None, **kwargs)

Parameters

entities
list[object]
Required

A list of entities related to the alert.

extended_properties
object
Required

A bag of fields which extends the alert information.

Variables

system_alert_id
str

Holds the product canonical identifier of the alert within the scope of a product.

compromised_entity
str

Display name of the main entity being reported on.

alert_type
str

The type name of the alert.

start_time_utc
str

The impact start time of the alert (the time of the first event or activity included in the alert).

end_time_utc
str

The impact end time of the alert (the time of the last event or activity included in the alert).