Table of Contents

Class ConnectionPasswordNoPersonalInfoOptions

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Options for personal info in passwords policy

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

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.