Class AlertRuleMsSecurityIncidentArgs
Inherited Members
Namespace: Pulumi.Azure.Sentinel
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AlertRuleMsSecurityIncidentArgs : ResourceArgs
Constructors
View SourceAlertRuleMsSecurityIncidentArgs()
Declaration
public AlertRuleMsSecurityIncidentArgs()
Properties
View SourceDescription
The description of this Sentinel MS Security Incident Alert Rule.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
The friendly name of this Sentinel MS Security Incident Alert Rule.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
Should this Sentinel MS Security Incident Alert Rule be enabled? Defaults to true.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
LogAnalyticsWorkspaceId
The ID of the Log Analytics Workspace this Sentinel MS Security Incident Alert Rule belongs to. Changing this forces a new Sentinel MS Security Incident Alert Rule to be created.
Declaration
public Input<string> LogAnalyticsWorkspaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name which should be used for this Sentinel MS Security Incident Alert Rule. Changing this forces a new Sentinel MS Security Incident Alert Rule to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProductFilter
The Microsoft Security Service from where the alert will be generated. Possible values are Azure Active Directory Identity Protection, Azure Advanced Threat Protection, Azure Security Center, Azure Security Center for IoT and Microsoft Cloud App Security.
Declaration
public Input<string> ProductFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SeverityFilters
Only create incidents from alerts when alert severity level is contained in this list. Possible values are High, Medium, Low and Informational.
Declaration
public InputList<string> SeverityFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
TextWhitelists
Only create incidents from alerts when alert name contain text in this list. No filter will happen if this field is absent.
Declaration
public InputList<string> TextWhitelists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |