ANALYTICS_CREDENTIAL_REPORT_CREATE_SUCCESS
interface AnalyticsCredentialReportCreateSuccessEventSanitised { category: "analytics"; data: { entriesCount: number; nextCursor: string | undefined }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ANALYTICS_CREDENTIAL_REPORT_CREATE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "analytics"
Sanitisation Level DATAdata
data: { entriesCount: number; nextCursor: string | undefined }
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ANALYTICS_CREDENTIAL_REPORT_CREATE_SUCCESS"
userAgent
userAgent: string | undefined