Class UpdateBreachedPasswordDetectionSettingsRequestContent
- Namespace
- Auth0.ManagementApi.AttackProtection
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UpdateBreachedPasswordDetectionSettingsRequestContent : IEquatable<UpdateBreachedPasswordDetectionSettingsRequestContent>
- Inheritance
-
UpdateBreachedPasswordDetectionSettingsRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
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
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
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
Stage
[JsonPropertyName("stage")]
public BreachedPasswordDetectionStage? Stage { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.