Interface EcosystemValidateParticipantStartEvent
interface EcosystemValidateParticipantStartEvent { category: "ecosystem"; data: { docType: undefined | string; identifier: undefined | string; profile: string; role: string; subjectKeyIdentifierHex: undefined | string; type: undefined | string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface EcosystemValidateParticipantStartEventSanitised { category: "ecosystem"; data: { docType: undefined | string; identifier: undefined | string; profile: string; role: string; subjectKeyIdentifierHex: undefined | string; type: undefined | string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "ecosystem"
Sanitisation Level DATA
data
data: {
docType: undefined | string;
identifier: undefined | string;
profile: string;
role: string;
subjectKeyIdentifierHex: undefined | string;
type: undefined | string;
}
Type declaration
docType: undefined | string
identifier: undefined | string
profile: string
role: string
subjectKeyIdentifierHex: undefined | string
type: undefined | string
requestId
requestId: string
timestamp
timestamp: number