Class GuardianFactor
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class GuardianFactor
- Inheritance
-
GuardianFactor
- Inherited Members
Properties
Enabled
Whether this factor is enabled (true) or disabled (false).
[JsonProperty("enabled")]
public bool Enabled { get; set; }
Property Value
IsTrialExpired
Whether trial limits have been exceeded.
[JsonProperty("trial_expired")]
public bool? IsTrialExpired { get; set; }
Property Value
- bool?
Name
The factor name.
[JsonProperty("name")]
[JsonConverter(typeof(StringEnumConverter))]
public GuardianFactorName? Name { get; set; }