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
EnrolledAt
[JsonPropertyName("enrolled_at")]
public string? EnrolledAt { get; set; }
Property Value
Id
ID for this enrollment.
[JsonPropertyName("id")]
public required string Id { get; set; }
Property Value
Identifier
Device identifier. This is usually the phone identifier.
[JsonPropertyName("identifier")]
public string? Identifier { get; set; }
Property Value
LastAuth
[JsonPropertyName("last_auth")]
public string? LastAuth { get; set; }
Property Value
Name
Device name (only for push notification).
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
PhoneNumber
Phone number.
[JsonPropertyName("phone_number")]
public string? PhoneNumber { get; set; }
Property Value
Status
[JsonPropertyName("status")]
public GuardianEnrollmentStatus? Status { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.