Alert Rule Scheduled Entity Mapping Args
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
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.