Table of Contents

Class BreachedPasswordDetectionPreUserRegistrationStage

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Shields

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

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

Property Value

IEnumerable<BreachedPasswordDetectionPreUserRegistrationShieldsEnum>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.