Class ConnectionPasswordOptionsProfileData
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Personal information restriction policy to prevent use of profile data in passwords
[Serializable]
public record ConnectionPasswordOptionsProfileData : IJsonOnDeserialized, IEquatable<ConnectionPasswordOptionsProfileData>
- Inheritance
-
ConnectionPasswordOptionsProfileData
- Implements
- Inherited Members
- Extension Methods
Properties
Active
Prevents users from including profile data (like name, email) in their passwords
[JsonPropertyName("active")]
public bool? Active { get; set; }
Property Value
- bool?
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
BlockedFields
Blocked profile fields. An array of up to 12 entries.
[JsonPropertyName("blocked_fields")]
public IEnumerable<string>? BlockedFields { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.