Class ObservabilityPipelineSensitiveDataScannerProcessorCustomPatternOptions

Options for defining a custom regex pattern.

Hierarchy

  • ObservabilityPipelineSensitiveDataScannerProcessorCustomPatternOptions

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
rule: string

A regular expression used to detect sensitive values. Must be a valid regex.

Generated using TypeDoc