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
ovOnlyis absent or equalsfalse, it means that Cleanse uses all the OV values:"ov":"true"and"ov":"false". - When
ovOnlyequalstrue, it means that Cleanse only uses"ov":"true"values.
Using ovOnly
{
"cleanseFunction": "Loqate",
"options": {
"loqateKey": "******************",
"ovOnly": "true"
}
},