Interface CredentialCompactSemanticApplePassTemplateDeleteStartEvent
interface CredentialCompactSemanticApplePassTemplateDeleteStartEvent { category: "credential-compact-semantic"; data: { fileName: string; id: undefined | string; name: string; passTypeIdentifier: string; teamIdentifier: string; templateId: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface CredentialCompactSemanticApplePassTemplateDeleteStartEventSanitised { category: "credential-compact-semantic"; data: { fileName: string; id: undefined | string; name: string; passTypeIdentifier: string; teamIdentifier: string; 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: {
fileName: string;
id: undefined | string;
name: string;
passTypeIdentifier: string;
teamIdentifier: string;
templateId: string;
}
Type declaration
fileName: string
id: undefined | string
name: string
passTypeIdentifier: string
teamIdentifier: string
templateId: string
requestId
requestId: string
timestamp
timestamp: number