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