ECOSYSTEM_PARTICIPANT_ISSUER_CERTIFICATE_UPDATE_START
interface EcosystemParticipantIssuerCertificateUpdateStartEvent { category: "ecosystem"; data: { docTypes: { value: string }[] | undefined; ecosystemId: string; id: string; participantId: string; status: string | undefined; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_PARTICIPANT_ISSUER_CERTIFICATE_UPDATE_START"; userAgent: string | undefined; version: "1";} interface EcosystemParticipantIssuerCertificateUpdateStartEventSanitised { category: "ecosystem"; data: { docTypes: { value: string }[] | undefined; ecosystemId: string; id: string; participantId: string; status: string | undefined; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_PARTICIPANT_ISSUER_CERTIFICATE_UPDATE_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "ecosystem"
Sanitisation Level DATAdata
data: {
docTypes: { value: string }[] | undefined;
ecosystemId: string;
id: string;
participantId: string;
status: string | undefined;
}
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ECOSYSTEM_PARTICIPANT_ISSUER_CERTIFICATE_UPDATE_START"
userAgent
userAgent: string | undefined