Interface EcosystemValidateParticipantSuccessEvent

interface EcosystemValidateParticipantSuccessEventSanitised {
    category: "ecosystem";
    data: {
        identifier: undefined | string;
        policyVersion: undefined | string;
        validated: true;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "ecosystem"
data: {
    identifier: undefined | string;
    policyVersion: undefined | string;
    validated: true;
}

Type declaration

  • identifier: undefined | string
  • policyVersion: undefined | string
  • validated: true
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"