EntityInsightItem Class

Entity insight Item.

Inheritance
EntityInsightItem

Constructor

EntityInsightItem(*, query_id: Optional[str] = None, query_time_interval: Optional[azure.mgmt.securityinsight.models._models_py3.EntityInsightItemQueryTimeInterval] = None, table_query_results: Optional[azure.mgmt.securityinsight.models._models_py3.InsightsTableResult] = None, chart_query_results: Optional[List[azure.mgmt.securityinsight.models._models_py3.InsightsTableResult]] = None, **kwargs)

Variables

query_id
str

The query id of the insight.

query_time_interval
EntityInsightItemQueryTimeInterval

The Time interval that the query actually executed on.

table_query_results
InsightsTableResult

Query results for table insights query.

chart_query_results
list[InsightsTableResult]

Query results for table insights query.