an object with query parameters
Optional
filter?: stringThe filter query that should be used to filter the list of oauth clients. The filter syntax is defined in RFC 7644. Valid attributes for filtering are clientId
, clientName
, appType
, and tenantId
.
Optional
limit?: numberThe number of OAuth client entries to retrieve.
Optional
next?: stringThe next page cursor
Optional
prev?: stringThe previous page cursor
Optional
sort?: stringThe attribute to sort by, beginning with + for ascending and - for descending. Valid attributes for sorting are clientId, clientName, appType, tenantId, createdAt, updatedAt.
Optional
totalResults?: booleanBoolean query parameter that determines if the total count of results should be included in the response. If true, the response includes the total number of results in the totalResults
field. If false or not included in the query, totalResults
will be excluded from the response.
Optional
options: ApiCallOptions
Retrieve all OAuth clients.