AlertRuleNrtEntityMapping

data class AlertRuleNrtEntityMapping(val entityType: String, val fieldMappings: List<AlertRuleNrtEntityMappingFieldMapping>)

Constructors

Link copied to clipboard
constructor(entityType: String, fieldMappings: List<AlertRuleNrtEntityMappingFieldMapping>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

A list of field_mapping blocks as defined below.