ActivityTimelineItem Class
Represents Activity timeline item.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.securityinsight.models._models_py3.EntityTimelineItemActivityTimelineItem
Constructor
ActivityTimelineItem(*, query_id: str, bucket_start_time_utc: datetime.datetime, bucket_end_time_utc: datetime.datetime, first_activity_time_utc: datetime.datetime, last_activity_time_utc: datetime.datetime, content: str, title: str, **kwargs)
Variables
- kind
- str or EntityTimelineKind
Required. The entity query kind type.Constant filled by server. Possible values include: "Activity", "Bookmark", "SecurityAlert".
- query_id
- str
Required. The activity query id.
- bucket_start_time_utc
- datetime
Required. The grouping bucket start time.
- bucket_end_time_utc
- datetime
Required. The grouping bucket end time.
- first_activity_time_utc
- datetime
Required. The time of the first activity in the grouping bucket.
- last_activity_time_utc
- datetime
Required. The time of the last activity in the grouping bucket.
- content
- str
Required. The activity timeline content.
- title
- str
Required. The activity timeline title.
Feedback
Submit and view feedback for