Table of Contents

Class ConnectionPasswordOptionsDictionary

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Dictionary-based password restriction policy to prevent common passwords

[Serializable]
public record ConnectionPasswordOptionsDictionary : IJsonOnDeserialized, IEquatable<ConnectionPasswordOptionsDictionary>
Inheritance
ConnectionPasswordOptionsDictionary
Implements
Inherited Members
Extension Methods

Properties

Active

Enables dictionary checking to prevent use of common passwords and custom blocked words

[JsonPropertyName("active")]
public bool? Active { get; set; }

Property Value

bool?

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Custom

Array of custom words to block in passwords. Maximum 200 items, each up to 50 characters

[JsonPropertyName("custom")]
public IEnumerable<string>? Custom { get; set; }

Property Value

IEnumerable<string>

Default

[JsonPropertyName("default")]
public PasswordDefaultDictionariesEnum? Default { get; set; }

Property Value

PasswordDefaultDictionariesEnum?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.