CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_RETRIEVE_FAIL
interface CredentialCompactSemanticApplePassTemplateRetrieveFailEvent { category: "credential-compact-semantic"; clientId: undefined | string; data: { error: { message: string; type: string; }; }; id: string; managementUserId: undefined | string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_RETRIEVE_FAIL"; version: "1"; } interface CredentialCompactSemanticApplePassTemplateRetrieveFailEventSanitised { category: "credential-compact-semantic"; clientId: undefined | string; data: { error: { message: string; type: string; }; }; id: string; managementUserId: undefined | string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_RETRIEVE_FAIL"; version: "1"; } Properties
category
category: "credential-compact-semantic"
clientId
clientId: undefined | string
Sanitisation Level DATA data
data: {
error: {
message: string;
type: string;
};
}
Type declaration
error: {
message: string;
type: string;
}
message: string
type: string
managementUserId
managementUserId: undefined | string
requestId
requestId: string
requestIp
requestIp: undefined | string
timestamp
timestamp: number
type
type: "CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_RETRIEVE_FAIL"