Type Alias: SanctionUpdatedEvent
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Unique ID for this specific event occurrence (UUIDv4) |
tenantId | string | Yes | Tenant this event belongs to |
projectId | string | No | Project/app ID for project-scoped events |
resourceId | string | Yes | Composite resource identifier in resource:id format (example: "session:abc-123") |
timestamp | string | Yes | ISO 8601 timestamp of when the event occurred |
type | "sanction.updated" | Yes | |
source | "cortex:api" | Yes | Origin service |
payload | SanctionUpdatedPayload | Yes |
Defined in
4Players/cortex-typescript-sdk/src/realtime/events.ts:59