Interface ServiceImportOptions

Service import options

interface ServiceImportOptions {
    clean: boolean;
    global: boolean;
    realm: boolean;
}

Properties

Properties

clean: boolean

Indicates whether to remove previously existing services of the same id before importing

global: boolean

Indicates whether to import service(s) as global services

realm: boolean

Indicates whether to import service(s) to the current realm