Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SanitizerOptions

Package version

Hierarchy

  • SanitizerOptions

Index

Properties

Optional allowedHeaderNames

allowedHeaderNames: string[]

Header names whose values will be logged when logging is enabled. Defaults to Date, traceparent, x-ms-client-request-id, and x-ms-request id. Any headers specified in this field will be added to that list. Any other values will be written to logs as "REDACTED".

Optional allowedQueryParameters

allowedQueryParameters: string[]

Query string names whose values will be logged when logging is enabled. By default no query string values are logged.

Generated using TypeDoc