Databricks SDK for JavaScript
    Preparing search index...
    interface ListRolesResponse {
        nextPageToken?: string;
        roles?: Role[];
    }
    Index

    Properties

    nextPageToken?: string

    Token to request the next page of Postgres roles.

    roles?: Role[]

    List of Postgres roles in the branch.