ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_RETRIEVE_LIST_START
interface EcosystemRicalSignerCertificateRetrieveListStartEvent { category: "ecosystem"; data: { cursor: undefined | string; limit: number; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_RETRIEVE_LIST_START"; version: "1"; } interface EcosystemRicalSignerCertificateRetrieveListStartEventSanitised { category: "ecosystem"; data: { cursor: undefined | string; limit: number; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_RETRIEVE_LIST_START"; version: "1"; } Properties
category
category: "ecosystem"
Sanitisation Level DATA data
data: {
cursor: undefined | string;
limit: number;
}
Type declaration
cursor: undefined | string
limit: number
requestId
requestId: string
requestIp
requestIp: undefined | string
timestamp
timestamp: number
type
type: "ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_RETRIEVE_LIST_START"