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: "analytics"
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
id: string
requestId: string
requestIp: undefined | string
tenantId: string
timestamp: number
type: string
version: "1"