Class ObservabilityPipelineSensitiveDataScannerProcessorCustomPattern

Defines a custom regex-based pattern for identifying sensitive data in logs.

Hierarchy

  • ObservabilityPipelineSensitiveDataScannerProcessorCustomPattern

Constructors

Properties

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

Options for defining a custom regex pattern.

Indicates a custom regular expression is used for matching.

Generated using TypeDoc