Table of Contents

Class ConnectionPasswordComplexityOptions

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Password complexity options

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

MinLength

Minimum password length

[JsonPropertyName("min_length")]
public int? MinLength { get; set; }

Property Value

int?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.