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: "ecosystem"
clientId: undefined | string
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
id: string
managementUserId: undefined | string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"