ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_RETRIEVE_LIST_SUCCESS
interface EcosystemDtsIntermediateCaCertificateRetrieveListSuccessEvent { category: "ecosystem"; data: { entriesCount: number; nextCursor: undefined | string; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_RETRIEVE_LIST_SUCCESS"; version: "1"; } interface EcosystemDtsIntermediateCaCertificateRetrieveListSuccessEventSanitised { category: "ecosystem"; data: { entriesCount: number; nextCursor: undefined | string; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_RETRIEVE_LIST_SUCCESS"; version: "1"; } interface EcosystemDtsIntermediateCaCertificateRetrieveListSuccessEventDataLevel { category: "ecosystem"; data: undefined; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_RETRIEVE_LIST_SUCCESS"; version: "1"; } Properties
category
category: "ecosystem"
Sanitisation Level DATA data
data: {
entriesCount: number;
nextCursor: undefined | string;
}
Type declaration
entriesCount: number
nextCursor: undefined | string
requestId
requestId: string
requestIp
requestIp: undefined | string
timestamp
timestamp: number
type
type: "ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_RETRIEVE_LIST_SUCCESS"