EntityMappingType

enum EntityMappingType : Enum<EntityMappingType> , ConvertibleToJava<EntityMappingType>

The V3 type of the mapped entity

Entries

Link copied to clipboard

User account entity type

Link copied to clipboard

Host entity type

Link copied to clipboard

IP address entity type

Link copied to clipboard

Malware entity type

Link copied to clipboard

System file entity type

Link copied to clipboard

Process entity type

Link copied to clipboard

Cloud app entity type

Link copied to clipboard

DNS entity type

Link copied to clipboard

Azure resource entity type

Link copied to clipboard

File-hash entity type

Link copied to clipboard

Registry key entity type

Link copied to clipboard

Registry value entity type

Link copied to clipboard

Security group entity type

Link copied to clipboard

URL entity type

Link copied to clipboard

Mailbox entity type

Link copied to clipboard

Mail cluster entity type

Link copied to clipboard

Mail message entity type

Link copied to clipboard

Submission mail entity type

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: EntityMappingType
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): EntityMappingType
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.