Configuring OV Values
You can send OV values for cleansing using the ovOnly parameter
, in
the cleanseFunction
section of the tenant configuration.
Here is how the ovOnly
parameter works:
- When
ovOnly
is absent or equalsfalse
, it means that Cleanse uses all the OV values:"ov":"true"
and"ov":"false"
. - When
ovOnly
equalstrue
, it means that Cleanse only uses"ov":"true"
values.
Using ovOnly
{
"cleanseFunction": "Loqate",
"options": {
"loqateKey": "******************",
"ovOnly": "true"
}
},