docs/interfaces/management.Management.DailyStats.html
interface DailyStats {
date?: string;
logins?: number;
signups?: number;
leaked_passwords?: number;
updated_at?: string;
created_at?: string;
key: string: any;
}
Accepts any additional properties
date?logins?signups?leaked_passwords?updated_at?created_at?
Optionaldatedate?: string
Date these events occurred in ISO 8601 format.
Optionalloginslogins?: number
Number of logins on this date.
Optionalsignupssignups?: number
Number of signups on this date.
Optionalleaked_passwordsleaked_passwords?: number
Number of breached-password detections on this date (subscription required).
Optionalupdated_atupdated_at?: string
Date and time this stats entry was last updated in ISO 8601 format.
Optionalcreated_atcreated_at?: string
Approximate date and time the first event occurred in ISO 8601 format.
Member Visibility
ThemeOSLightDark
Properties dateloginssignupsleaked_passwordsupdated_atcreated_at