Back to Node Auth0

Interface DailyStats

docs/interfaces/management.Management.DailyStats.html

5.9.11.5 KB
Original Source

Interface DailyStats

interface DailyStats {
date?: string;
logins?: number;
signups?: number;
leaked_passwords?: number;
updated_at?: string;
created_at?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

date?logins?signups?leaked_passwords?updated_at?created_at?

Properties

Optionaldate

date?: string

Date these events occurred in ISO 8601 format.

Optionallogins

logins?: number

Number of logins on this date.

Optionalsignups

signups?: number

Number of signups on this date.

Optionalleaked_passwords

leaked_passwords?: number

Number of breached-password detections on this date (subscription required).

Optionalupdated_at

updated_at?: string

Date and time this stats entry was last updated in ISO 8601 format.

Optionalcreated_at

created_at?: string

Approximate date and time the first event occurred in ISO 8601 format.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties dateloginssignupsleaked_passwordsupdated_atcreated_at