Databricks SDK for JavaScript
    Preparing search index...

    !! KEEP THIS IN-SYNC WITH THE ACCOUNT PROTO DEFINITIONS IN ACCOUNT_SERVICE.PROTO !!

    The only differences should be:

    1. The OpenAPI labels.
    2. The account_id request parameter.
    3. The string filter parameter instead of hard-coded filters.
    interface ListTokensRequest {
        createdById?: bigint;
        createdByUsername?: string;
    }
    Index

    Properties

    createdById?: bigint

    User ID of the user that created the token.

    createdByUsername?: string

    Username of the user that created the token.