USER_CREDENTIAL_BUNDLE_STATE_CHANGE_FAIL
interface UserCredentialBundleStateChangeFailEvent { category: "user"; clientId: string | undefined; data: { credentialBundleId: string; credentialReferenceId: string; error: { message: string; type: string }; issuanceProtocol: "openid4vci" | "apple"; previousState: "suspended" | "active" | "unlinked" | undefined; sessionId: string; state: "suspended" | "active" | "unlinked"; userId: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "USER_CREDENTIAL_BUNDLE_STATE_CHANGE_FAIL"; userAgent: string | undefined; version: "1";} interface UserCredentialBundleStateChangeFailEventSanitised { category: "user"; clientId: string | undefined; data: { credentialBundleId: string; credentialReferenceId: string; error: { message: string; type: string }; issuanceProtocol: "openid4vci" | "apple"; previousState: "suspended" | "active" | "unlinked" | undefined; sessionId: string; state: "suspended" | "active" | "unlinked"; userId: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "USER_CREDENTIAL_BUNDLE_STATE_CHANGE_FAIL"; userAgent: string | undefined; version: "1";}
Properties
category
category: "user"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
credentialBundleId: string;
credentialReferenceId: string;
error: { message: string; type: string };
issuanceProtocol: "openid4vci" | "apple";
previousState: "suspended" | "active" | "unlinked" | undefined;
sessionId: string;
state: "suspended" | "active" | "unlinked";
userId: string;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "USER_CREDENTIAL_BUNDLE_STATE_CHANGE_FAIL"
userAgent
userAgent: string | undefined