Databricks SDK for JavaScript
    Preparing search index...

    Interface GetPublicAccountUserPreferenceRequest

    interface GetPublicAccountUserPreferenceRequest {
        accountId?: string;
        name?: string;
        userId?: string;
    }
    Index

    Properties

    accountId?: string

    account ID of the account being managed.

    name?: string

    User Setting name.

    userId?: string

    User ID of the user whose setting is being retrieved.