TestsNotificationRuleOutput interface

알림 규칙 모델을 테스트합니다.

Extends

속성

eventFilters

필터링 조건과 함께 알림을 받을 이벤트입니다. Key는 이벤트 필터에 대한 사용자 할당 식별자입니다.

scope

테스트 유형의 범위입니다.

testIds

포함할 테스트 ID입니다. 제공하지 않으면 모든 testIds에 대한 알림이 전송됩니다.

상속된 속성

actionGroupIds

알릴 작업 그룹입니다.

createdBy

만든 사용자입니다.

createdDateTime

생성 날짜/시간(RFC 3339 리터럴 형식)입니다.

displayName

알림 규칙의 이름입니다.

lastModifiedBy

마지막으로 수정한 사용자입니다.

lastModifiedDateTime

마지막으로 수정된 날짜/시간(RFC 3339 리터럴 형식)입니다.

notificationRuleId

알림 규칙의 고유 식별자입니다.

속성 세부 정보

eventFilters

필터링 조건과 함께 알림을 받을 이벤트입니다. Key는 이벤트 필터에 대한 사용자 할당 식별자입니다.

eventFilters: Record<string, TestsNotificationEventFilterOutput>

속성 값

scope

테스트 유형의 범위입니다.

scope: "Tests"

속성 값

"Tests"

testIds

포함할 테스트 ID입니다. 제공하지 않으면 모든 testIds에 대한 알림이 전송됩니다.

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