interface ImportResource {
    component?: boolean;
    id?: string;
    logicalName?: string;
    name: string;
    parent?: string;
    pluginDownloadUrl?: string;
    properties?: string[];
    provider?: string;
    remote?: boolean;
    type: string;
    version?: string;
}

Properties

component?: boolean
id?: string

The ID of the resource to import. The format of the ID is specific to the resource type.

logicalName?: string
name: string

The name of the resource to import

parent?: string
pluginDownloadUrl?: string
properties?: string[]
provider?: string
remote?: boolean
type: string

The type of the resource to import

version?: string

Generated using TypeDoc