CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_UPDATE_SUCCESS
interface CredentialCompactSemanticApplePassTemplateUpdateSuccessEvent { category: "credential-compact-semantic"; clientId: string | undefined; data: { fileName: string; id: string | undefined; name: string; passTypeIdentifier: string; teamIdentifier: string; templateId: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_UPDATE_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialCompactSemanticApplePassTemplateUpdateSuccessEventSanitised { category: "credential-compact-semantic"; clientId: string | undefined; data: { fileName: string; id: string | undefined; name: string; passTypeIdentifier: string; teamIdentifier: string; templateId: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_UPDATE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-compact-semantic"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
fileName: string;
id: string | undefined;
name: string;
passTypeIdentifier: string;
teamIdentifier: string;
templateId: string;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_UPDATE_SUCCESS"
userAgent
userAgent: string | undefined