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