Table of Contents

Class DailyStats

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record DailyStats : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<DailyStats>
Inheritance
DailyStats
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

CreatedAt

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

[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }

Property Value

string

Date

Date these events occurred in ISO 8601 format.

[JsonPropertyName("date")]
public string? Date { get; set; }

Property Value

string

LeakedPasswords

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

[JsonPropertyName("leaked_passwords")]
public int? LeakedPasswords { get; set; }

Property Value

int?

Logins

Number of logins on this date.

[JsonPropertyName("logins")]
public int? Logins { get; set; }

Property Value

int?

Signups

Number of signups on this date.

[JsonPropertyName("signups")]
public int? Signups { get; set; }

Property Value

int?

UpdatedAt

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

[JsonPropertyName("updated_at")]
public string? UpdatedAt { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.