Databricks SDK for JavaScript
    Preparing search index...

    Interface ListDatabaseInstanceRolesRequest

    interface ListDatabaseInstanceRolesRequest {
        instanceName?: string;
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    instanceName?: string
    pageSize?: number

    Upper bound for items returned.

    pageToken?: string

    Pagination token to go to the next page of Database Instances. Requests first page if absent.