Databricks SDK for JavaScript
    Preparing search index...

    Request to list budget policies. Uses pagination.

    interface ListBudgetPoliciesRequest {
        accountId?: string;
        filterBy?: Filter;
        pageSize?: number;
        pageToken?: string;
        sortSpec?: SortSpec;
    }
    Index

    Properties

    accountId?: string

    The account Id of the customer

    filterBy?: Filter

    A filter to apply to the list of policies.

    pageSize?: number

    The maximum number of budget policies to return. If unspecified, at most 100 budget policies will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

    pageToken?: string

    A page token, received from a previous ListServerlessPolicies call. Provide this to retrieve the subsequent page. If unspecified, the first page will be returned.

    When paginating, all other parameters provided to ListServerlessPoliciesRequest must match the call that provided the page token.

    sortSpec?: SortSpec

    The sort specification.