Databricks SDK for JavaScript
    Preparing search index...

    Generic definition of a securable, which is uniquely defined in a metastore by its type and full name.

    interface Securable {
        fullName?: string;
        providerShare?: string;
        type?: SecurableType;
    }
    Index

    Properties

    fullName?: string

    Required. The full name of the catalog/schema/table. Optional if resource_name is present.

    providerShare?: string

    Optional. The name of the Share object that contains the securable when the securable is getting shared in D2D Delta Sharing.

    Required. The type of securable (catalog/schema/table). Optional if resource_name is present.