Table of Contents

Class ConnectionPasswordOptions

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Password policy options for flexible password policy configuration

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Complexity

[JsonPropertyName("complexity")]
public ConnectionPasswordOptionsComplexity? Complexity { get; set; }

Property Value

ConnectionPasswordOptionsComplexity

Dictionary

[JsonPropertyName("dictionary")]
public ConnectionPasswordOptionsDictionary? Dictionary { get; set; }

Property Value

ConnectionPasswordOptionsDictionary

History

[JsonPropertyName("history")]
public ConnectionPasswordOptionsHistory? History { get; set; }

Property Value

ConnectionPasswordOptionsHistory

ProfileData

[JsonPropertyName("profile_data")]
public ConnectionPasswordOptionsProfileData? ProfileData { get; set; }

Property Value

ConnectionPasswordOptionsProfileData

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.