Databricks SDK for JavaScript
    Preparing search index...
    interface AccountName {
        familyName?: string;
        givenName?: string;
    }
    Index

    Properties

    familyName?: string

    Family name of the user.

    givenName?: string

    Given name of the user.