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

    Interface ListDirectoryProvisioningsResponseContent

    interface ListDirectoryProvisioningsResponseContent {
        directory_provisionings: DirectoryProvisioning[];
        next?: string;
    }
    Index

    Properties

    directory_provisionings: DirectoryProvisioning[]

    List of directory provisioning configurations

    next?: string

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