EntityType

enum EntityType : Enum<EntityType> , ConvertibleToJava<EntityType>

The type of the query's source entity

Entries

Link copied to clipboard

Entity represents account in the system.

Link copied to clipboard

Entity represents host in the system.

Link copied to clipboard

Entity represents file in the system.

Link copied to clipboard

Entity represents azure resource in the system.

Link copied to clipboard

Entity represents cloud application in the system.

Link copied to clipboard

Entity represents dns in the system.

Link copied to clipboard

Entity represents file hash in the system.

Link copied to clipboard

Entity represents ip in the system.

Link copied to clipboard

Entity represents malware in the system.

Link copied to clipboard

Entity represents process in the system.

Link copied to clipboard

Entity represents registry key in the system.

Link copied to clipboard

Entity represents registry value in the system.

Link copied to clipboard

Entity represents security group in the system.

Link copied to clipboard

Entity represents url in the system.

Link copied to clipboard

Entity represents IoT device in the system.

Link copied to clipboard

Entity represents security alert in the system.

Link copied to clipboard

Entity represents HuntingBookmark in the system.

Link copied to clipboard

Entity represents mail cluster in the system.

Link copied to clipboard

Entity represents mail message in the system.

Link copied to clipboard

Entity represents mailbox in the system.

Link copied to clipboard

Entity represents submission mail in the system.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: EntityType
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): EntityType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.