Interface CredentialCompactSemanticGooglePassTemplateCreateSuccessEvent

interface CredentialCompactSemanticGooglePassTemplateCreateSuccessEventSanitised {
    category: "credential-compact-semantic";
    data: {
        id: undefined | string;
        issuerId: string;
        name: string;
        payPassId: undefined | string;
        serviceAccountClientEmail: undefined;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "credential-compact-semantic"
data: {
    id: undefined | string;
    issuerId: string;
    name: string;
    payPassId: undefined | string;
    serviceAccountClientEmail: string;
}

Type declaration

  • id: undefined | string
  • issuerId: string
  • name: string
  • payPassId: undefined | string
  • Sanitisation Level PII serviceAccountClientEmail: string
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"