Interface CredentialCompactSemanticApplePassCreateStartEvent
interface CredentialCompactSemanticApplePassCreateStartEventSanitised { category: "credential-compact-semantic"; data: { payload: undefined; templateId: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "credential-compact-semantic"
Sanitisation Level DATA
data
data: {
payload: string;
templateId: string;
}
Type declaration
Sanitisation Level PII
payload: string
templateId: string
requestId
requestId: string
timestamp
timestamp: number