ANALYTICS_CREDENTIAL_REPORT_CREATE_START
interface AnalyticsCredentialReportCreateStartEvent { category: "analytics"; data: { cursor: string | undefined; endDate: string; limit: number; profiles: string[]; startDate: string; timezoneOffset: string; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ANALYTICS_CREDENTIAL_REPORT_CREATE_START"; userAgent: string | undefined; version: "1";} interface AnalyticsCredentialReportCreateStartEventSanitised { category: "analytics"; data: { cursor: string | undefined; endDate: string; limit: number; profiles: string[]; startDate: string; timezoneOffset: string; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ANALYTICS_CREDENTIAL_REPORT_CREATE_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "analytics"
Sanitisation Level DATAdata
data: {
cursor: string | undefined;
endDate: string;
limit: number;
profiles: string[];
startDate: string;
timezoneOffset: string;
}
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ANALYTICS_CREDENTIAL_REPORT_CREATE_START"
userAgent
userAgent: string | undefined