Interface EcosystemValidateParticipantSuccessEvent
interface EcosystemValidateParticipantSuccessEvent { category: "ecosystem"; data: { identifier: undefined | string; policyVersion: undefined | string; validated: true; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface EcosystemValidateParticipantSuccessEventSanitised { category: "ecosystem"; data: { identifier: undefined | string; policyVersion: undefined | string; validated: true; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "ecosystem"
Sanitisation Level DATA
data
data: {
identifier: undefined | string;
policyVersion: undefined | string;
validated: true;
}
Type declaration
identifier: undefined | string
policyVersion: undefined | string
validated: true
requestId
requestId: string
timestamp
timestamp: number