ECOSYSTEM_DTS_CA_CERTIFICATE_CREATE_START
interface EcosystemDtsCaCertificateCreateStartEvent { category: "ecosystem"; clientId: string | undefined; data: { certificatePem: string | undefined; commonName: string | undefined; country: string | undefined; notAfter: string | undefined; notBefore: string | undefined; organisationName: string | undefined; useIntermediateCa: boolean | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_DTS_CA_CERTIFICATE_CREATE_START"; userAgent: string | undefined; version: "1";} interface EcosystemDtsCaCertificateCreateStartEventSanitised { category: "ecosystem"; clientId: string | undefined; data: { certificatePem: undefined; commonName: string | undefined; country: string | undefined; notAfter: string | undefined; notBefore: string | undefined; organisationName: string | undefined; useIntermediateCa: boolean | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_DTS_CA_CERTIFICATE_CREATE_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "ecosystem"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
certificatePem: string | undefined;
commonName: string | undefined;
country: string | undefined;
notAfter: string | undefined;
notBefore: string | undefined;
organisationName: string | undefined;
useIntermediateCa: boolean | undefined;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ECOSYSTEM_DTS_CA_CERTIFICATE_CREATE_START"
userAgent
userAgent: string | undefined