ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_CREATE_START
interface EcosystemRicalSignerCertificateCreateStartEvent { category: "ecosystem"; data: { caId: undefined | string; intermediateCaId: undefined | string; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_CREATE_START"; version: "1"; } interface EcosystemRicalSignerCertificateCreateStartEventSanitised { category: "ecosystem"; data: { caId: undefined | string; intermediateCaId: undefined | string; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_CREATE_START"; version: "1"; } Properties
category
category: "ecosystem"
Sanitisation Level DATA data
data: {
caId: undefined | string;
intermediateCaId: undefined | string;
}
Type declaration
caId: undefined | string
intermediateCaId: undefined | string
requestId
requestId: string
requestIp
requestIp: undefined | string
timestamp
timestamp: number
type
type: "ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_CREATE_START"