AlertRuleTemplatePropertiesBase interface
Base alert rule template property bag.
Properties
| alert |
The number of alert rules that were created by this template |
| created |
The time that this alert rule template has been added. |
| description | The description of the alert rule template. |
| display |
The display name for alert rule template. |
| last |
The last time that this alert rule template has been updated. |
| required |
The required data sources for this template |
| status | The alert rule template status. |
Property Details
alertRulesCreatedByTemplateCount
The number of alert rules that were created by this template
alertRulesCreatedByTemplateCount?: number
Property Value
number
createdDateUTC
The time that this alert rule template has been added.
createdDateUTC?: Date
Property Value
Date
description
The description of the alert rule template.
description?: string
Property Value
string
displayName
The display name for alert rule template.
displayName?: string
Property Value
string
lastUpdatedDateUTC
The last time that this alert rule template has been updated.
lastUpdatedDateUTC?: Date
Property Value
Date
requiredDataConnectors
The required data sources for this template
requiredDataConnectors?: AlertRuleTemplateDataSource[]
Property Value
status
The alert rule template status.
status?: string
Property Value
string