Table of Contents

Class GetGuardianEnrollmentResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

EnrolledAt

[JsonPropertyName("enrolled_at")]
public string? EnrolledAt { get; set; }

Property Value

string

Id

ID for this enrollment.

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

Property Value

string

Identifier

Device identifier. This is usually the phone identifier.

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

Property Value

string

LastAuth

[JsonPropertyName("last_auth")]
public string? LastAuth { get; set; }

Property Value

string

Name

Device name (only for push notification).

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

Property Value

string

PhoneNumber

Phone number.

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

Property Value

string

Status

[JsonPropertyName("status")]
public GuardianEnrollmentStatus? Status { get; set; }

Property Value

GuardianEnrollmentStatus?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.