EntityTimelineParameters Class

The parameters required to execute s timeline operation on the given entity.

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

Inheritance
EntityTimelineParameters

Constructor

EntityTimelineParameters(*, start_time: datetime.datetime, end_time: datetime.datetime, kinds: Optional[List[Union[str, azure.mgmt.securityinsight.models._security_insights_enums.EntityTimelineKind]]] = None, number_of_bucket: Optional[int] = None, **kwargs)

Variables

kinds
list[str or EntityTimelineKind]

Array of timeline Item kinds.

start_time
datetime

Required. The start timeline date, so the results returned are after this date.

end_time
datetime

Required. The end timeline date, so the results returned are before this date.

number_of_bucket
int

The number of bucket for timeline queries aggregation.