USER_CREDENTIAL_BUNDLE_SEARCH_START
interface UserCredentialBundleSearchStartEvent { category: "user"; clientId: string | undefined; data: { claimSetId: string | undefined; cursor: string | undefined; limit: number; state: (
"suspended" | "active" | "unlinked")
[] | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "USER_CREDENTIAL_BUNDLE_SEARCH_START"; userAgent: string | undefined; version: "1";} interface UserCredentialBundleSearchStartEventSanitised { category: "user"; clientId: string | undefined; data: { claimSetId: string | undefined; cursor: string | undefined; limit: number; state: (
"suspended" | "active" | "unlinked")
[] | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "USER_CREDENTIAL_BUNDLE_SEARCH_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "user"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
claimSetId: string | undefined;
cursor: string | undefined;
limit: number;
state: ("suspended" | "active" | "unlinked")[] | undefined;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "USER_CREDENTIAL_BUNDLE_SEARCH_START"
userAgent
userAgent: string | undefined