Class ObservabilityPipelineSensitiveDataScannerProcessorRule

Defines a rule for detecting sensitive data, including matching pattern, scope, and the action to take.

Hierarchy

  • ObservabilityPipelineSensitiveDataScannerProcessorRule

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

Configuration for keywords used to reinforce sensitive data pattern detection.

name: string

A name identifying the rule.

Defines what action to take when sensitive data is matched.

Pattern detection configuration for identifying sensitive data using either a custom regex or a library reference.

Determines which parts of the log the pattern-matching rule should be applied to.

tags: string[]

Tags assigned to this rule for filtering and classification.

Generated using TypeDoc