Table of Contents

Class GetBreachedPasswordDetectionSettingsResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

AdminNotificationFrequency

When "admin_notification" is enabled, determines how often email notifications are sent. Possible values: immediately, daily, weekly, monthly.

[JsonPropertyName("admin_notification_frequency")]
public IEnumerable<BreachedPasswordDetectionAdminNotificationFrequencyEnum>? AdminNotificationFrequency { get; set; }

Property Value

IEnumerable<BreachedPasswordDetectionAdminNotificationFrequencyEnum>

Enabled

Whether or not breached password detection is active.

[JsonPropertyName("enabled")]
public bool? Enabled { get; set; }

Property Value

bool?

Method

[JsonPropertyName("method")]
public BreachedPasswordDetectionMethodEnum? Method { get; set; }

Property Value

BreachedPasswordDetectionMethodEnum?

Shields

Action to take when a breached password is detected during a login. Possible values: block, user_notification, admin_notification.

[JsonPropertyName("shields")]
public IEnumerable<BreachedPasswordDetectionShieldsEnum>? Shields { get; set; }

Property Value

IEnumerable<BreachedPasswordDetectionShieldsEnum>

Stage

[JsonPropertyName("stage")]
public BreachedPasswordDetectionStage? Stage { get; set; }

Property Value

BreachedPasswordDetectionStage

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.