Table of Contents

Class GuardianEnrollment

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

Properties

EnrolledAt

Date and time enrollment occurred.

[JsonProperty("enrolled_at")]
public DateTime? EnrolledAt { get; set; }

Property Value

DateTime?

Id

Enrollment generated ID.

[JsonProperty("id")]
public string Id { get; set; }

Property Value

string

Identifier

Device identifier (usually phone identifier).

[JsonProperty("identifier")]
public string Identifier { get; set; }

Property Value

string

LastAuth

Date and time when device was last used for authentication.

[JsonProperty("last_auth")]
public DateTime? LastAuth { get; set; }

Property Value

DateTime?

Name

Name of the device which was enrolled.

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string

PhoneNumber

Phone number.

[JsonProperty("phone_number")]
public string PhoneNumber { get; set; }

Property Value

string

Status

Status of the enrollment.

[JsonProperty("status")]
[JsonConverter(typeof(StringEnumConverter))]
public GuardianEnrollmentStatus? Status { get; set; }

Property Value

GuardianEnrollmentStatus?