Back to Node Auth0

Interface ListDirectoryProvisioningsRequestParameters

docs/interfaces/management.Management.ListDirectoryProvisioningsRequestParameters.html

5.9.1771 B
Original Source

Interface ListDirectoryProvisioningsRequestParameters

Example

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

interface ListDirectoryProvisioningsRequestParameters {
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 50.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fromtake