Databricks SDK for JavaScript
    Preparing search index...

    Interface ListAccountServicePrincipalsResponse

    interface ListAccountServicePrincipalsResponse {
        itemsPerPage?: number;
        resources?: AccountServicePrincipal[];
        startIndex?: bigint;
        totalResults?: number;
    }
    Index

    Properties

    itemsPerPage?: number

    Total results returned in the response.

    User objects returned in the response.

    startIndex?: bigint

    Starting index of all the results that matched the request filters. First item is number 1.

    totalResults?: number

    Total results that match the request filters.