MicrosoftSecurityIncidentCreationAlertRuleProperties interface
MicrosoftSecurityIncidentCreation ルールのプロパティ バッグ。
プロパティ
| alert |
このルールの作成に使用するアラート ルール テンプレートの名前。 |
| description | アラート ルールの説明。 |
| display |
このアラート ルールによって作成されたアラートの表示名。 |
| enabled | このアラート ルールが有効か無効かを決定します。 |
| last |
このアラートが最後に変更された時刻。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
継承されたプロパティ
| display |
ケースが生成されないアラートの displayNames |
| display |
ケースが生成されるアラートの displayNames |
| product |
ケースが生成されるアラートの productName |
| severities |
ケースが生成されるアラートの重大度 |
プロパティの詳細
alertRuleTemplateName
このルールの作成に使用するアラート ルール テンプレートの名前。
alertRuleTemplateName?: string
プロパティ値
string
description
アラート ルールの説明。
description?: string
プロパティ値
string
displayName
このアラート ルールによって作成されたアラートの表示名。
displayName: string
プロパティ値
string
enabled
このアラート ルールが有効か無効かを決定します。
enabled: boolean
プロパティ値
boolean
lastModifiedUtc
このアラートが最後に変更された時刻。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
lastModifiedUtc?: Date
プロパティ値
Date
継承されたプロパティの詳細
displayNamesExcludeFilter
ケースが生成されないアラートの displayNames
displayNamesExcludeFilter?: string[]
プロパティ値
string[]
継承元MicrosoftSecurityIncidentCreationAlertRuleCommonProperties.displayNamesExcludeFilter
displayNamesFilter
ケースが生成されるアラートの displayNames
displayNamesFilter?: string[]
プロパティ値
string[]
継承元MicrosoftSecurityIncidentCreationAlertRuleCommonProperties.displayNamesFilter
productFilter
ケースが生成されるアラートの productName
productFilter: string
プロパティ値
string
継承元MicrosoftSecurityIncidentCreationAlertRuleCommonProperties.productFilter
severitiesFilter
ケースが生成されるアラートの重大度
severitiesFilter?: string[]
プロパティ値
string[]
MicrosoftSecurityIncidentCreationAlertRuleCommonProperties.severitiesFilterから継承