GetInsightsResultsMetadata Class

Get Insights result metadata.

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

Inheritance
GetInsightsResultsMetadata

Constructor

GetInsightsResultsMetadata(*, total_count: int, errors: Optional[List[azure.mgmt.securityinsight.models._models_py3.GetInsightsError]] = None, **kwargs)

Variables

total_count
int

Required. the total items found for the insights request.

errors
list[GetInsightsError]

information about the failed queries.