ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_RETRIEVE_LIST_START
interface EcosystemDtsIntermediateCaCertificateRetrieveListStartEvent { category: "ecosystem"; data: { cursor: undefined | string; limit: number; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_RETRIEVE_LIST_START"; version: "1"; } interface EcosystemDtsIntermediateCaCertificateRetrieveListStartEventSanitised { category: "ecosystem"; data: { cursor: undefined | string; limit: number; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_RETRIEVE_LIST_START"; version: "1"; } interface EcosystemDtsIntermediateCaCertificateRetrieveListStartEventDataLevel { category: "ecosystem"; data: undefined; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "ECOSYSTEM_DTS_INTERMEDIATE_CA_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_DTS_INTERMEDIATE_CA_CERTIFICATE_RETRIEVE_LIST_START"