VsanRegexBasedRule

VsanRegexBasedRule
VsanRegexBasedRule

Defines the sensitive data obfuscation rules based on regex.

Regex will be used to match the values for of given object.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "rules": [
        "string"
    ]
}
array of string
rules
Optional

Regular expressions can also be specified as rules for obfuscation.

Data which matches the regular expression will be obfuscated.