Databricks SDK for JavaScript
    Preparing search index...
    interface ListRolesRequest {
        pageSize?: number;
        pageToken?: string;
        parent?: string;
    }
    Index

    Properties

    pageSize?: number

    Upper bound for items returned. Cannot be negative.

    pageToken?: string

    Page token from a previous response. If not provided, returns the first page.

    parent?: string

    The Branch that owns this collection of roles. Format: projects/{project_id}/branches/{branch_id}