AlertRuleScheduledEntityMappingArgs

data class AlertRuleScheduledEntityMappingArgs(val entityType: Output<String>, val fieldMappings: Output<List<AlertRuleScheduledEntityMappingFieldMappingArgs>>) : ConvertibleToJava<AlertRuleScheduledEntityMappingArgs>

Constructors

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

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(): AlertRuleScheduledEntityMappingArgs