Databricks SDK for JavaScript
    Preparing search index...
    interface ResourceInfo {
        id?: string;
        legacyAclPath?: string;
        parentResourceInfo?: ResourceInfo;
    }
    Index

    Properties

    id?: string

    Id of the current resource.

    legacyAclPath?: string

    The legacy acl path of the current resource.

    parentResourceInfo?: ResourceInfo

    Parent resource info for the current resource. The parent may have another parent.