Class ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions

Configuration for keywords used to reinforce sensitive data pattern detection.

Hierarchy

  • ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
keywords: string[]

A list of keywords to match near the sensitive pattern.

proximity: number

Maximum number of tokens between a keyword and a sensitive value match.

Generated using TypeDoc