Interface CredentialPresentationAppleIdentityAccessCertificateCreateStartEvent
interface CredentialPresentationAppleIdentityAccessCertificateCreateStartEvent { category: "credential-presentation"; data: { merchantId: string; teamId: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface CredentialPresentationAppleIdentityAccessCertificateCreateStartEventSanitised { category: "credential-presentation"; data: { merchantId: string; teamId: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "credential-presentation"
Sanitisation Level DATA
data
data: {
merchantId: string;
teamId: string;
}
Type declaration
merchantId: string
teamId: string
requestId
requestId: string
timestamp
timestamp: number