AnonGroup

AnonGroup
AnonGroup
JSON Example
{
    "group": "string",
    "description": "string",
    "enabled": false,
    "dataPath": [
        {
            "stream": "string",
            "who": "string",
            "path": "string",
            "description": "string",
            "enabled": false
        }
    ]
}
string
group
Required

The name of the anonymization group.

string
description
Required

The key that will be used to retrieve translated description in the GUI.

boolean
enabled
Required

True if this anonymization group is enabled, false if you want to disable anonymization for it.

dataPath
Optional

Data path elements that will get anonymized from this anonymization group. Leaving it empty is the same as marking it as enabled == false.

Property Of