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

    Interface ListOrganizationConnectionsOffsetPaginatedResponseContent

    interface ListOrganizationConnectionsOffsetPaginatedResponseContent {
        start?: number;
        limit?: number;
        total?: number;
        enabled_connections?: OrganizationConnection[];
    }
    Index

    Properties

    start?: number
    limit?: number
    total?: number
    enabled_connections?: OrganizationConnection[]