Class SensitiveDataScannerStandardPatternAttributes

Attributes of the Sensitive Data Scanner standard pattern.

Hierarchy

  • SensitiveDataScannerStandardPatternAttributes

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
description?: string

Description of the standard pattern.

includedKeywords?: string[]

List of included keywords.

name?: string

Name of the standard pattern.

pattern?: string

(Deprecated) Regex to match, optionally documented for older standard rules. Refer to the description field to understand what the rule does.

priority?: number

Integer from 1 (high) to 5 (low) indicating standard pattern issue severity.

tags?: string[]

List of tags.

Generated using TypeDoc