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