ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_CREATE_SUCCESS
interface EcosystemRicalSignerCertificateCreateSuccessEvent { category: "ecosystem"; data: { active: boolean; caId: string; certificateData: | { commonName: string; country: string; notAfter: string; notBefore: string; organisationName: string; } | undefined; certificateFingerprint: string | undefined; certificatePem: string | undefined; csrPem: string | undefined; id: string; intermediateCaId: string | undefined; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_CREATE_SUCCESS"; userAgent: string | undefined; version: "1";} interface EcosystemRicalSignerCertificateCreateSuccessEventSanitised { category: "ecosystem"; data: { active: boolean; caId: string; certificateData: | { commonName: string; country: string; notAfter: string; notBefore: string; organisationName: string; } | undefined; certificateFingerprint: string | undefined; certificatePem: undefined; csrPem: undefined; id: string; intermediateCaId: string | undefined; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_CREATE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "ecosystem"
Sanitisation Level DATAdata
data: {
active: boolean;
caId: string;
certificateData:
| {
commonName: string;
country: string;
notAfter: string;
notBefore: string;
organisationName: string;
}
| undefined;
certificateFingerprint: string
| undefined;
certificatePem: string | undefined;
csrPem: string | undefined;
id: string;
intermediateCaId: string | undefined;
}
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ECOSYSTEM_RICAL_SIGNER_CERTIFICATE_CREATE_SUCCESS"
userAgent
userAgent: string | undefined