ECOSYSTEM_PARTICIPANT_RETRIEVE_SUCCESS
interface EcosystemParticipantRetrieveSuccessEvent { category: "ecosystem"; clientId: string | undefined; data: { country: string | undefined; ecosystemId: string; id: string | undefined; identifiers: { compact: string | undefined; "compact-semantic": string | undefined; mobile: | (
| string | { certificatePem: string; docTypes: string[] | undefined; status: string; } )
[] | undefined; "web-semantic": string | undefined; }; isIssuer: boolean | undefined; isIssuerConstrained: boolean | undefined; isVerifier: boolean | undefined; isVerifierConstrained: boolean | undefined; name: string; organizationAddress: string | undefined; organizationPhoneNumber: string | undefined; stateOrProvince: string | undefined; status: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_PARTICIPANT_RETRIEVE_SUCCESS"; userAgent: string | undefined; version: "1";} interface EcosystemParticipantRetrieveSuccessEventSanitised { category: "ecosystem"; clientId: string | undefined; data: { country: string | undefined; ecosystemId: string; id: string | undefined; identifiers: { compact: string | undefined; "compact-semantic": string | undefined; mobile: | (
| string | { certificatePem: string; docTypes: string[] | undefined; status: string; } )
[] | undefined; "web-semantic": string | undefined; }; isIssuer: boolean | undefined; isIssuerConstrained: boolean | undefined; isVerifier: boolean | undefined; isVerifierConstrained: boolean | undefined; name: string; organizationAddress: string | undefined; organizationPhoneNumber: string | undefined; stateOrProvince: string | undefined; status: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_PARTICIPANT_RETRIEVE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "ecosystem"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
country: string | undefined;
ecosystemId: string;
id: string | undefined;
identifiers: {
compact: string | undefined;
"compact-semantic": string | undefined;
mobile:
| (
| string
| {
certificatePem: string;
docTypes: string[]
| undefined;
status: string;
}
)[]
| undefined;
"web-semantic": string
| undefined;
};
isIssuer: boolean
| undefined;
isIssuerConstrained: boolean | undefined;
isVerifier: boolean | undefined;
isVerifierConstrained: boolean | undefined;
name: string;
organizationAddress: string | undefined;
organizationPhoneNumber: string | undefined;
stateOrProvince: string | undefined;
status: string | undefined;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ECOSYSTEM_PARTICIPANT_RETRIEVE_SUCCESS"
userAgent
userAgent: string | undefined