Back to Node Auth0

Interface ListSelfServiceProfilesPaginatedResponseContent

docs/interfaces/management.Management.ListSelfServiceProfilesPaginatedResponseContent.html

5.9.11.1 KB
Original Source

Interface ListSelfServiceProfilesPaginatedResponseContent

interface ListSelfServiceProfilesPaginatedResponseContent {
start?: number;
limit?: number;
total?: number;
self_service_profiles?: SelfServiceProfile[];
}

Index

Properties

start?limit?total?self_service_profiles?

Properties

Optionalstart

start?: number

Optionallimit

limit?: number

Optionaltotal

total?: number

Optionalself_service_profiles

self_service_profiles?: SelfServiceProfile[]

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties startlimittotalself_service_profiles