Interface MappingExportOptions

Mapping export options

interface MappingExportOptions {
    connectorId?: string;
    deps: boolean;
    moType?: string;
    useStringArrays: boolean;
}

Properties

connectorId?: string

limit mappings to connector

deps: boolean

Include any dependencies.

moType?: string

limit mappings to managed object type

useStringArrays: boolean

Use string arrays to store multi-line text in scripts.