Table of Contents

Class GuardianFactor

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class GuardianFactor
Inheritance
GuardianFactor
Inherited Members

Properties

Enabled

States if this factor is enabled.

[JsonProperty("enabled")]
public bool Enabled { get; set; }

Property Value

bool

IsTrialExpired

For factors with trial limits (e.g. SMS) states if those 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; }

Property Value

GuardianFactorName?