AnonSettings

AnonSettings
AnonSettings
JSON Example
{
    "disabled": false,
    "settings": [
        {
            "group": "string",
            "description": "string",
            "enabled": false,
            "dataPath": [
                {
                    "stream": "string",
                    "who": "string",
                    "path": "string",
                    "description": "string",
                    "enabled": false
                }
            ]
        }
    ],
    "redactionString": "string"
}
boolean
disabled
Optional

True to disable anonymization. When false or undefined anonymization is enabled.

array of AnonGroup
settings
Optional

The list of configured anonymization groups.

string
redactionString
Optional

When set, anonymization is performed using the given string by replacing all enabled data path elements with it instead of hashing values.