ADMIN_MANAGEMENT_INTERNAL_CLIENT_DELETE_START
interface AdminManagementInternalClientDeleteStartEventSanitised { category: "admin-management-internal-client"; data: { clientId: string }; id: string; requestId: string; requestIp: string | undefined; timestamp: number; type: "ADMIN_MANAGEMENT_INTERNAL_CLIENT_DELETE_START"; userAgent: string | undefined; userId: string; version: "1";}
Properties
category
category: "admin-management-internal-client"
Sanitisation Level DATAdata
data: { clientId: string }
requestId
requestId: string
requestIp
requestIp: string | undefined
timestamp
timestamp: number
type
type: "ADMIN_MANAGEMENT_INTERNAL_CLIENT_DELETE_START"
userAgent
userAgent: string | undefined