Table of Contents

Class ConnectionPasswordDictionaryOptions

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Options for password dictionary policy

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Dictionary

Custom Password Dictionary. An array of up to 200 entries.

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

Property Value

IEnumerable<string>

Enable

[JsonPropertyName("enable")]
public required bool Enable { get; set; }

Property Value

bool

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.