Interface CredentialCompactSemanticVerifyStartEvent
interface CredentialCompactSemanticVerifyStartEvent { category: "credential-compact-semantic"; data: { assertValidFrom: boolean; assertValidUntil: boolean; checkRevocation: boolean; payload: undefined | string; trustedIssuers: undefined | string[]; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface CredentialCompactSemanticVerifyStartEventSanitised { category: "credential-compact-semantic"; data: { assertValidFrom: boolean; assertValidUntil: boolean; checkRevocation: boolean; payload: undefined; trustedIssuers: undefined | string[]; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "credential-compact-semantic"
Sanitisation Level DATA
data
data: {
assertValidFrom: boolean;
assertValidUntil: boolean;
checkRevocation: boolean;
payload: undefined | string;
trustedIssuers: undefined | string[];
}
Type declaration
assertValidFrom: boolean
assertValidUntil: boolean
checkRevocation: boolean
Sanitisation Level PII
payload: undefined | string
trustedIssuers: undefined | string[]
requestId
requestId: string
timestamp
timestamp: number