Table of Contents

Class GuardianFactor

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record GuardianFactor : IJsonOnDeserialized, IEquatable<GuardianFactor>
Inheritance
GuardianFactor
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Enabled

Whether this factor is enabled (true) or disabled (false).

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

Property Value

bool

Name

[JsonPropertyName("name")]
public GuardianFactorNameEnum? Name { get; set; }

Property Value

GuardianFactorNameEnum?

TrialExpired

Whether trial limits have been exceeded.

[JsonPropertyName("trial_expired")]
public bool? TrialExpired { 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.