Class BreachedPasswordDetectionPreChangePasswordStage
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record BreachedPasswordDetectionPreChangePasswordStage : IJsonOnDeserialized, IEquatable<BreachedPasswordDetectionPreChangePasswordStage>
- Inheritance
-
BreachedPasswordDetectionPreChangePasswordStage
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Shields
Action to take when a breached password is detected during a password reset.
Possible values: block, admin_notification.
[JsonPropertyName("shields")]
public IEnumerable<BreachedPasswordDetectionPreChangePasswordShieldsEnum>? Shields { 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.