Data ScanningUpdate Scan Conclusions

Update Scan Conclusions

Adjust the confidence threshold used to classify columns as PII — globally or for a specific data source object.

{
  "pi_conclusion_percentage": 40
}
{
  "data_source_name": "snowflake",
  "object_name": ["CustomerDB", "MarketingSchema", "CustomersTable"],
  "pi_conclusion_percentage": 10
}

Controls the confidence threshold used to decide whether a column is considered PII. You can set this globally or override it for a specific object.

Endpoint

MethodEndpoint
PUThttps://<domain>/api/vault/data-scan/pi-conclusion-percentage/update

Global threshold update

Sets the confidence threshold for all scanned objects in the namespace.

Object-specific threshold update

Overrides the global threshold for a specific data source object.

Behavior summary

ScopeEffect
GlobalApplies to all scanned objects
Object-specificOverrides the global threshold for the specified object

Setting a lower threshold (e.g., 10) means more columns will be classified as PII — useful for high-sensitivity environments. A higher threshold (e.g., 70) means only high-confidence detections are classified — useful when reducing false positives.