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