BookmarkTimelineItem Class

Represents bookmark timeline item.

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

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

Constructor

BookmarkTimelineItem(*, azure_resource_id: str, display_name: Optional[str] = None, notes: Optional[str] = None, end_time_utc: Optional[datetime.datetime] = None, start_time_utc: Optional[datetime.datetime] = None, event_time: Optional[datetime.datetime] = None, created_by: Optional[azure.mgmt.securityinsight.models._models_py3.UserInfo] = None, labels: Optional[List[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 bookmark azure resource id.

display_name
str

The bookmark display name.

notes
str

The notes of the bookmark.

end_time_utc
datetime

The bookmark end time.

start_time_utc
datetime

The bookmark start time.

event_time
datetime

The bookmark event time.

created_by
UserInfo

Describes a user that created the bookmark.

labels
list[str]

List of labels relevant to this bookmark.