IncidentEntitiesResultsMetadata Class

Information of a specific aggregation in the incident related entities result.

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

Inheritance
IncidentEntitiesResultsMetadata

Constructor

IncidentEntitiesResultsMetadata(*, count: int, entity_kind: Union[str, azure.mgmt.securityinsight.models._security_insights_enums.EntityKind], **kwargs)

Variables

count
int

Required. Total number of aggregations of the given kind in the incident related entities result.

entity_kind
str or EntityKind

Required. The kind of the aggregated entity. Possible values include: "Account", "Host", "File", "AzureResource", "CloudApplication", "DnsResolution", "FileHash", "Ip", "Malware", "Process", "RegistryKey", "RegistryValue", "SecurityGroup", "Url", "IoTDevice", "SecurityAlert", "Bookmark", "MailCluster", "MailMessage", "Mailbox", "SubmissionMail".