AlertRuleNrtEntityMappingArgs

data class AlertRuleNrtEntityMappingArgs(val entityType: Output<String>, val fieldMappings: Output<List<AlertRuleNrtEntityMappingFieldMappingArgs>>) : ConvertibleToJava<AlertRuleNrtEntityMappingArgs>

Constructors

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

Properties

Link copied to clipboard
val entityType: Output<String>

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.

Functions

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