Back to Node Auth0

Interface GetConnectionRequestParameters

docs/interfaces/management.Management.GetConnectionRequestParameters.html

5.9.11001 B
Original Source

Interface GetConnectionRequestParameters

Example

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

interface GetConnectionRequestParameters {
fields?: string | null;
include_fields?: boolean | null;
}

Index

Properties

fields?include_fields?

Properties

Optionalfields

fields?: string | null

A comma separated list of fields to include or exclude (depending on include_fields) from the result, empty to retrieve all fields

Optionalinclude_fields

include_fields?: boolean | null

true if the fields specified are to be included in the result, false otherwise (defaults to true)

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fieldsinclude_fields