Databricks SDK for JavaScript
    Preparing search index...
    interface UpdateConnectionRequest {
        comment?: string;
        connectionId?: string;
        connectionType?: ConnectionType;
        createdAt?: bigint;
        createdBy?: string;
        credentialType?: CredentialType;
        environmentSettings?: EnvironmentSettings;
        fullName?: string;
        metastoreId?: string;
        name?: string;
        nameArg?: string;
        newName?: string;
        options?: Record<string, string>;
        owner?: string;
        properties?: Record<string, string>;
        provisioningInfo?: ProvisioningInfo;
        readOnly?: boolean;
        securableType?: SecurableType;
        updatedAt?: bigint;
        updatedBy?: string;
        url?: string;
    }
    Index

    Properties

    comment?: string

    User-provided free-form text description.

    connectionId?: string

    Unique identifier of the Connection.

    connectionType?: ConnectionType

    The type of connection.

    createdAt?: bigint

    Time at which this connection was created, in epoch milliseconds.

    createdBy?: string

    Username of connection creator.

    credentialType?: CredentialType

    The type of credential.

    environmentSettings?: EnvironmentSettings

    [Create,Update:OPT] Connection environment settings as EnvironmentSettings object.

    fullName?: string

    Full name of connection.

    metastoreId?: string

    Unique identifier of parent metastore.

    name?: string

    Name of the connection.

    nameArg?: string

    Name of the connection.

    newName?: string

    New name for the connection.

    options?: Record<string, string>

    A map of key-value properties attached to the securable.

    owner?: string

    Username of current owner of the connection.

    properties?: Record<string, string>

    A map of key-value properties attached to the securable.

    provisioningInfo?: ProvisioningInfo
    readOnly?: boolean

    If the connection is read only.

    securableType?: SecurableType
    updatedAt?: bigint

    Time at which this connection was updated, in epoch milliseconds.

    updatedBy?: string

    Username of user who last modified connection.

    url?: string

    URL of the remote data source, extracted from options.