Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MicrosoftSecurityIncidentCreationAlertRuleTemplate

Package version

Represents MicrosoftSecurityIncidentCreation rule template.

Hierarchy

Index

Properties

Optional alertRulesCreatedByTemplateCount

alertRulesCreatedByTemplateCount: undefined | number

the number of alert rules that were created by this template

Optional createdDateUTC

createdDateUTC: Date

The time that this alert rule template has been added. NOTE: This property will not be serialized. It can only be populated by the server.

Optional description

description: undefined | string

The description of the alert rule template.

Optional displayName

displayName: undefined | string

The display name for alert rule template.

Optional displayNamesExcludeFilter

displayNamesExcludeFilter: string[]

the alerts' displayNames on which the cases will not be generated

Optional displayNamesFilter

displayNamesFilter: string[]

the alerts' displayNames on which the cases will be generated

Optional id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

kind

kind: "MicrosoftSecurityIncidentCreation"

Polymorphic discriminator, which specifies the different types this object can be

Optional lastUpdatedDateUTC

lastUpdatedDateUTC: Date

The last time that this alert rule template has been updated. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional productFilter

The alerts' productName on which the cases will be generated

Optional requiredDataConnectors

requiredDataConnectors: AlertRuleTemplateDataSource[]

The required data sources for this template

Optional severitiesFilter

severitiesFilter: AlertSeverity[]

the alerts' severities on which the cases will be generated

Optional status

The alert rule template status.

Optional systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc