EntityMapping Class

Single entity mapping for the alert rule.

Inheritance
EntityMapping

Constructor

EntityMapping(*, entity_type: Optional[Union[str, azure.mgmt.securityinsight.models._security_insights_enums.EntityMappingType]] = None, field_mappings: Optional[List[azure.mgmt.securityinsight.models._models_py3.FieldMapping]] = None, **kwargs)

Variables

entity_type
str or EntityMappingType

The V3 type of the mapped entity. Possible values include: "Account", "Host", "IP", "Malware", "File", "Process", "CloudApplication", "DNS", "AzureResource", "FileHash", "RegistryKey", "RegistryValue", "SecurityGroup", "URL", "Mailbox", "MailCluster", "MailMessage", "SubmissionMail".

field_mappings
list[FieldMapping]

array of field mappings for the given entity mapping.