Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConfigExportRedactedResult

A single config layer that was redacted, either exported to disk or produced as an in-memory preview (e.g. for a dry run).

Hierarchy

  • IConfigExportRedactedResult

Index

Properties

redactedConfig

redactedConfig: Record<string, any>

The redacted contents of the config layer

source

source: string

Relative path identifying the source config layer, e.g. "myproj/zowe.config.json"

Optional target

target: string

Absolute path to the exported file, if the layer was written to disk

Generated using TypeDoc