ADMIN_MACHINE_USER_RETRIEVE_LIST_START
interface AdminMachineUserRetrieveListStartEventSanitised { category: "admin-machine-user"; data: { cursor: string | undefined; limit: number }; id: string; requestId: string; requestIp: string | undefined; timestamp: number; type: "ADMIN_MACHINE_USER_RETRIEVE_LIST_START"; userAgent: string | undefined; userId: string; version: "1";}
Properties
category
category: "admin-machine-user"
Sanitisation Level DATAdata
data: { cursor: string | undefined; limit: number }
requestId
requestId: string
requestIp
requestIp: string | undefined
timestamp
timestamp: number
type
type: "ADMIN_MACHINE_USER_RETRIEVE_LIST_START"
userAgent
userAgent: string | undefined