Back to Node Auth0

Interface ListConnectionProfilesPaginatedResponseContent

docs/interfaces/management.Management.ListConnectionProfilesPaginatedResponseContent.html

5.9.1932 B
Original Source

Interface ListConnectionProfilesPaginatedResponseContent

interface ListConnectionProfilesPaginatedResponseContent {
next?: string;
connection_profiles?: ConnectionProfile[];
}

Index

Properties

next?connection_profiles?

Properties

Optionalnext

next?: string

A cursor to be used as the "from" query parameter for the next page of results.

Optionalconnection_profiles

connection_profiles?: ConnectionProfile[]

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties nextconnection_profiles