TestsNotificationRuleOutput interface

通知ルールモデルをテストします。

Extends

プロパティ

eventFilters

通知を受け取るイベントとフィルタリング条件。 Key は、イベント フィルターのユーザー割り当て識別子です。

scope

テストの種類の範囲。

testIds

含めるテスト ID。 指定しない場合、すべての testId に対して通知が送信されます。

継承されたプロパティ

actionGroupIds

通知するアクション グループ。

createdBy

作成したユーザー。

createdDateTime

作成日時 (RFC 3339 リテラル形式)。

displayName

通知ルールの名前。

lastModifiedBy

最後に変更したユーザー。

lastModifiedDateTime

最終変更日時 (RFC 3339 リテラル形式)。

notificationRuleId

通知ルールの一意の識別子。

プロパティの詳細

eventFilters

通知を受け取るイベントとフィルタリング条件。 Key は、イベント フィルターのユーザー割り当て識別子です。

eventFilters: Record<string, TestsNotificationEventFilterOutput>

プロパティ値

scope

テストの種類の範囲。

scope: "Tests"

プロパティ値

"Tests"

testIds

含めるテスト ID。 指定しない場合、すべての testId に対して通知が送信されます。

testIds?: string[]

プロパティ値

string[]

継承されたプロパティの詳細

actionGroupIds

通知するアクション グループ。

actionGroupIds: string[]

プロパティ値

string[]

NotificationRuleOutputParent.actionGroupIdsから継承

createdBy

作成したユーザー。

createdBy?: string

プロパティ値

string

継承元NotificationRuleOutputParent.createdBy

createdDateTime

作成日時 (RFC 3339 リテラル形式)。

createdDateTime?: string

プロパティ値

string

継承元NotificationRuleOutputParent.createdDateTime

displayName

通知ルールの名前。

displayName: string

プロパティ値

string

NotificationRuleOutputParent.displayNameから継承

lastModifiedBy

最後に変更したユーザー。

lastModifiedBy?: string

プロパティ値

string

NotificationRuleOutputParent.lastModifiedByから継承されます

lastModifiedDateTime

最終変更日時 (RFC 3339 リテラル形式)。

lastModifiedDateTime?: string

プロパティ値

string

NotificationRuleOutputParent.lastModifiedDateTimeから継承

notificationRuleId

通知ルールの一意の識別子。

notificationRuleId: string

プロパティ値

string

NotificationRuleOutputParent.notificationRuleIdから継承されます