Class EmailAttribute
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configuration for the email attribute for users.
[Serializable]
public record EmailAttribute : IJsonOnDeserialized, IEquatable<EmailAttribute>
- Inheritance
-
EmailAttribute
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Identifier
[JsonPropertyName("identifier")]
public ConnectionAttributeIdentifier? Identifier { get; set; }
Property Value
ProfileRequired
Determines if property should be required for users
[JsonPropertyName("profile_required")]
public bool? ProfileRequired { get; set; }
Property Value
- bool?
Signup
[JsonPropertyName("signup")]
public SignupVerified? Signup { get; set; }
Property Value
Unique
Determines if the attribute is unique in a given connection
[JsonPropertyName("unique")]
public bool? Unique { get; set; }
Property Value
- bool?
VerificationMethod
[JsonPropertyName("verification_method")]
public VerificationMethodEnum? VerificationMethod { 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.