addSensitiveDataPattern

Adds a sensitive data pattern.

void
addSensitiveDataPattern
(
string pattern
,,
bool updateRegex = false
)

Parameters

pattern string

The pattern to add.

level SecurityLevel

The security level to add the pattern to.

updateRegex bool

Boolean determining whether the validation regex should be updated. False by default to allow bulk-adds.

Meta