SecurityAlertTimelineItem Class

Represents security alert timeline item.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.securityinsight.models._models_py3.EntityTimelineItem
SecurityAlertTimelineItem

Constructor

SecurityAlertTimelineItem(*, azure_resource_id: str, display_name: str, severity: Union[str, azure.mgmt.securityinsight.models._security_insights_enums.AlertSeverity], end_time_utc: datetime.datetime, start_time_utc: datetime.datetime, time_generated: datetime.datetime, alert_type: str, product_name: Optional[str] = None, description: Optional[str] = None, **kwargs)

Variables

kind
str or EntityTimelineKind

Required. The entity query kind type.Constant filled by server. Possible values include: "Activity", "Bookmark", "SecurityAlert".

azure_resource_id
str

Required. The alert azure resource id.

product_name
str

The alert product name.

description
str

The alert description.

display_name
str

Required. The alert name.

severity
str or AlertSeverity

Required. The alert severity. Possible values include: "High", "Medium", "Low", "Informational".

end_time_utc
datetime

Required. The alert end time.

start_time_utc
datetime

Required. The alert start time.

time_generated
datetime

Required. The alert generated time.

alert_type
str

Required. The name of the alert type.