Class ListUserAuthenticationMethodsOffsetPaginatedResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ListUserAuthenticationMethodsOffsetPaginatedResponseContent : IJsonOnDeserialized, IEquatable<ListUserAuthenticationMethodsOffsetPaginatedResponseContent>
- Inheritance
-
ListUserAuthenticationMethodsOffsetPaginatedResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Authenticators
The paginated authentication methods. Returned in this structure when include_totals is true.
[JsonPropertyName("authenticators")]
public IEnumerable<UserAuthenticationMethod>? Authenticators { get; set; }
Property Value
Limit
Maximum amount of records to return.
[JsonPropertyName("limit")]
public double? Limit { get; set; }
Property Value
Start
Index of the starting record. Derived from the page and per_page parameters.
[JsonPropertyName("start")]
public double? Start { get; set; }
Property Value
Total
Total number of pageable records.
[JsonPropertyName("total")]
public double? Total { 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.