Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface ListAculsOffsetPaginatedResponseContent

    interface ListAculsOffsetPaginatedResponseContent {
        configs?: AculResponseContent[];
        start?: number;
        limit?: number;
        total?: number;
    }
    Index

    Properties

    start?: number

    the index of the first configuration in the response (before filtering)

    limit?: number

    the maximum number of configurations shown per page (before filtering)

    total?: number

    the total number of configurations on this tenant