Interface EcosystemCredentialRetrieveListStartEvent
interface EcosystemCredentialRetrieveListStartEventSanitised { category: "ecosystem"; data: { cursor: undefined | string; ecosystemId: string; limit: number; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "ecosystem"
Sanitisation Level DATA
data
data: {
cursor: undefined | string;
ecosystemId: string;
limit: number;
}
Type declaration
cursor: undefined | string
ecosystemId: string
limit: number
requestId
requestId: string
timestamp
timestamp: number