ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_CREATE_START
interface EcosystemDtsIntermediateCaCertificateCreateStartEvent { category: "ecosystem"; data: { certificatePem: string; dtsCaCertificateId: string; usages: string[]; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_CREATE_START"; userAgent: string | undefined; version: "1";} interface EcosystemDtsIntermediateCaCertificateCreateStartEventSanitised { category: "ecosystem"; data: { certificatePem: undefined; dtsCaCertificateId: string; usages: string[]; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_CREATE_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "ecosystem"
Sanitisation Level DATAdata
data: { certificatePem: string; dtsCaCertificateId: string; usages: string[] }
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_CREATE_START"
userAgent
userAgent: string | undefined