Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConfigExportRedactedOpts

Options that control how config values are redacted when exporting a config layer for sharing or troubleshooting purposes.

Hierarchy

  • IConfigExportRedactedOpts

Index

Properties

Optional hideSecureFields

hideSecureFields: boolean

Hide secure field names from output. Secure field names are shown by default since they don't contain sensitive values.

default

false

Optional redactBooleans

redactBooleans: boolean

Redact boolean values with consistent keys.

default

false

Optional redactNumbers

redactNumbers: boolean

Redact numeric values with consistent keys.

default

true

Optional redactProfileNames

redactProfileNames: boolean

Redact profile names and their references in the defaults section.

default

true

Optional redactStrings

redactStrings: boolean

Redact string values with consistent keys.

default

true

Optional showHostPath

showHostPath: boolean

Show the host and basePath property values instead of redacting them. Takes precedence over redactStrings.

default

false

Generated using TypeDoc