ECOSYSTEM_VALIDATE_PARTICIPANT_FAIL
interface EcosystemValidateParticipantFailEvent { category: "ecosystem"; clientId: string | undefined; data: | { error: { message: string; type: string } } | { failReasons: { message: string; type: string }[]; identifier: string | undefined; policyVersion: string | undefined; validated: false; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_VALIDATE_PARTICIPANT_FAIL"; userAgent: string | undefined; version: "1";} interface EcosystemValidateParticipantFailEventSanitised { category: "ecosystem"; clientId: string | undefined; data: | { error: { message: string; type: string } } | { failReasons: { message: string; type: string }[]; identifier: string | undefined; policyVersion: string | undefined; validated: false; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_VALIDATE_PARTICIPANT_FAIL"; userAgent: string | undefined; version: "1";}
Properties
category
category: "ecosystem"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data:
| { error: { message: string; type: string } }
| {
failReasons: { message: string; type: string }[];
identifier: string | undefined;
policyVersion: string | undefined;
validated: false;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ECOSYSTEM_VALIDATE_PARTICIPANT_FAIL"
userAgent
userAgent: string | undefined