Interface EcosystemDtsCaCertificateCreateStartEvent
interface EcosystemDtsCaCertificateCreateStartEvent { category: "ecosystem"; clientId: undefined | string; data: { certificatePem: undefined | string; commonName: undefined | string; country: undefined | string; notAfter: undefined | string; notBefore: undefined | string; organisationName: undefined | string; }; id: string; managementUserId: undefined | string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface EcosystemDtsCaCertificateCreateStartEventSanitised { category: "ecosystem"; clientId: undefined | string; data: { certificatePem: undefined; commonName: undefined | string; country: undefined | string; notAfter: undefined | string; notBefore: undefined | string; organisationName: undefined | string; }; id: string; managementUserId: undefined | string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "ecosystem"
clientId
clientId: undefined | string
Sanitisation Level DATA
data
data: {
certificatePem: undefined | string;
commonName: undefined | string;
country: undefined | string;
notAfter: undefined | string;
notBefore: undefined | string;
organisationName: undefined | string;
}
Type declaration
Sanitisation Level PII
certificatePem: undefined | string
commonName: undefined | string
country: undefined | string
notAfter: undefined | string
notBefore: undefined | string
organisationName: undefined | string
managementUserId
managementUserId: undefined | string
requestId
requestId: string
timestamp
timestamp: number