Class GetConnectionsRequest
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Specifies criteria to use when querying all connections.
public class GetConnectionsRequest
- Inheritance
-
GetConnectionsRequest
- Inherited Members
Properties
Fields
A comma separated list of fields to include or exclude (depending on IncludeFields) from the result, empty to retrieve all fields.
public string Fields { get; set; }
Property Value
IncludeFields
Specifies whether the fields specified in Fields should be included or excluded in the result.
public bool? IncludeFields { get; set; }
Property Value
- bool?
Name
The name of the connection to retrieve.
public string Name { get; set; }
Property Value
Strategy
Only retrieve connections with these strategies.
public string[] Strategy { get; set; }
Property Value
- string[]