Class ConnectionMfa
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Multi-factor authentication configuration
[Serializable]
public record ConnectionMfa : IJsonOnDeserialized, IEquatable<ConnectionMfa>
- Inheritance
-
ConnectionMfa
- Implements
- Inherited Members
- Extension Methods
Properties
Active
Indicates whether MFA is active for this connection
[JsonPropertyName("active")]
public bool? Active { get; set; }
Property Value
- bool?
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ReturnEnrollSettings
Indicates whether to return MFA enrollment settings
[JsonPropertyName("return_enroll_settings")]
public bool? ReturnEnrollSettings { 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.