Back to Node Auth0

Interface ListConnectionProfileRequestParameters

docs/interfaces/management.Management.ListConnectionProfileRequestParameters.html

5.9.1755 B
Original Source

Interface ListConnectionProfileRequestParameters

Example

{ * from: "from", * take: 1 * }Copy

interface ListConnectionProfileRequestParameters {
from?: string | null;
take?: number | null;
}

Index

Properties

from?take?

Properties

Optionalfrom

from?: string | null

Optional Id from which to start selection.

Optionaltake

take?: number | null

Number of results per page. Defaults to 5.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fromtake