TestsNotificationRuleOutput interface
通知ルールモデルをテストします。
- Extends
プロパティ
| event |
通知を受け取るイベントとフィルタリング条件。 Key は、イベント フィルターのユーザー割り当て識別子です。 |
| scope | テストの種類の範囲。 |
| test |
含めるテスト ID。 指定しない場合、すべての testId に対して通知が送信されます。 |
継承されたプロパティ
| action |
通知するアクション グループ。 |
| created |
作成したユーザー。 |
| created |
作成日時 (RFC 3339 リテラル形式)。 |
| display |
通知ルールの名前。 |
| last |
最後に変更したユーザー。 |
| last |
最終変更日時 (RFC 3339 リテラル形式)。 |
| notification |
通知ルールの一意の識別子。 |
プロパティの詳細
eventFilters
通知を受け取るイベントとフィルタリング条件。 Key は、イベント フィルターのユーザー割り当て識別子です。
eventFilters: Record<string, TestsNotificationEventFilterOutput>
プロパティ値
Record<string, TestsNotificationEventFilterOutput>
scope
テストの種類の範囲。
scope: "Tests"
プロパティ値
"Tests"
testIds
含めるテスト ID。 指定しない場合、すべての testId に対して通知が送信されます。
testIds?: string[]
プロパティ値
string[]
継承されたプロパティの詳細
actionGroupIds
通知するアクション グループ。
actionGroupIds: string[]
プロパティ値
string[]
NotificationRuleOutputParent.actionGroupIdsから継承
createdBy
createdDateTime
作成日時 (RFC 3339 リテラル形式)。
createdDateTime?: string
プロパティ値
string
displayName
lastModifiedBy
最後に変更したユーザー。
lastModifiedBy?: string
プロパティ値
string
NotificationRuleOutputParent.lastModifiedByから継承されます
lastModifiedDateTime
最終変更日時 (RFC 3339 リテラル形式)。
lastModifiedDateTime?: string
プロパティ値
string
NotificationRuleOutputParent.lastModifiedDateTimeから継承
notificationRuleId
通知ルールの一意の識別子。
notificationRuleId: string
プロパティ値
string
NotificationRuleOutputParent.notificationRuleIdから継承されます