Interface CredentialCompactSemanticGooglePassTemplateUpdateStartEvent
interface CredentialCompactSemanticGooglePassTemplateUpdateStartEvent { category: "credential-compact-semantic"; data: { id: undefined | string; issuerId: string; name: string; payPassId: undefined | string; serviceAccountClientEmail: string; templateId: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface CredentialCompactSemanticGooglePassTemplateUpdateStartEventSanitised { category: "credential-compact-semantic"; data: { id: undefined | string; issuerId: string; name: string; payPassId: undefined | string; serviceAccountEmail: 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: {
id: undefined | string;
issuerId: string;
name: string;
payPassId: undefined | string;
serviceAccountClientEmail: string;
templateId: string;
}
Type declaration
id: undefined | string
issuerId: string
name: string
payPassId: undefined | string
serviceAccountClientEmail: string
templateId: string
requestId
requestId: string
timestamp
timestamp: number