Back to Node Auth0

Interface ListCustomDomainsRequestParameters

docs/interfaces/management.Management.ListCustomDomainsRequestParameters.html

5.9.11.4 KB
Original Source

Interface ListCustomDomainsRequestParameters

Example

{ * q: "q", * fields: "fields", * include_fields: true, * sort: "sort" * }Copy

interface ListCustomDomainsRequestParameters {
q?: string | null;
fields?: string | null;
include_fields?: boolean | null;
sort?: string | null;
}

Index

Properties

q?fields?include_fields?sort?

Properties

Optionalq

q?: string | null

Query in Lucene query string syntax.

Optionalfields

fields?: string | null

Comma-separated list of fields to include or exclude (based on value provided for include_fields) in the result. Leave empty to retrieve all fields.

Optionalinclude_fields

include_fields?: boolean | null

Whether specified fields are to be included (true) or excluded (false).

Optionalsort

sort?: string | null

Field to sort by. Only domain:1 (ascending order by domain) is supported at this time.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties qfieldsinclude_fieldssort