Databricks SDK for JavaScript
    Preparing search index...

    Interface ListGroupsResponse

    interface ListGroupsResponse {
        itemsPerPage?: number;
        resources?: Group[];
        schemas?: ListResponseSchema[];
        startIndex?: bigint;
        totalResults?: number;
    }
    Index

    Properties

    itemsPerPage?: number

    Total results returned in the response.

    resources?: Group[]

    User objects returned in the response.

    schemas?: ListResponseSchema[]

    The schema of the service principal.

    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.