EntityType type

Defines values for EntityType.
KnownEntityType can be used interchangeably with EntityType, this enum contains the known values that the service supports.

Known values supported by the service

Account: Entity represents account in the system.
Host: Entity represents host in the system.
File: Entity represents file in the system.
AzureResource: Entity represents azure resource in the system.
CloudApplication: Entity represents cloud application in the system.
DNS: Entity represents dns in the system.
FileHash: Entity represents file hash in the system.
IP: Entity represents ip in the system.
Malware: Entity represents malware in the system.
Process: Entity represents process in the system.
RegistryKey: Entity represents registry key in the system.
RegistryValue: Entity represents registry value in the system.
SecurityGroup: Entity represents security group in the system.
URL: Entity represents url in the system.
IoTDevice: Entity represents IoT device in the system.
SecurityAlert: Entity represents security alert in the system.
HuntingBookmark: Entity represents HuntingBookmark in the system.
MailCluster: Entity represents mail cluster in the system.
MailMessage: Entity represents mail message in the system.
Mailbox: Entity represents mailbox in the system.
SubmissionMail: Entity represents submission mail in the system.
Nic: Entity represents network interface in the system.

type EntityType = string