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