ECOSYSTEM_VALIDATE_PARTICIPANT_START
interface EcosystemValidateParticipantStartEvent { category: "ecosystem"; clientId: string | undefined; data: { docType: string | undefined; identifier: string | undefined; profile: string; role: string; subjectKeyIdentifierHex: string | undefined; type: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_VALIDATE_PARTICIPANT_START"; userAgent: string | undefined; version: "1";} interface EcosystemValidateParticipantStartEventSanitised { category: "ecosystem"; clientId: string | undefined; data: { docType: string | undefined; identifier: string | undefined; profile: string; role: string; subjectKeyIdentifierHex: string | undefined; type: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_VALIDATE_PARTICIPANT_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "ecosystem"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
docType: string | undefined;
identifier: string | undefined;
profile: string;
role: string;
subjectKeyIdentifierHex: string | undefined;
type: string | undefined;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ECOSYSTEM_VALIDATE_PARTICIPANT_START"
userAgent
userAgent: string | undefined