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

    Interface ListScimConfigurationsResponseContent

    interface ListScimConfigurationsResponseContent {
        scim_configurations: ScimConfiguration[];
        next?: string;
    }
    Index

    Properties

    scim_configurations: ScimConfiguration[]

    List of SCIM configurations

    next?: string

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