Interface CredentialPresentationAppleIdentityAccessCertificateCreateSuccessEvent
interface CredentialPresentationAppleIdentityAccessCertificateCreateSuccessEvent { category: "credential-presentation"; data: { csrPem: string; id: string; merchantId: string; teamId: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface CredentialPresentationAppleIdentityAccessCertificateCreateSuccessEventSanitised { category: "credential-presentation"; data: { csrPem: undefined; id: string; 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: {
csrPem: string;
id: string;
merchantId: string;
teamId: string;
}
Type declaration
Sanitisation Level PII
csrPem: string
id: string
merchantId: string
teamId: string
requestId
requestId: string
timestamp
timestamp: number