USER_CREDENTIAL_REFERENCE_UNLINK_SUCCESS
interface UserCredentialReferenceUnlinkSuccessEvent { category: "user"; clientId: string | undefined; data: { credentialBundles: { credentialBundle: { credentialConfigurationId: string; credentialProfile: | "mobile" | "compact" | "compact-semantic" | "web-semantic"; credentialReferenceId: string; credentialType: string; id: string; issuanceProtocol: "openid4vci" | "apple"; offerId: string | undefined; sessionId: string; state: "suspended" | "active" | "unlinked"; walletId: string | undefined; }; previousState: string; }[]; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "USER_CREDENTIAL_REFERENCE_UNLINK_SUCCESS"; userAgent: string | undefined; version: "1";} interface UserCredentialReferenceUnlinkSuccessEventSanitised { category: "user"; clientId: string | undefined; data: { credentialBundles: { credentialBundle: { credentialConfigurationId: string; credentialProfile: | "mobile" | "compact" | "compact-semantic" | "web-semantic"; credentialReferenceId: string; credentialType: string; id: string; issuanceProtocol: "openid4vci" | "apple"; offerId: string | undefined; sessionId: string; state: "suspended" | "active" | "unlinked"; walletId: string | undefined; }; previousState: string; }[]; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "USER_CREDENTIAL_REFERENCE_UNLINK_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "user"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
credentialBundles: {
credentialBundle: {
credentialConfigurationId: string;
credentialProfile:
| "mobile"
| "compact"
| "compact-semantic"
| "web-semantic";
credentialReferenceId: string;
credentialType: string;
id: string;
issuanceProtocol: "openid4vci"
| "apple";
offerId: string | undefined;
sessionId: string;
state: "suspended" | "active" | "unlinked";
walletId: string | undefined;
};
previousState: string;
}[];
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "USER_CREDENTIAL_REFERENCE_UNLINK_SUCCESS"
userAgent
userAgent: string | undefined