Class ConnectionsGetRequest
- Namespace
- Auth0.ManagementApi.Clients
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ConnectionsGetRequest : IEquatable<ConnectionsGetRequest>
- Inheritance
-
ConnectionsGetRequest
- Implements
- Inherited Members
- Extension Methods
Properties
Fields
A comma separated list of fields to include or exclude (depending on include_fields) from the result, empty to retrieve all fields
[JsonIgnore]
public Optional<string?> Fields { get; set; }
Property Value
From
Optional Id from which to start selection.
[JsonIgnore]
public Optional<string?> From { get; set; }
Property Value
IncludeFields
true if the fields specified are to be included in the result, false otherwise (defaults to true)
[JsonIgnore]
public Optional<bool?> IncludeFields { get; set; }
Property Value
Strategy
Provide strategies to only retrieve connections with such strategies
[JsonIgnore]
public IEnumerable<ConnectionStrategyEnum?> Strategy { get; set; }
Property Value
Take
Number of results per page. Defaults to 50.
[JsonIgnore]
public Optional<int?> Take { 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.