interface CredentialPresentationAppleIdentityAccessCertificateCreateStartEventSanitised {
    category: "credential-presentation";
    data: {
        merchantId: string;
        teamId: string;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "credential-presentation"
data: {
    merchantId: string;
    teamId: string;
}

Type declaration

  • merchantId: string
  • teamId: string
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"