You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"azurerm_sentinel_alert_rule_ms_security_incident" {
source="./modules/azurerm/r/azurerm_sentinel_alert_rule_ms_security_incident"# alert_rule_template_guid - (optional) is a type of stringalert_rule_template_guid=null# description - (optional) is a type of stringdescription=null# display_name - (required) is a type of stringdisplay_name=null# display_name_exclude_filter - (optional) is a type of set of stringdisplay_name_exclude_filter=[]
# display_name_filter - (optional) is a type of set of stringdisplay_name_filter=[]
# enabled - (optional) is a type of boolenabled=null# log_analytics_workspace_id - (required) is a type of stringlog_analytics_workspace_id=null# name - (required) is a type of stringname=null# product_filter - (required) is a type of stringproduct_filter=null# severity_filter - (required) is a type of set of stringseverity_filter=[]
# text_whitelist - (optional) is a type of set of stringtext_whitelist=[]
timeouts=[{
create =null
delete =null
read =null
update =null
}]
}
resource"azurerm_sentinel_alert_rule_ms_security_incident""this" {
# alert_rule_template_guid - (optional) is a type of stringalert_rule_template_guid=var.alert_rule_template_guid# description - (optional) is a type of stringdescription=var.description# display_name - (required) is a type of stringdisplay_name=var.display_name# display_name_exclude_filter - (optional) is a type of set of stringdisplay_name_exclude_filter=var.display_name_exclude_filter# display_name_filter - (optional) is a type of set of stringdisplay_name_filter=var.display_name_filter# enabled - (optional) is a type of boolenabled=var.enabled# log_analytics_workspace_id - (required) is a type of stringlog_analytics_workspace_id=var.log_analytics_workspace_id# name - (required) is a type of stringname=var.name# product_filter - (required) is a type of stringproduct_filter=var.product_filter# severity_filter - (required) is a type of set of stringseverity_filter=var.severity_filter# text_whitelist - (optional) is a type of set of stringtext_whitelist=var.text_whitelistdynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
# read - (optional) is a type of stringread=timeouts.value["read"]
# update - (optional) is a type of stringupdate=timeouts.value["update"]
}
}
}
output"display_name_filter" {
description="returns a set of string"value=azurerm_sentinel_alert_rule_ms_security_incident.this.display_name_filter
}
output"id" {
description="returns a string"value=azurerm_sentinel_alert_rule_ms_security_incident.this.id
}
output"text_whitelist" {
description="returns a set of string"value=azurerm_sentinel_alert_rule_ms_security_incident.this.text_whitelist
}
output"this" {
value=azurerm_sentinel_alert_rule_ms_security_incident.this
}