Databricks SDK for JavaScript
    Preparing search index...

    Interface ChangeClusterOwnerRequest

    interface ChangeClusterOwnerRequest {
        clusterId?: string;
        ownerUsername?: string;
    }
    Index

    Properties

    clusterId?: string
    ownerUsername?: string

    New owner of the cluster_id after this RPC.