Databricks SDK for JavaScript
    Preparing search index...

    Describes the resource that is being accessed.

    interface ResourceInfo {
        description: string;
        owner: string;
        resourceName: string;
        resourceType: string;
    }
    Index

    Properties

    description: string

    Describes what error is encountered when accessing this resource.

    owner: string

    The owner of the resource (optional).

    resourceName: string

    The name of the resource being accessed.

    resourceType: string

    A name for the type of resource being accessed.