Skip to main content

@idpass/data-collect-core / ReviewConfig

Interface: ReviewConfig

Defined in: services/ReviewService.ts:40

Configuration for how submissions of a specific event type should be reviewed.

Properties

tenantId

tenantId: string

Defined in: services/ReviewService.ts:42

The tenant this config applies to


eventType

eventType: string

Defined in: services/ReviewService.ts:44

The event type this config applies to


policy

policy: ReviewPolicy

Defined in: services/ReviewService.ts:46

How submissions should be processed


requiredRole?

optional requiredRole: string

Defined in: services/ReviewService.ts:48

Minimum role required to approve (for internal-review policy)


externalAdapterType?

optional externalAdapterType: string

Defined in: services/ReviewService.ts:50

External adapter type (for external-delegate policy)