Class GetClientsRequest
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Specifies criteria to use when querying all clients.
public class GetClientsRequest
- Inheritance
-
GetClientsRequest
- Inherited Members
Properties
AppType
List of application types used to filter the returned clients.
public ClientApplicationType[] AppType { get; set; }
Property Value
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?
IsFirstParty
Filter on whether or not a client is a first party client.
public bool? IsFirstParty { get; set; }
Property Value
- bool?
IsGlobal
Filter on the global client parameter.
public bool? IsGlobal { get; set; }
Property Value
- bool?