ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_UPDATE_START
interface EcosystemRicalSignerCertificateUpdateStartEvent { category: "ecosystem"; data: { active: boolean; certificatePem: string | undefined; id: string }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_UPDATE_START"; userAgent: string | undefined; version: "1";} interface EcosystemRicalSignerCertificateUpdateStartEventSanitised { category: "ecosystem"; data: { active: boolean; certificatePem: undefined; id: string }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_UPDATE_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "ecosystem"
Sanitisation Level DATAdata
data: { active: boolean; certificatePem: string | undefined; id: string }
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_UPDATE_START"
userAgent
userAgent: string | undefined